1.
What’s the purpose of using “EXPORT TO MEMORY” and “IMPORT FROM MEMORY”?
2.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
3.
A requirement: You need to extend standard SAP table (SAP delivered) by adding two custom fields but keep upgrade‑safe. Which method is correct?
4.
What is a main benefit of using field symbols in ABAP?
5.
You are creating a reusable library function. Where should it be stored?
6.
What does CLEAR itab[] do in ABAP?
7.
You implement a BADI and need it to run conditionally based on sales org. What do you use?
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 use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
10.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
11.
What is a correct way to add custom logic into a standard SAP program without modification?
12.
You implement a FORM routine. Which statement is used to return control to the calling program?
13.
Which syntax checks whether an internal table contains a record efficiently?
14.
You have two internal tables and want to merge them removing duplicates. What’s best?
15.
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?