1.
What is a correct way to add custom logic into a standard SAP program without modification?
2.
What is the purpose of a hashed table in ABAP?
3.
A custom report displays long-running ALV output. How do you improve usability?
4.
What is a main benefit of using field symbols in ABAP?
5.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
6.
What is the role of delivery class “A” in a transparent table?
7.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
8.
Which syntax checks whether an internal table contains a record efficiently?
9.
You implement a FORM routine. Which statement is used to return control to the calling program?
10.
A program reads too much data causing memory issues. What's a better strategy?
11.
What tool generates documentation for ABAP classes?
12.
You want to debug a background job. What must be done?
13.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
14.
You have a transparent table in the DDIC and you need to buffer read‑only master‑data that rarely changes. Which buffering strategy would you choose?
15.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?