Uploaded by quanghuy3014

C TAW12 740

advertisement
C_TAW12_740
QUESTION: 1
Which of the following predefined ABAP types is incomplete?
A. F
B. P
C. XSTRING
D. STRING
Answer(s): B
QUESTION: 2
Which of the following actions can be performed in the Process After Input (PAI) processing
block?
A. Set fo the GUI status of the screen
B. Modify screen attributes dynamically
C. Set title bar
D. Check the function code
Answer(s): B, D
QUESTION: 3
The component interface of a Web Dynpro component contains three interface views. Which of
the following controllers must also exist?
A. One custom controller
B. Three windows controllers
C. Three component controllers
D. One configuration controller
Answer(s): B
QUESTION: 4
You want to move a transport request from the development system to the subsequent system.
Which of the following are prerequisites for this?
A. The extended program check must show no warnings
B. The transport request must released
C. All tasks of the transport request must be assigned to the same user
D. All object included in the transport request must be activated
Answer(s): B, D
QUESTION: 5
You perform an update task using update function modules and detect an error in the program
that calls the update function modules. Which statement can be used to discard all update
requests for the current SAP LUW? (Choose two)
http://xcerts.com
2
C_TAW12_740
A. EXIT.
B. ROLLBACK WORK.
C. MESSAGE axxx(nnn).
D. MESSAGE exxx(nnn).
E. DELETE UPDATE.
Answer(s): B, C
QUESTION: 6
Which of the following tools belong to the ABAP Workbench? (Choose three)
A. Form Builder
B. Function Builder
C. Screen Painter
D. Class Builder
E. Easy Access Menu
Answer(s): B, C, D
QUESTION: 7
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?
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.
Answer(s): A, B
QUESTION: 8
You always want to check the user authorization for data entered in an input field of a selection
screen.
Where do you do this?
A. In the event block AT SELECTION-SCREEN
B. In the event block AT SELECTION-SCREEN OUTPUT
C. In the event block INITIALIZATION
D. In the event block AT SELECTION-SCREEN on VALUE-REQUEST
Answer(s): A
http://xcerts.com
3
C_TAW12_740
QUESTION: 9
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
Answer(s): A
QUESTION: 10
What can you enhance using BAdIs? (Choose three)
A. Data elements
B. Menus
C. Screens
D. Database tables
E. Source code
Answer(s): B, C, E
QUESTION: 11
Which of the following ABAP statements throws an error an the syntax check?
A. DATA variable(5) TYPE t.
B. DATA variable(5) TYPE p.
C. DATA variable(5) TYPE n.
D. DATA variable
Answer(s): A
QUESTION: 12
In subclass you want to define a method of the superclass. Which of the following conditions
must be fufilled?
A. The superclass method is an instance method
B. The superclass method is abstract
C. The subclass method a lower visibility than the superclass method
D. The subclass method has same visibility as the superclass method
Answer(s): B, D
QUESTION: 13
In the technical settings for a transparent table, buffering is switched on and single record
buffering is selected.
http://xcerts.com
4
Download