2008 May 24 4:51 AM
Data It_Kna1 like table of kna1.
Here it_kna1 refers to an internal table or a work area?
2008 May 24 4:54 AM
2008 May 24 5:01 AM
hai,
it_kna1 refers to an internal table without header line.
Regards
jase
2008 May 24 5:03 AM
2008 May 24 6:02 AM
hi
actually we define the internal tables as
for header line we use keywords
WITH HEADER LINE
LIKE <ref table>
for internal table body we use the key words
OCCURS n
LIKE TABLE OF
so here ur internal table reffered as a table body without header line. ok
i think this syntaxes may clear ur doubt