‎2010 Jan 20 10:31 AM
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
‎2010 Jan 20 10:43 AM
Hi,
Define your table control in the TOP include
CONTROLS: tabcontrol TYPE TABLEVIEW USING SCREEN '0112'.
Please activate the TOP include first.
‎2010 Jan 20 10:36 AM
Hi,
Where have you declared the table control.
It should be declared in top include i.e. globally.
‎2010 Jan 20 10:37 AM
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
‎2010 Jan 20 10:43 AM
Hi,
Define your table control in the TOP include
CONTROLS: tabcontrol TYPE TABLEVIEW USING SCREEN '0112'.
Please activate the TOP include first.
‎2010 Jan 20 10:46 AM
hi,
Please declare table control in top include and activate the screen first ...
thanks