1.
In a CDS view, which annotation is used to make a field appear in UI line item?
2.
What does CLEAR itab[] do in ABAP?
3.
You want to debug a background job. What must be done?
4.
Which syntax checks whether an internal table contains a record efficiently?
5.
A program reads too much data causing memory issues. What's a better strategy?
6.
You have two internal tables and want to merge them removing duplicates. What’s best?
7.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
8.
You created a custom lock object. What is needed to use it in code?
9.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
10.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
11.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
12.
You are creating a reusable library function. Where should it be stored?
13.
What tool generates documentation for ABAP classes?
14.
What is a main benefit of using field symbols in ABAP?
15.
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?