nerdexam
SAP

C_TAW12_731 · Question #30

How can you declare an internal table using the transparent table A as its line type?

The correct answer is C. DATA gt_itab TYPE TABLE OF a. See the full explanation below for the reasoning.

Question

How can you declare an internal table using the transparent table A as its line type?

Options

  • ADATA gt_itab TYPE LINE OF a.
  • BDATA gt_itab TYPE REF TO a.
  • CDATA gt_itab TYPE TABLE OF a.
  • DDATA gt_itab TYPE a.

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    12% (6)
  • C
    78% (39)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_731 Practice