You use remote client proxy in ABAP. You create an Exception Class for errors related to proxy consumption.
Which of the following do you use as a superclass?
Please choose the correct answer.
You use the following expression to address the internal table gt_flights: gs_flight = gt_flights[ carrid = IXXI connid = I9999I]. There is NO table entry with the specified key.
What is the result of the statement?
Please choose the correct answer.
You have written the following code: START-OF-SELECTION. LOOP AT itab INTO DATA(line). * ENDLOOP. The system creates a variable called Line. When is it created and when can you address it?
Please choose the correct answer.
The Entity Manipulation Language (EML) is an extension of which of the following?
Please choose the correct answer.
In your system landscape, you create a Custom Business Object in the SAP S/4HANA On-Premise edition.
Which steps are necessary to use the Custom Business Object as the basis for an SAP Fiori app?
There are 2 correct answers to this question.
You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work?
Please choose the correct answer.
You have written a program that uses inline declarations and assigns values using expressions. The global data declarations contain the following statement: DATA o TYPE REF TO cl_class.
Which of the following are valid statements?
There are 3 correct answers to this question.
You want to use the extensibility app, Custom Fields and Logic, to define custom fields for an SAP Fiori app.
Which of the following conditions is a prerequisite for this activity?
Please choose the correct answer.
Which of the following new repository object types were introduced with ABAP CDS?
There are 3 correct answers to this question.