‎2008 May 05 9:37 AM
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.
‎2008 May 05 10:04 AM
Have you declared the internal table in the top include ,if not please decalre the internal table and work area in the top include.
‎2008 May 05 11:02 AM
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