‎2007 Mar 24 6:04 AM
hi friends,
i declare a intertable with include structure statement with one table where i did not mention individual fields of table ,i hve table whole table
in write statement i hve taken
write : itab-kan1.
if i take some fields from table i am getting out put but when i am taking whole table it is not giving out put.
‎2007 Mar 24 6:32 AM
Hi
You can get .... but you have to write select * statement
Thanks
sasmita
‎2007 Mar 24 6:39 AM
‎2007 Mar 24 7:04 AM
Hi ,
types: begin of it_kna1.
include type kna1.
types: end of it_kna1.
try for this one....
‎2007 Mar 24 7:18 AM
Hi Sonti,
can you make your question more clear. If possible can u write a small code demonstrating your point.
Regards,
Koushik.