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)- A5% (1)
- B5% (1)
- C81% (17)
- D10% (2)
Community Discussion
No community discussion yet for this question.