2014 Oct 01 2:17 PM
I created a table control using wizard in screen
İ have get some data from databese using other dialog screen.
This Part When i change data in the other screen and for example press the OK button ?
I wanna refresh my table control ?
How can i do this ?
Thanks & Regards
2014 Oct 06 3:05 PM
You mean to say that when you return to table control it should get automatic refreshed?
2014 Oct 08 7:13 AM
2014 Oct 07 7:07 AM
2014 Oct 07 7:16 AM
Hello.
Table control data is nothing but a reflection of your internal table data.
On OK button press, call the table control screen once again.
Only when PBO is executed, the changes will be reflected in the screen.
Regards.
Message was edited by: K.Arun Prabhu
2014 Oct 10 3:35 PM
Hi Burak,
WHEN 'MODIFY'.
CALL TRANSACTION 'ZRMARA'.
REFRESH CONTROL 'SOURCE' FROM SCREEN '9000'.
It is refreshing Table Control when I return from TCODE 'ZRMARA'