1.
What is a main benefit of using field symbols in ABAP?
2.
You created a custom lock object. What is needed to use it in code?
3.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
4.
A program reads too much data causing memory issues. What's a better strategy?
5.
In a report you use nested SELECTs inside a LOOP over an internal table which has 10,000 rows. Performance is poor. What is a better approach?
6.
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?
7.
In a CDS view, which annotation is used to make a field appear in UI line item?
8.
What tool generates documentation for ABAP classes?
9.
Which syntax checks whether an internal table contains a record efficiently?
10.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
11.
You have two internal tables and want to merge them removing duplicates. What’s best?
12.
You implement a FORM routine. Which statement is used to return control to the calling program?
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.
You want to debug a background job. What must be done?
Leave a Reply