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