SAP - Test4prep.c TAW12 740.
SAP - Test4prep.c TAW12 740.
SAP - Test4prep.c TAW12 740.
http://www.gratisexam.com/
http://www.gratisexam.com/
Exam A
QUESTION 1
Which of the folDynpro application to transaction database data to the user interface?
http://www.gratisexam.com/
A. Interface controller
B. Supply function
C. Inbound plug
D. Context node
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 2
You to include an element of type ‘Table' in your Web Dynpro. Which action adds the corresponding columns to the table automatically?
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 3
The component interface of a Web Dynpro component contains three interface views. Which of the following controllers must also exist?
http://www.gratisexam.com/
A. One custom controller
B. Three windows controllers
C. Three component controllers
D. One configuration controller
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 4
You have created a Web Dynpro view that shows data for airline connection between cities. You want to display flight data for a specific date in a different view after
the users selects a date and presses a button. Which of the following actions must you perform?
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 5
You want to translate text in a Web Dynpro. From which should you inherit?
A. CL_WD_COMPONENT_SERVICES
B. CL_WD_COMPONENT_ASSISTANCE
C. CL_WD_CONFIGURATION_MODEL
D. CL WD CONTEXT SERVICES
Correct Answer: B
Section: (none)
http://www.gratisexam.com/
Explanation
Explanation/Reference:
QUESTION 6
You have two Web Dympro component controller A and B. A uses B for display functions. Which of the following describe the external context mapping beteen A
and B?
http://www.gratisexam.com/
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 7
What can be exposed in the component interface of a web dynpro component?
http://www.gratisexam.com/
Explanation/Reference:
QUESTION 8
In which controller type can you embed a service call?
A. Configuration controller
B. View controller
C. Component controller
D. Interface controller
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 9
When does SAP recommend that you use a full buffering type for a database table?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 10
Which of the following types of SQL statements always bypass the SAP table buffers?
http://www.gratisexam.com/
D. SELECT SINGLE ...
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 11
Table USER has the following fields: ID, FIRST_NAME, LAST_NAME. FIRST_NAME and LAST_NAME have a same basic type and length. You want to compare
fields FIRST_NAME and LAST_NAME to each other. Which of the following SELECT statements can you use?
http://www.gratisexam.com/
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 12
tableA and tableB are partially buffered. Which of the following SELECT statements always access tha database?
A. SELECT SINGLE CLIENT SPECIFIELD a b FROM tableA INTO CORRESPONDING FIELDS OF Is_A_B
B. SELECT abed FROM tableA JOIN tableB ON tableA~a = tableB~e INTO CORRESPONDING FIELDS OF TABLE It_A_B
C. SELECT SINGLE FOR UPDATE a b FROM tableA INTO CORRESPONDING FIELDS OF Is_A_B WHERE c EQ'1234'.
D. SELECT a b FROM tableA INTO CORRESPONDING FIELDS OF TABLE It_A_B
Correct Answer: BC
Section: (none)
http://www.gratisexam.com/
Explanation
Explanation/Reference:
QUESTION 13
When are changes to the VB* tables transferred to the database?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 14
You want to select all record from a database table where field City contains substring 'BIT in any position. Which WHERE clause can you use in an Open SQL
statement?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 15
You count all customers within the same country and city. You want to display only the cities where three ar more customers exist. Which of the following SQL
statements should you use?
http://www.gratisexam.com/
A. SELECT country city COUNT(*) AS number FROM customers INTO TABEL it_customers GROUP BY country city HAVING number GE 3.
B. SELECT country city FROM customers INTO TABEL it_customers GROUP BY country city HAVING COUNT(*) >= 3.
C. SELECT country city cust_name COUNT(*) AS number FROM customers INTO TABEL it_customers GROUP BY country city HAVING number >= 3.
D. SELECT country city cust_name FROM customers INTO TABEL it_customers GROUP BY country city HAVING COUNT(*) GE 3.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 16
Which of the following are valid combinations of event visibility and handler method visibility?
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 17
You add the CREATE PROTECTED addition to a class definition. From where can you instantiate the class?
http://www.gratisexam.com/
http://www.gratisexam.com/
D. From a child class
E. From a friend class
Explanation/Reference:
QUESTION 18
In subclass you want to define a method of the superclass. Which of the following conditions must be fufilled?
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 19
How would you defined a method of an ABAP class to prevent this method from being available in subclass?
A. Final
B. Abstract
C. Protected
D. Private
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
http://www.gratisexam.com/
QUESTION 20
DOG is a subclass of ANIMAL, you have created a variable of type ANIMAL that references and instance of the DOG class. Which of the following statement can
you use to copy this reference a to new variable fo the type DOG?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 21
Which of the following steps are required to the set up a shared memory area?
Explanation/Reference:
QUESTION 22
What the predefined reference variable used in ABAP 00 to address the object itself?
A. ME
B. SUPER
C. THIS
http://www.gratisexam.com/
D. SELF
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 23
You want to add a field ZZPRICE to the SAP standard transparent table EKKO. Which of the following actions results in an enhancement of the SAP standard?
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 24
Which of the following customer modification options are available in the table maintenance generator?
A. Maintenance screens
B. Events
C. Search helps
D. Append searches
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 25
http://www.gratisexam.com/
Which of the following can you define in the technical settings of a transparent table?
A. Size category
B. Table name
C. Data class
D. Buffering type
E. Delivery class
Explanation/Reference:
QUESTION 26
For which of the following purposes can you use the ABAP dictionary.
http://www.gratisexam.com/
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 27
You use Unifield Modeling Language (UML) to design your classes. You want to describe the message exchange between objects. Which diagram type can you
use?
http://www.gratisexam.com/
A. Class diagram
B. Object diagram
C. Component diagram
D. Sequence diagram
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 28
You want to add a field of type CURR to a transparent table. What else must you do?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 29
A structure has enhancement category 3: Can be enhanced (character type).Which set of elementary type is allowed for the new fields?
A. C,D,N,T
B. D,I,SRTIRNG,T
C. C,D,N,X
D. F,I,P,X
Correct Answer: A
Section: (none)
Explanation
http://www.gratisexam.com/
Explanation/Reference:
QUESTION 30
Which of the following transaction can you use to define transparent tables?
A. SE16N
B. SE38
C. SE11
D. SM37
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 31
You want to create a transparent table in the ABAP dictionary. When is the table physically created in the database?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 32
Which view types can you to join two tables with an outer join?
http://www.gratisexam.com/
http://www.gratisexam.com/
A. Maintenance view
B. Database view
C. Projection view
D. Help view
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 33
When does SAP recommended that you use a hashed table?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 34
How can you define an internal table in a private method of a class?
http://www.gratisexam.com/
C. DATA It_itab TYPE
D. DATA It_itab TYPE < Table Type>.
E. DATA It_itab TYPE TABLE OF WITH HEADER LINE
Explanation/Reference:
QUESTION 35
You want to create a transparent table. Which of the followih=ng must you define to activate the table?
A. A delivery class
B. A foreign key
C. The primary key
D. The MANDT field
E. A short description
Explanation/Reference:
QUESTION 36
Which of the following are valid control level changes within a loop over an internal table?
A. COLLECT
B. LAST
C. END OF
D. SUM
Correct Answer: BC
Section: (none)
Explanation
http://www.gratisexam.com/
Explanation/Reference:
QUESTION 37
In an ABAP Program, you want to assign an initial value to an elementary data object when you define it. Which addition must you use?
http://www.gratisexam.com/
A. VALUE
B. DEFAULT
C. OBLIGATORY
D. READ-ONLY
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 38
Which of the following structures is created when you use a table type to define one of its components?
A. Deep structure
B. Nested structure
C. Flat structure
D. Append structure
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 39
http://www.gratisexam.com/
You created the following ABAP code: DATA x TYPE REF TO DATA, DATA y TYPE REF TO OBJECT. ASSIGN x TO <fs>. ASSIGN y TO <fs>. You want to add a
declaration of <fs> to the code. Which of the following declarations are valid?
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 40
Which of the following are fully-specified internal table types?
A. Standard
B. Any
C. Index
D. Hashed
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 41
You want to define a formal parameter to a subroutine that accepts only internal tables of types standard and type sorted as actual parameters. Which of the
following generic ABAP data types must you use?
A. Sorted table
B. Standard table
C. Index table
D. Hashed table
http://www.gratisexam.com/
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 42
Which fo the following ABAP standard types are incomplete?
A. F
B. N
C. X
D. STRING
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 43
Which statement ends a screen sequence and starts from the initial screen?
A. LEAVE TO SCREEN 0
B. LEAVE SCREEN
C. CALL SCREEN
D. SET SCREEN 0
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 44
Which of the following actions can be performed in the Process After Input (PAI) processing block?
http://www.gratisexam.com/
A. Set fo the GUI status of the screen
B. Modify screen attributes dynamically
C. Set title bar
D. Check the function code
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 45
Using the system table what can you modify through a LOOP AT SCREEN ... ENDLOOP construct?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 46
Which ABAP statement can make an element visible that you statically defined as invisible?
A. SCREEN-INVISIBLE = 0
B. SCREEN-ACTIVE = 1.
C. SCREEN-ACTIVE = 0.
D. SCREEN-INVISIBLE = 1.
Correct Answer: CD
Section: (none)
Explanation
http://www.gratisexam.com/
Explanation/Reference:
QUESTION 47
Which of the following function types in a GUI status are reserved for internal use?
http://www.gratisexam.com/
A. S - System
B. E - Exit
C. H - Help request
D. T - Transaction
Explanation/Reference:
QUESTION 48
When is a foreign key check performed on an input/output field?
A. If the fields refers to a dictionary field for which an append search is defined
B. If the fields refers to a dictionary field for which a value help is defined
C. If the field refers to a dictionary filed for which a check table is defined
D. If the field refers to a dictionary filed for which a search help is defined
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 49
http://www.gratisexam.com/
You want a validation routine for a selection screen field if a wrong value is entered into the field an error message should be displayed and the focus should move
to the field. Which event do you use to achieve this?
A. START-OF-SELECTION
B. AT-SELECTION-SCREEN
C. END-OF-SELECTION
D. INITIALIZATION
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 50
Which of the following ABAP code lines is valid?
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 51
How can you add a section breakpoint to your program?
http://www.gratisexam.com/
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 52
You define a generic variable that can hold the ABAP types C,D,N,STRING and T. You want to restrict the use of other ABAP types. Which generic data type must
you use in the definition?
A. CLIKE
B. SIMPLE
C. DATA
D. CSEQUENCE
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 53
Which type of transport task is used when you modify SAP standard objects?
A. Transport of copies
B. Workbench
C. Repair
D. Development/Correction
Correct Answer: CD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 54
In an ABAP program you have the following code sequence: DATA var TYPE n LENGTH 1. FIELD-SYMBOLS <fs> TYPE c. ASSING var TO <fs> CASTING. Which
http://www.gratisexam.com/
type is used to dast the assigned memory area?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 55
You want to move a transport request from the development system to the subsequent system. Which of the following are prerequisites for this?
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 56
Which of the following includes are generated with you create a function group?
http://www.gratisexam.com/
A. LxxxxTOP
http://www.gratisexam.com/
B. LxxxxUXX
C. LxxxxOO1
D. LxxxxFOI
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 57
Before you can add programming logic to your ABAP program that checks automations, which of the following do you have to create?
A. An authorization profile
B. An authorization role
C. An authorization field
D. An authorization object
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 58
When would you call the RFC function module synchronously?
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
http://www.gratisexam.com/
QUESTION 59
You display the content of an internal table using an ALV Grid Control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRID
class method can you use to display the changed content?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 60
Which of the following transactions are integrated in the ABAP Workbench tools?
Explanation/Reference:
QUESTION 61
Which of the following can you do with the SAP Code Inspector?
http://www.gratisexam.com/
D. Analyze runtime data
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 62
Which the following values are remplaceable In debugger mode?
A. Tables names
B. Constants
C. Fields names
D. Variables
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 63
What is the SAP recommended naming convention for append structures of standard SAP tables?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 64
http://www.gratisexam.com/
To which ABAP Dictionary definition can you assign fixed values?
A. Data element
B. Field of a transparent table
C. Component of a structure
D. Domain
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 65
Which of the following statements dynamically changes the data type of field z1?
http://www.gratisexam.com/
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 66
What do global types and local types have in common?
A. Documentation
http://www.gratisexam.com/
B. Field labels
C. Search help
D. Technical information
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 67
What options do you have when setting a watchpoint? (Choose two)
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
QUESTION 68
Where can you set the GUI status and the GUI title for a classical screen (dynpro)?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
http://www.gratisexam.com/
QUESTION 69
In which database table type is there a one-to-one relationship between the Dictionary table definition and the relevant physical table in the database?
A. Cluster table
B. Pooled table
C. Transparent table
D. Internal table
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 70
A custom transparent table was created with delivery class A and a table maintenance view was generated for this table. You change the delivery class to C and the
table is activated successfully.
What additional steps do you have to complete?
A. Maintain and transport the table using the Maintain Table Views transaction (SM30).
B. Activate and adjust the database.
C. Regenerate the existing maintenance view and adjust the table.
D. Delete the original maintenance view and then create and generate a new one.
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
http://www.gratisexam.com/
http://www.gratisexam.com/