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
713

Hi All,

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

Please help me to proceed further

5 REPLIES 5
Read only

venkat_o
Active Contributor
0 Likes
675

Hi Ravisankar, <li>Just activate the TOP Include, before you create table control using work area or internal table. It works. Thanks Venkat.O

Read only

Former Member
0 Likes
675

Hi,

If you declared the itab ans wa in TOP INCLUDE and the program is activated it will work.

Make sure that everything in your program is active and try again it will definetely work.

Revert if you need some more help.

Regards,

Pavan.

Read only

Former Member
0 Likes
675

Hai,

I face this problem quite regularly:D Just make sure the entire program is activated and then try again. It will work. Even if it doesnt work, activate the program, come out of it and again enter the program and activate it.

Best Regards,

rama

Read only

Former Member
0 Likes
675

Hi,

I too had the same problem. What you can do is first create the Top and then the rest. And also activate the top first and then the rest.Surely your problem will be solved.

Thank You.

Regards,

Dhanalakshmi L

Read only

Former Member
0 Likes
675

Hi,

Please activate your TOP include where you have declared the internal table and the work area. If the TOP include is not active, the wizard will not be able to detect the data declarations.