Which of the following integration frameworks have been released for ABAP Cloud development? (Select 3)
In a RAP business object, where is the validation implementation code contained?
You have a superclass super1 and a subclass sub1 of super1. Each class has an instance constructor and a static constructor. The first statement of your program creates an instance of sub1.
In which sequence will the constructors be executed?
Which statement can you use to change the contents of a row of data in an internal table?
When you work with a test class, you can set up some prerequisites before the actual testing.
In which sequence will the following fixtures be called by the test environment?
You want to check the behavior of an ordinary class ZCL_ORDINARY with class LTCL_TEST. How do you specify LTCL_TEST as a test class?
Given the following code:
DATA gv_text1 TYPE string. "#EC_NEEDED
DATA gv_text2 TYPE string ##NEEDED.
What are valid statements? (Select 2 correct answers)
Which of the following Core Data Services built-in functions returns a result of type INT4?
(Select 2 correct answers)