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,752

Eventhough I created a itab and wa in top include, when I try to create a table control with wizard when I chose the option from itab, I am getting error as 'The table workarea does not exist'.

Please help me to proceed further

8 REPLIES 8
Read only

Former Member
0 Likes
1,427

make sure includes are active.

thanks

Somu

Read only

Former Member
0 Likes
1,427

HI,

Try using your Z table/structure 'if any' for creating a table control using the wizard.

Also check if you have declared your internal tabel type standard table and not using occurs 0 specification.

Regards,

Amit

Read only

Former Member
0 Likes
1,427

Hi ,

check whther you data decleration include is activated or not.

PLease let me know if still have any issues on this.

Thanks and regards,

Rajeshwar.

Read only

Former Member
0 Likes
1,427

This message was moderated.

Read only

Former Member
0 Likes
1,427

In table control we can refer a dictionary table or structure not an internal table. U will need to create a Z table in dictionary for that.........

Read only

Former Member
0 Likes
1,427

Hello Mr. Ravisankar

As I know you just follow these simple steps

First of all declare ITAB and WA in TOP include

Activate the whole program

Click on Screen Painter(F6)

Click on "Get From Program"

Select WA fields and place them into your table control.

NOTE: You cannot take ITAB fields you'll get errors.

Name the fields using Text Fields and you're done! I think so.

Read only

DiogoAwaihara
Explorer
0 Likes
1,427

From your screen Click "Utilities-Update Navigation Index", and try again.

Read only

0 Likes
1,427

Thanks for the updates, but please note the date of the original post

Rob