1.
You implement a FORM routine. Which statement is used to return control to the calling program?
2.
What is a correct way to add custom logic into a standard SAP program without modification?
3.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
4.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
5.
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?
6.
You want to debug a background job. What must be done?
7.
In a CDS view, which annotation is used to make a field appear in UI line item?
8.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
9.
What does CLEAR itab[] do in ABAP?
10.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
11.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
12.
You are creating a reusable library function. Where should it be stored?
13.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
14.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
15.
Which syntax checks whether an internal table contains a record efficiently?
Leave a Reply