1.
You are asked to expose data from an internal table via OData service for a Fiori app. Which tool/model would you preferably use in S/4HANA?
2.
Which syntax checks whether an internal table contains a record efficiently?
3.
In a CDS view, which annotation is used to make a field appear in UI line item?
4.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
5.
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?
6.
You have two internal tables and want to merge them removing duplicates. What’s best?
7.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
8.
What is a correct way to add custom logic into a standard SAP program without modification?
9.
What tool generates documentation for ABAP classes?
10.
What is the role of delivery class “A” in a transparent table?
11.
You want to debug a background job. What must be done?
12.
How do you detect if a particular record is locked by another user?
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.
What does CLEAR itab[] do in ABAP?
15.
You implement a FORM routine. Which statement is used to return control to the calling program?
Leave a Reply