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 in Table control wizard

Former Member
0 Likes
729

Hi sirs!

My requirement is to display internal table data to wizard.....i have done all steps correctly..when i am activating the main program i am getting error......it is telling that *"Controls can only be defined globally"*..so plz help me to solve this problem.

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

Hi,

Define your table control in the TOP include


CONTROLS: tabcontrol TYPE TABLEVIEW USING SCREEN '0112'.

Please activate the TOP include first.

4 REPLIES 4
Read only

Former Member
0 Likes
638

Hi,

Where have you declared the table control.

It should be declared in top include i.e. globally.

Read only

faisalatsap
Active Contributor
0 Likes
638

Hi, Sharukh

Have your activated your Screen and code generated by Wizard? , Please first active you screen than try to activate Driver Program,

Hope will solve out your problem

Best Regards,

Faisal

Read only

Former Member
0 Likes
639

Hi,

Define your table control in the TOP include


CONTROLS: tabcontrol TYPE TABLEVIEW USING SCREEN '0112'.

Please activate the TOP include first.

Read only

Former Member
0 Likes
638

hi,

Please declare table control in top include and activate the screen first ...

thanks