1.
A custom report displays long-running ALV output. How do you improve usability?
2.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
3.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
4.
What is the purpose of a hashed table in ABAP?
5.
What is a main benefit of using field symbols in ABAP?
6.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
7.
You created a cusYou are using SELECT INTO TABLE but get a short dump for "duplicate entries". Why?tom lock object. What is needed to use it in code?
8.
Which syntax checks whether an internal table contains a record efficiently?
9.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
10.
You are creating a reusable library function. Where should it be stored?
11.
What is the role of delivery class “A” in a transparent table?
12.
What does CLEAR itab[] do in ABAP?
13.
You created a custom lock object. What is needed to use it in code?
14.
What tool generates documentation for ABAP classes?
15.
In a report you use nested SELECTs inside a LOOP over an internal table which has 10,000 rows. Performance is poor. What is a better approach?