1.
You want to debug a background job. What must be done?
2.
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?
3.
What is a main benefit of using field symbols in ABAP?
4.
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?
5.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
6.
A custom report displays long-running ALV output. How do you improve usability?
7.
You are creating a reusable library function. Where should it be stored?
8.
You have two internal tables and want to merge them removing duplicates. What’s best?
9.
You are asked to expose data from an internal table via OData service for a Fiori app. Which tool/model would you preferably use in S/4HANA?
10.
Which syntax checks whether an internal table contains a record efficiently?
11.
You created a custom lock object. What is needed to use it in code?
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 implement a BADI and need it to run conditionally based on sales org. What do you use?
14.
What is the purpose of a hashed table in ABAP?
15.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?