SAP
C_TAW12_750 · Question #252
How do you define an internal table in a private method of a class? There are 3 correct answers to this question.
The correct answer is B. DATA It_itabTYPE <Table Type> D. DATA It_itab TYPE TABLE OF <Structure Type> E. DATA It_itab TYPE TABLE OF < Dictionary Table >. See the full explanation below for the reasoning.
Question
How do you define an internal table in a private method of a class? There are 3 correct answers to this question.
Options
- ADATA It_itab TYPE TABLE OF <Dictionary Table > WITH HEADER LINE
- BDATA It_itabTYPE <Table Type>
- CDATA It_itab TYPE <Dictionary Table>
- DDATA It_itab TYPE TABLE OF <Structure Type>
- EDATA It_itab TYPE TABLE OF < Dictionary Table >
How the community answered
(17 responses)- A6% (1)
- B76% (13)
- C18% (3)
Community Discussion
No community discussion yet for this question.