1.
In a CDS view, which annotation is used to make a field appear in UI line item?
2.
What is a correct way to add custom logic into a standard SAP program without modification?
3.
What tool generates documentation for ABAP classes?
4.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
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.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
8.
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?
9.
You have two internal tables and want to merge them removing duplicates. What’s best?
10.
How do you detect if a particular record is locked by another user?
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 created a custom lock object. What is needed to use it in code?
13.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
14.
What is the purpose of a hashed table in ABAP?
15.
A program reads too much data causing memory issues. What's a better strategy?
Leave a Reply