Exit C_TAW12_731 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.31
Question 2 of 5
0% complete
Q2 Multiple choice

Which ABAP statement using the local type gty_1 correctly defines a data object? (Choose two)

Select all that apply.

  • A

    DATA gv_1 TYPE gty_1.

  • B

    DATA gv_1 LIKE gty_1.

  • C

    CONSTANTS gc_1 TYPE gty_1 VALUE '1'.

  • D

    DATA gv_1 TYPE gty_1 DEFAULT '1'.