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

Table control wizard

Former Member
0 Likes
338

hi All,

I am trying to create a table control using wizard.In the creation steps it is asking for the internal table and work area name.when i try to enter the intarnal table and woek area names it is giving me the error telling that the table work area doesnt exist.i have activated the complete program.

Thanks,

Rakesh.

2 REPLIES 2
Read only

Former Member
0 Likes
321

Have you declared the internal table in the top include ,if not please decalre the internal table and work area in the top include.

Read only

Former Member
0 Likes
321

Hi,

Decalre the internal tablein driver program like this

Example: data: begin of it_vbak occurs 0,

vbeln type vbak-vbeln,

end of it_vbak.

data: wa_vbak like line of it_vbak.

Reward Points if Usefull,

Regards

Fareedas