‎2010 May 29 12:29 PM
Hello Colleagues,
I have a requirement where in i have to refresh the customization screen of table.
Detail: i have generated table maintenance screen of table 'XYZ'. Now from this screen i am launching one pop-up screen.
within this pop-up screen i am modifying this table 'XYZ'. So when i close the pop-up i wanted to see the refreshed value in my maintenance screen of table 'XYZ'.
Could you please help?
Regards,
Virat
‎2010 May 30 1:50 AM
define the table global to the entire program.
in PAI of Pop up, modify the internal table with the changed values..
in PBO of the main screen, always check is data exists, then clear and update from the modified table.