1.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
2.
Which syntax checks whether an internal table contains a record efficiently?
3.
What is a main benefit of using field symbols in ABAP?
4.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
5.
You implement a FORM routine. Which statement is used to return control to the calling program?
6.
You are creating a reusable library function. Where should it be stored?
7.
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?
8.
A program reads too much data causing memory issues. What's a better strategy?
9.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
10.
What is the role of delivery class “A” in a transparent table?
11.
What is a correct way to add custom logic into a standard SAP program without modification?
12.
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?
13.
What does CLEAR itab[] do in ABAP?
14.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
15.
You created a custom lock object. What is needed to use it in code?