1.
How do you detect if a particular record is locked by another user?
2.
What is the purpose of a hashed table in ABAP?
3.
What is a main benefit of using field symbols in ABAP?
4.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
5.
You created a custom lock object. What is needed to use it in code?
6.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
7.
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?
8.
In a CDS view, which annotation is used to make a field appear in UI line item?
9.
You have two internal tables and want to merge them removing duplicates. What’s best?
10.
What is the role of delivery class “A” in a transparent table?
11.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
12.
A program reads too much data causing memory issues. What's a better strategy?
13.
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?
14.
You implement a FORM routine. Which statement is used to return control to the calling program?
15.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
Leave a Reply