SAP
C_TAW12_740 · Question #22
How can you define an internal table in a private method of a class?
The correct answer is A. DATA It_itab TYPE TABLE OF . B. DATA It_itab TYPE TABLE OF . D. DATA It_itab TYPE < Table Type>. See the full explanation below for the reasoning.
Question
How can you define an internal table in a private method of a class?
Options
- ADATA It_itab TYPE TABLE OF .
- BDATA It_itab TYPE TABLE OF .
- CDATA It_itab TYPE .
- DDATA It_itab TYPE < Table Type>.
- EDATA It_itab TYPE TABLE OF WITH HEADER LINE.
How the community answered
(36 responses)- A78% (28)
- C17% (6)
- E6% (2)
Community Discussion
No community discussion yet for this question.