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

Issue with using table control wizard from screen painter

Former Member
0 Likes
1,442

Hi ,

I am on BASIS release 640.

I created a function group.Within which I have created a screen.

I want to use a table control using the wizard.

I tried to create a table control using the wizrd and select the option for internal table and work area.It alsways says structure note defined or exist in the table.

I have defined the structure the way it is supposed to be defined based on the error message using the TYPES:BEGIN:

In the top include of the function group. Still I get the error So I tried to use header line nstill it shows doesnt exist.

However using a ddic table it works. But never in the case of Internal tables or header line.

Is there a bug in screen painter...Tell me how to get the table control wizard to accept internal table.

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
826

Did you define the actual structure (work area) and internal table with 'DATA:'? If you have properly defined the struc and table in your include, then back all the way out and go back in to SE80 and try again. An annoying 'feature' of the screen painter wizard is that it doesn't recognize the new definitions right away...

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
827

Did you define the actual structure (work area) and internal table with 'DATA:'? If you have properly defined the struc and table in your include, then back all the way out and go back in to SE80 and try again. An annoying 'feature' of the screen painter wizard is that it doesn't recognize the new definitions right away...

Read only

Former Member
0 Likes
826

Thanks Brad.You made my day.

Kudos to you.I wasted two hours trying header lines etc