1.
How do you detect if a particular record is locked by another user?
2.
What is the role of delivery class “A” in a transparent table?
3.
Which syntax checks whether an internal table contains a record efficiently?
4.
You are creating a reusable library function. Where should it be stored?
5.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
6.
You want to debug a background job. What must be done?
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.
What is a correct way to add custom logic into a standard SAP program without modification?
9.
You have two internal tables and want to merge them removing duplicates. What’s best?
10.
You created a custom lock object. What is needed to use it in code?
11.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
12.
You implement a FORM routine. Which statement is used to return control to the calling program?
13.
What is the purpose of a hashed table in ABAP?
14.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
15.
A program reads too much data causing memory issues. What's a better strategy?