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

Former Member
0 Likes
392

Hello Experts.........

Plz Help me in Table control......

I am working in ecc6.0..... where i am developing a module pool.....here i am ceating a table control in a sub screen.......

now when i am entering any value in it and scrolling all the data is desapper but i remains in my internal tablee....i am using "REFRESH CONTROL TC1 FROM SCREEN DYNNR" IT DOESNT WORK BUT WHEN I AM USING THIS SYNTAX IN A NORMAL SCREEN IT WORKS FINE...

I am not using table control wizard....

what shall i do to resolve this problem......plz guide me and if possible give me some sample code......

Thanx in advance...

Vaibhav

2 REPLIES 2
Read only

Former Member
0 Likes
357

Hi Vaibhav,

Probably, the reason why ur code is not working if your table control is on subscreen.

Check where have you written code for REFRESH. It should be on the PBO/PAI of the subscreen itself.

Regards,

Manish Joshi

Read only

0 Likes
357

Ya it was in PBO of Subscreen