What are some characteristics of secondary keys for internal tables? Note: There are 3 correct answers to this question.
Which of the following ABAP SQL statements are valid? Note: There are 2 correct answers to this question.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)SELECT FROM /dmo/connection FIELDS \/ O carrid, airpfrom,MAX( distance) AS dist_max, MIN(distance) AS dist_min INTO TABLE @DATA(It_hits)SELECT FROM /dmo/connection FIELDS V D MAX(distance) AS dist_max MIN(distance) AS dist_min INTO TABLE @DATA(It_hits).SELECT FROM /dmo/connection FIELDS r—i carrid, airpfrom u GROUP BY carrid, connid INTO TABLE @DATA(It_hits).
Which of the following actions cause an indirect change to a database table requiring a table conversion? Note: There are 2 correct answers to this question.
When processing an internal table with the statement LOOP AT itab... ENDLOOP, what system variable contains the current row number?
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.