2016 Mar 24 5:52 AM
Hi Experts,
My requirement is getting problem in Table control wizard is "controls can only be defined globally".
Kindly guide me ASAP.
Thanks in Advance.
Thanks and Best Regards,
Mahesh. N
2016 Mar 24 6:29 AM
Hi,
Do one thing, cut and copy that statement and paste it in the main program area. Main program area means the part where you do all the data declaration.
It means that you have to declare that statement in the before the program initializes so that it can know what control it has to work with.
Try that if you still didn't get the main area , then please post the code from SE38. Will tell where to paste it.
Regards
Ashish
2016 Mar 24 6:35 AM
Hi Mahesh,
You have to define the controls in only TOP include of your program.
Regards,
Shadab.
2016 Mar 24 6:49 AM
Hi,
declaration in TOP depends whether he has declared TOP or not.
That's the only reason why I said in main declaration area
.
2016 Mar 24 6:45 AM
Hello,
Please do all your declarations in TOP include as Shadab suggested.
Thanks
Siva.A