1.
In a CDS view, which annotation is used to make a field appear in UI line item?
2.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
3.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
4.
You want to debug a background job. What must be done?
5.
Which syntax checks whether an internal table contains a record efficiently?
6.
What tool generates documentation for ABAP classes?
7.
What does CLEAR itab[] do in ABAP?
8.
You created a custom lock object. What is needed to use it in code?
9.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
10.
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?
11.
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?
12.
You are creating a reusable library function. Where should it be stored?
13.
You have two internal tables and want to merge them removing duplicates. What’s best?
14.
What is the role of delivery class “A” in a transparent table?
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?