Question:
Dear all,
DATA: line(72) TYPE c,
field_list LIKE TABLE OF line(72).
the field_list is it internal table with structure line.
can anyone explain this to me
thank u
Answer:
Ita an internal table for sure. Even if you dont specify 72 in braces it remains same.
May I know please, where is the confusion.
Thanks and regards.
Sanket