1.
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?
2.
Which syntax checks whether an internal table contains a record efficiently?
3.
In a CDS view, which annotation is used to make a field appear in UI line item?
4.
You have two internal tables and want to merge them removing duplicates. What’s best?
5.
What tool generates documentation for ABAP classes?
6.
A program reads too much data causing memory issues. What's a better strategy?
7.
You are creating a reusable library function. Where should it be stored?
8.
How do you detect if a particular record is locked by another user?
9.
What is a correct way to add custom logic into a standard SAP program without modification?
10.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
11.
You created a custom lock object. What is needed to use it in code?
12.
What is a main benefit of using field symbols in ABAP?
13.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
14.
What does CLEAR itab[] do in ABAP?
15.
What is the role of delivery class “A” in a transparent table?