Which rules are valid for the sub constructor?
Class super has subclass sub. Which rules are valid for the sub constructor? Note: There are 2 correct answers to this question.A . The method signature can be changed.B . Import parameters can only be evaluated after calling the constructor of super.C . The constructor of super must be called...
Which of the following are features of Core Data Services? 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. A. Inheritance B. Associations C. Annotations D. Delegation E. Structured Query Language (SQL)View AnswerAnswer: BCE Explanation: Core Data Services (CDS) is a framework for defining and consuming semantically rich data models...
Which RESTful Application Programming object can be used to organize the display of fields in an app?
Which RESTful Application Programming object can be used to organize the display of fields in an app?A . Data model viewB . Metadata extensionC . Service definitionD . Projection viewView AnswerAnswer: D Explanation: A metadata extension is a RESTful Application Programming object that can be used to organize the display...
When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?
When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?A . sy-linnoB . sy-labixC . sy-subrcD . sy-indexView AnswerAnswer: D Explanation: When processing a loop with the statement DO… ENDDO, the system variable that contains the implicit loop counter is sy-index. The loop...
the following is a valid statement?
Refer to the exhibit. 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...
In an Access Control Object, which clauses are used? Note: There are 3 correct answers to this question.
In an Access Control Object, which clauses are used? Note: There are 3 correct answers to this question.A . Where (to specify the access conditions)B . Crant (to identify the data source)C . Return code (to assign the return code of the authority check)D . Define role (to specify the...
In the following ABAP SQL code, what are valid case distinctions?
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) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: AB Explanation:
Which restrictions exist for ABAP SQL arithmetic expressions? Note: There are 2 correct answers to this question.
Which restrictions exist for ABAP SQL arithmetic expressions? Note: There are 2 correct answers to this question.A . Floating point types and integer types can NOT be used in the same expression.B . The operator/is allowed only in floating point expressions.C . Decimal types and integer types can NOT be...
Which internal table type allows unique and non-unique keys?
Which internal table type allows unique and non-unique keys?A . SortedB . HashedC . StandardView AnswerAnswer: A Explanation: Sorted - Sorted internal tables in ABAP allow for both unique and non-unique keys. When defining a sorted table, you can specify whether the key should be unique or non-unique. Hashed -...
In a RESTful Application Programming application, in which objects do you bind a CDS view to create a value help? Note: There are 3 correct answers to this question.
In a RESTful Application Programming application, in which objects do you bind a CDS view to create a value help? Note: There are 3 correct answers to this question.A . Data model viewB . Behavior definitionC . Metadata ExtensionD . Service DefinitionE . Projection ViewView AnswerAnswer: CDE Explanation: In a...