we can use internal table with help of user define data types if possible or not
Answer Posted / praful
yes.
TYPES : BEGIN OF LINE,
MAT(18) TYPE C,
MAK(40) TYPE C,
END OF LINE.
DATA : ITAB TYPE TABLE OF LINE.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the difference between call screen and leave screen?
How table control cn be generated using bdc? : abap bdc
What are null values? : abap data dictionary
how to see the tables of 200 in client 100?
Explain the disadvantage of using exec sql statement in abap?
What is direct input method ?
What is page window?
What is the meaning of sap r/3?
Explain what is the difference between primary key and unique key?
Name the abap/4 modularization techniques?
What is the difference between skip and new-line?
Reports: Event functionality.
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Some Realtime Objects on Bdc.
How many default tab strips are there?