Q: 12
/DMO/I_Connection is a CDS view.
What variable type is connection full based on the following code? DATA connection full TYPE
/DMD/I_Connection.
Options
Discussion
A is wrong, B. In ABAP, using TYPE with a CDS view like /DMO/I_Connection makes 'connection_full' a structure, not a table. You'd need TABLE OF for internal tables. Pretty sure on this.
Its C, similar question came up in my practice set and internal table was the expected answer there.
B
B
Probably B. Just a single structure, not a table here. Seen this kind of TYPE usage before.
Be respectful. No spam.