nerdexam
SAP

C_TAW12_71 · Question #370

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

(21 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    81% (17)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full C_TAW12_71 Practice