UDEMY2 Flashcards
What is the function of the ‘Extend View’ statement in ABAP CDS?
Please select the correct answer.
To include additional logic in an existing CDS view
What is the purpose of a ‘Service Definition’ in ABAP RAP?
Please choose the correct answer.
To expose a business object as a service
An ABAP developer is tasked with enhancing the performance of a data-intensive application. Which of the following approaches should the developer consider?
Please select all the correct answers that apply.
- Applying appropriate buffering techniques
- Implementing parallel processing
- Code pushdown to the database layer
How does the ‘Optimistic Locking’ mechanism work in the ABAP RAP? Please choose the correct answer
By allowing concurrent access and resolving conflicts during the save
Such as semantics and OData, How do CDS Views support different types of annotations?
Please choose the correct answer.
By providing metadata for UI rendering and data services.
What is ‘Service Binding’ in the ABAP RAP?
Please choose the correct answer.
It exposes a business object as a service
In ABAP for SAP HANA, what is the purpose of using ‘Scalar User Defined Functions’ ?
Please choose the correct answer.
To define custom functions that return a single value, executed in the database
What is an In-App Extension in SAP S/4HANA Cloud?
Please choose the correct answer.
Customizations within the core of S/4HANA
A developer is designing a data model to represent sales orders and their line items. Which approach should be used in ABAP CDS for optimal design?
There are 3 correct answers to this question.
- Use associations to link sales orders and line items
- Create a CDS view for sales orders and another for line items
- Utilize input parameters to filter data dynamically