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

Error in Table control wizard

Former Member
0 Likes
884

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

4 REPLIES 4
Read only

Ashg1402
Contributor
0 Likes
803

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

Read only

shadab_maldar
Active Participant
0 Likes
803

Hi Mahesh,

You have to define the controls in only TOP include of your program.

Regards,

Shadab.

Read only

0 Likes
803

Hi,

     declaration in TOP depends whether he has declared TOP or not.

     That's the only reason why I said in main declaration area

.

Read only

siva_subramanian2
Participant
0 Likes
803

Hello,

Please do all your declarations in TOP include as Shadab suggested.

Thanks

Siva.A