You create a function group ZATP.
You create a function group ZATP. What is the name of the corresponding main program? A. ZATP B. SAPLZATP C. SAPMZATP D. SAPFZATP
When analyzing a program, which tasks can you perform using the code inspector?
When analyzing a program, which tasks can you perform using the code inspector? (Choose three.) A. Discover unused variables. B. Execute the extended program check. C. Determine used database tables. D. Inspect the memory consumption. E. Evaluate the time needed for program execution.
You want to display a dialog box in your ABAP program. Which statement do you use?
You want to display a dialog box in your ABAP program. Which statement do you use? A. WINDOW 200 STARTING AT 5 5. B. SET SCREEN 200. C. CALL SCREEN 200. D. CALL SCREEN 200 STARTING AT 5 5.
How is an ABAP program with several dialog steps executed?
How is an ABAP program with several dialog steps executed? A. The program is always executed in just one dialog work process without roll out. B. The ABAP dispatcher takes over the entire execution without assigning any work process. C. The program is always executed in just one dialog work process with roll out. D. […]
You want to use a BAdI to extend the functions of an SAP program.
You want to use a BAdI to extend the functions of an SAP program. Which of the following tasks is necessary? A. Call the BAdI. B. Create an enhancement project using a customer exit. C. Define an interface for the BAdI. D. Implement a class that implements the BAdI interface.
How do you program an input validation on a selection screen that allows users to correct their input?
How do you program an input validation on a selection screen that allows users to correct their input? A. Implement the check at the event AT SELECTION-SCREEN OUTPUT. In case of an input error, a type E MESSAGE must be displayed. B. Implement a check at the event AT SELECTION-SCREEN. In case of an input […]