1.
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?
2.
You have two internal tables and want to merge them removing duplicates. What’s best?
3.
What is a main benefit of using field symbols in ABAP?
4.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
5.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
6.
What is the purpose of a hashed table in ABAP?
7.
You want to debug a background job. What must be done?
8.
A program reads too much data causing memory issues. What's a better strategy?
9.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
10.
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?
11.
What is the role of delivery class “A” in a transparent table?
12.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
13.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
14.
You are creating a reusable library function. Where should it be stored?
15.
What tool generates documentation for ABAP classes?
Leave a Reply