Home > SAP > Quizzes > SAP ABAP Fundamentals Test
SAP ABAP Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 59% Most missed: “True or False?”
SAP ABAP Fundamentals Test
Time left 00:00
25 Questions

1. True or False? SAP allows conditional branching only with the IF - ENDIF control structure.
2. True or False? Function modules must belong to a function group.
3. True or False? Customer-specific package names must begin with Y or Z.
4. Which code is used to copy a SAP User?
5. Which are an enhancement introduced in Release 4.6 and replaced function module exits?
6. Identify the program check that is not part of SAP ABAP
7. True or False? BSP Applications can be stateful or stateless.
8. The following situation makes it imperative to validate input
9. Which is an event in SAP ABAP language?
10. True or False? ABAP statements always conclude with a semicolon.
11. From which of this source can the Software not process input directly?
12. True or False? SAP locks are dependent on database locks.
13. Which is NOT a component of a class?
14. How are the statistics and trace data of remote ABAP systems accessed?
15. Which is not part of ABAP Statement?
16. The Object Navigator is the central access point to the ABAP Workbench and can be accessed through transaction:
17. Which ABAP Dictionary has the same number of fields as database table and maps 1:1 to database table?
18. Which of the following is not an attribute for creating an ABAP program?
19. Which statement is used to loop through internal tables and extract datasets?
20. True or False? Functions may accept import and export parameters.
21. Which operation can lead to SQL Manipulation?
22. Which statement is used to perform an unconditional loop?
23. Which of the following is NOT a component of the default standard ABAP report header?
24. If a table does not have MANDT as part of the primary key - it is:
25. True or False? Exceptions can only be raised implicitly in ABAP.