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 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:
What RESTful Application Programming object contains only the fields required for a particular app?
What RESTful Application Programming object contains only the fields required for a particular app?A . Database viewB . Metadata extensionC . Projection ViewD . Data model viewView AnswerAnswer: C Explanation: A projection view is a RESTful Application Programming object that contains only the fields required for a particular app. A...
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...
What are advantages of using a field symbol for internal table row access? Note: There are answers to this question.
What are advantages of using a field symbol for internal table row access? Note: There are answers to this question.A . The field symbol can be reused for other programs.B . A MODIFY statement to write changed contents back to the table is not required.C . The row content is...
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...
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...
Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.
Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.A . SELECT FROM /dmo/connection FIELDS carrid O airpfrom, MAX(distance) AS dist_max, MIN( distance) AS dist_min GROUP BY carrid, airpfrom INTO TABLE @DATA(It_hits)B . SELECT FROM /dmo/connection FIELDS / O carrid, airpfrom, MAX(...
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:...