SAP ABAP Mcqs
Q.1: In a report, you want to define a SELECT-OPTION so_xyz. What are possible ways of defining its type?d
A. Refer to a table type directly, using TYPE*
B. Refer to a previously defined elementary data object in the same program, using LIKET
C. Refer to a previously defined elementary data object in the same program, using FORS
D. Refer to a Dictionary table type with columns SIGN, OPTION, LOW, and HIGH, using FORT
Q.2: Which functionality has been introduced with the SAP Enterprise Edition of SAP Solution Manager?`
A. Service level reporting
B. Document management with display and print of digitally-signed documentsH
C. Service desk and root cause analysis$
D. Test workbench with integrated Test Data Migration Server (TDMS)@
Q.3: What do you need to consider when using dynamic breakpoints?<
A. You should set dynamic breakpoints only directly in the Debugger at runtime.L
B. You should use dynamic breakpoints only if the program is locked by another user.Q
C. You can use dynamic breakpoints only up to a limited number without changing the program.Y
D. If the line where you set a breakpoint already contains a breakpoint, it is deleted.T
Q.4: Internal tables are used in ABAP to store mass data. Which of the following statements about the relationships between internal tables and database tables are correct?
A. An internal table can be linked to a database table so that the content of the internal table is updated automatically as soon as the content of the database table changes.
B. A data base table XYZ can be used for the definition of an internal table like this: DATA itab TYPE TABLE OF xyz. r
C. A data base table in the Dictionary can be defined with reference to an internal table from an ABAP program. o
D. If you have a huge number of rows to be dealt with in a program, it might improve the program's performance if you define a database table in the program instead of an internal table.
Q.5: Which task do you need to do after printing an Adobe form to avoid a program error?S
A. Clear the content of all internal tables.)
B. Execute the COMMIT function module.#
C. Close the form.
D. Disable the PDF printer.
Q.6: How do you avoid semantic mistakes for interface parameters in a customer specific routine?[
A. Type all interface parameters.
B. Document all interface parameters."
C. Insert commands by using patterns."
D. Name all interface parameters differently.*
Q.7: How do you characterize customer and user exits?0
A. Customer Exits have a predefined interface with the possibility to activate and deactivate them.`
B. Customer Exits need an SSCR (SAP Software Change Registration) registration.L
C. User Exits have a predefined interface with the possibility to activate and deactivate them.\
D. User Exits need an SSCR (SAP Software Change Registration) registration.H
Q.8: What is the main advantage of enhancement packages in SAP Business Suite 7.0?M
A. The installation of the packages has to be done in chronological order to make sure the project can use best practices.w
B. The installation is independent from the existing installation and all functions of the package will be activated at once.z
C. The installation is done via OSS so that the projects themselves do not require administrative knowledge. j
D. The installation of a whole package is required, but it is possible to activate only parts of it. b
Q.9: Which of the following is a use case for SAP Solution Manager?>
A. Support of Test Data Migration Server (TDMS) for test preparationA
B. Support of Visio for process modeling%
C. Support of SAP Early Watch Alert for early problem detection<
D. Support of SAP Project System (PS) for cost planning4
Q.10: The concept of visibility of components is well-known in object oriented languages. Which of the following statements are correct with regard to ABAP Objects?
A. A programmer can, but need not, determine the visibility of a component. The default visibility of a component is PRIVATE.z
B. A PRIVATE component of a class can be accessed in all methods of that class.L
C. A PROTECTED method METH that is defined in a class SUPER can be overwritten (redefined) in an inherited class SUB.r
D. All components of inherited classes are PUBLIC./

Related Mcqs

All Subject Mcqs