nerdexam
SAP

C_TAW12_740 · Question #20

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

The correct answer is A. DATA gv_1 TYPE gty_1. C. CONSTANTS gc_1 TYPE gty_1 VALUE '1'. See the full explanation below for the reasoning.

Question

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

Options

  • ADATA gv_1 TYPE gty_1.
  • BDATA gv_1 LIKE gty_1.
  • CCONSTANTS gc_1 TYPE gty_1 VALUE '1'.
  • DDATA gv_1 TYPE gty_1 DEFAULT '1'.

How the community answered

(35 responses)
  • A
    86% (30)
  • B
    9% (3)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_740 Practice