‎2009 Dec 01 1:32 PM
Hi All,
I am using the table control wizard.
Following is the declared data :
types : begin of ty_vbak,
mark type c, "as selection field
vbeln type vbak-vbeln,
erdat type vbak-erdat,
ernam type vbak-ernam,
end of ty_vbak.
data :it_vbak type standard table of ty_vbak,
wa_vbak type ty_vbak.
while generating the table control , i give the internal table name as it_vbak and work area as wa_vbak(both of these are also coming in F4 help) , i am getting the following error :
the table work area wa_vbak does not exist or is not a structure.
Please help.
‎2009 Dec 01 2:37 PM
‎2010 Feb 04 3:17 AM
Hi,
I too have the same problem. Could you please tell what the solution is?
Regards
Panneer
‎2010 Feb 04 3:27 AM
Hi Panneer ,
Can you please try closing the client and then log in again.
That worked for me.
‎2010 Feb 04 6:12 AM
Hi,
The problem is solved.. it works now..
Regards
Panneer
Edited by: Panneer Selvam on Feb 5, 2010 3:48 AM
‎2020 Oct 30 10:59 AM