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

Problem with Table Control Wizard

Former Member
0 Likes
1,758

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,177

Answered

Read only

Panneer
Product and Topic Expert
Product and Topic Expert
0 Likes
1,177

Hi,

I too have the same problem. Could you please tell what the solution is?

Regards

Panneer

Read only

0 Likes
1,177

Hi Panneer ,

Can you please try closing the client and then log in again.

That worked for me.

Read only

Panneer
Product and Topic Expert
Product and Topic Expert
0 Likes
1,177

Hi,

The problem is solved.. it works now..

Regards

Panneer

Edited by: Panneer Selvam on Feb 5, 2010 3:48 AM

Read only

Former Member
0 Likes
1,177

How you resolve that..??