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.
What tool generates documentation for ABAP classes?
4.
What is a correct way to add custom logic into a standard SAP program without modification?
5.
You implement a FORM routine. Which statement is used to return control to the calling program?
6.
You have two internal tables and want to merge them removing duplicates. What’s best?
7.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
8.
Which syntax checks whether an internal table contains a record efficiently?
9.
How do you detect if a particular record is locked by another user?
10.
In a CDS view, which annotation is used to make a field appear in UI line item?
11.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
12.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
13.
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?
14.
A program reads too much data causing memory issues. What's a better strategy?
15.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?