1.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
2.
A program reads too much data causing memory issues. What's a better strategy?
3.
You are creating a reusable library function. Where should it be stored?
4.
You created a custom lock object. What is needed to use it in code?
5.
In a CDS view, which annotation is used to make a field appear in UI line item?
6.
What is a main benefit of using field symbols in ABAP?
7.
What does CLEAR itab[] do in ABAP?
8.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
9.
You have two internal tables and want to merge them removing duplicates. What’s best?
10.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
11.
You want to debug a background job. What must be done?
12.
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?
13.
What is the role of delivery class “A” in a transparent table?
14.
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?
15.
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?