-->

Thursday, October 26, 2023

ABAP CERTIFICATION QUESTIONS


ABAP CERTIFICATION Multiple Choice Questions


You want to change the technical properties that are defined in a domain. How do you proceed/which statements are correct?

For this question there are 3 correct options.

1.      Before you make any changes, use a where-used list to search for dependent object, since the changes can continue to the fields in structures and database tables. True.

2.     You make the changes immediately, since, initially, an inactive version is created for all dependent objects that contain these changes. True

3.      Once changes have been made and the domain activated, you have to reactivate each
dependent object individually. False

4.      If a dependent object is a transparent table that already contains data, the table in the database may have to be converted. True

Which conditions must be fulfilled in a programmed check so that a screen input field is made ready for input again?

For this question there are 2 correct options.

1.      The check module must be called using: FIELD field_name MODULE   check_module. True
2.      The check module must be called using: FIELD field_name MODULE check_module
       MESSAGE Ennn. False
3.      An I-type message must be output. False
4.      The module must output an E-type message or W-type message.True