1.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
2.
What does CLEAR itab[] do in ABAP?
3.
You are creating a reusable library function. Where should it be stored?
4.
You implement a FORM routine. Which statement is used to return control to the calling program?
5.
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?
6.
A program reads too much data causing memory issues. What's a better strategy?
7.
A custom report displays long-running ALV output. How do you improve usability?
8.
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?
9.
You have two internal tables and want to merge them removing duplicates. What’s best?
10.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
11.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
12.
What is the purpose of a hashed table in ABAP?
13.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
14.
You want to generate an IDoc from a program. What is the key transaction used to monitor IDoc status?
15.
What is the role of delivery class “A” in a transparent table?
Leave a Reply