SAP C_TAW12_740 - SAP Certified Development Associate- ABAP with SAP NetWeaver 7.40 Exam
Page: 1 / 24
Total 120 questions
Question #1 (Topic: )
In subclass you want to define a method of the superclass. Which of the following
conditions must be fufilled?
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: B,D
Question #2 (Topic: )
You are establishing the business logic layer for a Web Dynpro Component. Which service
types are available in the Service Call wizard? (Choose three)
types are available in the Service Call wizard? (Choose three)
A. Transaction code
B. Web service proxy
C. Class method
D. Function module
E. Function group
Answer: B,C,D
Question #3 (Topic: )
You have defined a classical screen (dynpro) with mandatory input fields. You want to exit
the screen using the Cancel button even if not all of the mandatory fields have been filled.
What is necessary to achieve this?
the screen using the Cancel button even if not all of the mandatory fields have been filled.
What is necessary to achieve this?
A. Set the function type assigned to the Cancel button to S and handle it in a module with the addition AT EXIT-COMMAND.
B. Assign function type E to the Cancel button and handle it in a module with the addition AT EXIT-COMMAND.
C. Set the function code assigned to the Cancel button to CANCEL and handle it in a module with the addition AT EXIT-COMMAND.
D. Use the LOOP AT SCREEN. ... ENDLOOP statement to set the "required" property of the input fields to zero.
Answer: B
Question #4 (Topic: )
Which type of transport task is used when you modify SAP standard objects?
A. Transport of copies
B. Workbench
C. Repair
D. Development/Correction
Answer: C,D
Question #5 (Topic: )
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
Answer: A,D