When accessing the subclass instance through go_super, what can you do?

Refer to Exhibit. When accessing the subclass instance through go_super, what can you do? Note: There are 2 correct answers to this question.A . Access the inherited private components.B . Access the inherited public components.C . Call a subclass specific public methodD . Call inherited public redefined methods.View AnswerAnswer: AB...

December 2, 2023 No Comments READ MORE +

Which extensibility type does SAP recommend you use to enhance the existing UI for an SAP Fiori app?

Which extensibility type does SAP recommend you use to enhance the existing UI for an SAP Fiori app?A . Key userB . ClassicC . Side-by-sideD . DeveloperView AnswerAnswer: D Explanation: According to the SAP clean core extensibility and ABAP cloud topic, SAP recommends using developer extensibility to enhance the existing...

December 2, 2023 No Comments READ MORE +

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: C Explanation: The internal table type that allows both unique and non-unique keys is the standard table. A standard table has an internal linear index that can be used to access the table entries....

December 2, 2023 No Comments READ MORE +

When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.

When does SAP recommend to use a sorted or a hashed table respectively? Note: There are 2 correct answers to this question.A . A hashed table, when you read a single record and specify the complete key.B . A hashed table, when you read a subset in a loop and...

December 1, 2023 No Comments READ MORE +

What are valid statements? Note: There are 2 correct answers to this question.

What are valid statements? Note: There are 2 correct answers to this question.A . ##NEEDED is checked by the syntax checker.B . The pragma is not checked by the syntax checker.C . #EC_NEEDED is not checked by the syntax checker.D . The pseudo-comment is checked by the syntax checkerView AnswerAnswer:...

December 1, 2023 No Comments READ MORE +

Which patterns raise an exception? Note: There are 3 correct answers to this question.

Which patterns raise an exception? Note: There are 3 correct answers to this question.A . DATA: gv_target TYPE p DECIMALS 2. CONSTANTS: go intl TYPE i VALUE 3. gv_target -U EXACT (2 gcojntl).B . DATA: gv_target TYPE string. □ CONSTANTS: gco_string TYPE LENGTH 16 VALUE 0123456789ABCDEF*. gv_target = EXACT #...

December 1, 2023 No Comments READ MORE +

In ABAP SQL, which of the following retrieves the association field_Airline-Name of a CDS view?

In ABAP SQL, which of the following retrieves the association field_Airline-Name of a CDS view?A . _Airline-NameB . /_Airline NameC . @_Airline-NameD . "_Airline NameView AnswerAnswer: C Explanation: In ABAP SQL, the syntax to retrieve the association field of a CDS view is to use the @ sign followed by...

December 1, 2023 No Comments READ MORE +

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:

December 1, 2023 No Comments READ MORE +

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: C Explanation: The internal table type that allows both unique and non-unique keys is the standard table. A standard table has an internal linear index that can be used to access the table entries....

November 30, 2023 No Comments READ MORE +

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: C Explanation: The internal table type that allows both unique and non-unique keys is the standard table. A standard table has an internal linear index that can be used to access the table entries....

November 30, 2023 No Comments READ MORE +