Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

include structure

Former Member
0 Likes
502

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.

4 REPLIES 4
Read only

Former Member
0 Likes
477

Hi

You can get .... but you have to write select * statement

Thanks

sasmita

Read only

0 Likes
477

every thing is there select statement is also there

Read only

Former Member
0 Likes
477

Hi ,

types: begin of it_kna1.

include type kna1.

types: end of it_kna1.

try for this one....

Read only

Former Member
0 Likes
477

Hi Sonti,

can you make your question more clear. If possible can u write a small code demonstrating your point.

Regards,

Koushik.