1.
What is the role of delivery class “A” in a transparent table?
2.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
3.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
4.
You implement a FORM routine. Which statement is used to return control to the calling program?
5.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
6.
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?
7.
What is a correct way to add custom logic into a standard SAP program without modification?
8.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
9.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
10.
What is the purpose of a hashed table in ABAP?
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.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
13.
A custom report displays long-running ALV output. How do you improve usability?
14.
A program reads too much data causing memory issues. What's a better strategy?
15.
How do you detect if a particular record is locked by another user?