Which of the following statements are correct?

Exhibit: Which of the following statements are correct? Note: There are 2 correct answers to this question.A . FOR defines a loop that runs over the content of source_itabB . source_itab is only visible within the loop.C . row is a predefined name and cannot be chosen arbitrarily.D . row...

December 8, 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 8, 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 7, 2023 No Comments READ MORE +

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...

December 6, 2023 1 Comment 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 6, 2023 No Comments READ MORE +

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...

December 6, 2023 No Comments READ MORE +

What are some of the reasons that Core Data Services are preferable to the classical approach to data modeling? Note: There are 2 correct answers to this question.

What are some of the reasons that Core Data Services are preferable to the classical approach to data modeling? Note: There are 2 correct answers to this question.A . They implement code pushdown.B . They avoid data transfer completely.C . They transfer computational results to the application server.D . They...

December 6, 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 5, 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 4, 2023 No Comments READ MORE +

Which function call returns 0?

Which function call returns 0?A . Count_any_of ( val - ‘ABAP ABAP abap' sub "AB" )B . Count (val - 'ABAP ABAP abap' sub - 'AB' )C . find_any_of (val = "ABAP ABAP abap' sub = "AB")D . find_any_not_of( val 'ABAP ABAP abap’ sub = 'AB')View AnswerAnswer: D Explanation: The...

December 4, 2023 No Comments READ MORE +