1.
You implement a FORM routine. Which statement is used to return control to the calling program?
2.
What tool generates documentation for ABAP classes?
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.
Your CDS view is not returning results. It uses @AccessControl. What could be the issue?
6.
You use READ TABLE but always get sy-subrc ≠ 0. What could be the reason?
7.
You are creating a table maintenance generator (TMG) via SE11. Which function group is required?
8.
You are creating a reusable library function. Where should it be stored?
9.
What is the role of delivery class “A” in a transparent table?
10.
What is a correct way to add custom logic into a standard SAP program without modification?
11.
You created a custom lock object. What is needed to use it in code?
12.
A program reads too much data causing memory issues. What's a better strategy?
13.
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?
14.
You are using function module GUI_DOWNLOAD. What limitation must be noted?
15.
A custom report displays long-running ALV output. How do you improve usability?