exam questions

Exam C_ABAPD_2309 All Questions

View all questions & answers for the C_ABAPD_2309 exam

Exam C_ABAPD_2309 topic 1 question 3 discussion

Actual exam question from SAP's C_ABAPD_2309
Question #: 3
Topic #: 1
[All C_ABAPD_2309 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: ABE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Voltas
1 week, 2 days ago
Selected Answer: ACE
sort itab by field1 field2
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...