1.
A program reads too much data causing memory issues. What's a better strategy?
2.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
3.
You created a custom lock object. What is needed to use it in code?
4.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
5.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
6.
What does CLEAR itab[] do in ABAP?
7.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
8.
You have a transparent table in the DDIC and you need to buffer read‑only master‑data that rarely changes. Which buffering strategy would you choose?
9.
A custom report displays long-running ALV output. How do you improve usability?
10.
What is a main benefit of using field symbols in ABAP?
11.
In a CDS view, which annotation is used to make a field appear in UI line item?
12.
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?
13.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
14.
Which syntax checks whether an internal table contains a record efficiently?
15.
You want to debug a background job. What must be done?