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

Refresh customization screen in module pool programming

Former Member
0 Likes
773

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

1 REPLY 1
Read only

Former Member
0 Likes
317

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.