1.
A program reads too much data causing memory issues. What's a better strategy?
2.
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?
3.
What is a correct way to add custom logic into a standard SAP program without modification?
4.
What is the purpose of a hashed table in ABAP?
5.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
6.
What tool generates documentation for ABAP classes?
7.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
8.
What does CLEAR itab[] do in ABAP?
9.
Which syntax checks whether an internal table contains a record efficiently?
10.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
11.
You are creating a reusable library function. Where should it be stored?
12.
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?
13.
You have two internal tables and want to merge them removing duplicates. What’s best?
14.
How do you detect if a particular record is locked by another user?
15.
You want to debug a background job. What must be done?
Leave a Reply