SAP C_ABAPD_2309 - SAP Certified Associate - Back-End Developer - ABAP Cloud Exam

Page:    1 / 16   
Total 79 questions

What are advantages of using a field symbol for internal table row access? (Choose two.)

  • A. Using a field symbol is faster than using a work area.
  • B. The field symbol can be reused for other programs.
  • C. The row content is copied to the field symbol instead to a work area.
  • D. A MODIFY statement to write changed contents back to the table is not required.


Answer : AD

In an Access Control Object, which clauses are used? (Choose three.)

  • A. DEFINE ROLE (to specify the role name)
  • B. RETURN CODE (to assign the return code of the authority check)
  • C. REVOKE (to remove access to the data source)
  • D. GRANT (to identify the data source)
  • E. WHERE (to specify the access conditions)


Answer : ADE

Which of the following are valid sort operations for internal tables? (Choose three.)

  • A. Sort a standard table using
    SORT itab BY field1 field2.
  • B. Sort a standard table using
    SORT itab.
  • C. Sort a sorted table using
    SORT itab DESCENDING.
  • D. Sort a sorted table using
    Sort itab BY field1 ASCENDING field2 DESCENDING.
  • E. Sort a standard table using
    SORT itab ASCENDING.


Answer : ABE

When processing an internal table with the statement LOOP AT itab… ENDLOOP, what system variable contains the current row number?

  • A. sy-tabix
  • B. sy-linno
  • C. sy-index
  • D. sy-subrc


Answer : A

When does SAP recommend to use a sorted or a hashed table respectively? (Choose two.)

  • A. A hashed table, when you read a single record and specify the complete key.
  • B. A sorted table, when you read a subset in a loop and specify a part of the key from the left without gaps.
  • C. A hashed table, when you read a subset in a loop and specify a part of the key from the left without gasp.
  • D. A sorted table, when you read a single record and specify non-key fields.


Answer : AB

Page:    1 / 16   
Total 79 questions