You have two internal tables itab1 and itab2.What is true for using the expression itab1 = corresponding #( itab2 )? Note: There are 2 correct answers to this question.
In ABAP SQL, which of the following can be assigned an alias? Note: There are 2 correct answers to this question.
What RESTful Application Programming object contains only the fields required for a particular app?
What are advantages of using a field symbol for internal table row access? Note: There are answers to this question.
When processing an internal table with the statement LOOP AT itab... ENDLOOP, what system variable contains the current row number?
When accessing the subclass instance through go_super, what can you do? Note: There are 2 correct answers to this question.
For what kind of applications would you consider using on-stack developer extensions? Note: There are 2 correct answers to this question.
The class zcl_demo_class is in a software component with the language version set to "Standard ABAP". The function module "ZF11 is in a software component with the language version set to "ABAP Cloud". Both the class and function module are customer created. Regarding line #6, which of the following is a valid statement?
Exhibit:
What are valid statements? Note: There are 3 correct answers to this question.
Which of the following are features of Core Data Services? Note: There are 3 correct answers to this question.
Which of the following string functions are predicate functions? Note: There are 2 correct answers to this question.
Setting a field to read-only in which object would make the field read-only in all applications of the RESTful Application Programming model?
The "demo_ods_assoc_spfi data source referenced in line #4 contains a field "connid" which you would like to expose in the element list.
Which of the following statements would do this if inserted on line #8?
What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?
In an Access Control Object, which clauses are used? Note: There are 3 correct answers to this question.
Image:
In the following ABAP SQL code, what are valid case distinctions? Note: There are 2 correct answers to this question.
A)
B)
C)
D)
Exhibit:
Which of the following statements are correct? Note: There are 2 correct answers to this question.