1.
A program reads too much data causing memory issues. What's a better strategy?
2.
What is the role of delivery class “A” in a transparent table?
3.
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?
4.
What tool generates documentation for ABAP classes?
5.
A custom report displays long-running ALV output. How do you improve usability?
6.
What is a correct way to add custom logic into a standard SAP program without modification?
7.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
8.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
9.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
10.
You implement a FORM routine. Which statement is used to return control to the calling program?
11.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
12.
You created a custom lock object. What is needed to use it in code?
13.
What is a main benefit of using field symbols in ABAP?
14.
What does CLEAR itab[] do in ABAP?
15.
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?