Exit C_TAW12_750 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50
Question 5 of 5
0% complete
Q5 Multiple choice

You have written a method implementation containing the following access to an internal table defined as a changing parameter of the method.

READ TABLE ct_itab INTO cs_struc INDEX 1.

What are the possible type definitions for parameter ct_itab? (Choose three.)

Select all that apply.

  • A

    Standard Table

  • B

    Sorted Table

  • C

    Any Table

  • D

    Index Table

  • E

    Hashed Table