baanhp
25th September 2010, 12:05
Dear All

I have one MMT . The requirement is when data is changed in line session, the header data should changed/refreshed automatially. user does nt want to refresh manually .


is there any standard function available ..

please share if any body has done this code



Thanks

pruthirajpahi
27th September 2010, 07:45
Pls use the standard method: refresh.parent(-1) from Lines session.
It will refresh automatically header session.

v_kewl
27th September 2010, 08:30
You can use prcm.register("Parent Table name") in parent session

and function prcm.notify("Parent Table Name") in any child sessions which are using Parent table and from where you want to refresh parent data.

This function is applicable in all type of maintain/display session where prcm.register is being used.

Regards,
Gaurav Kumar

eric.dizon
3rd October 2014, 16:36
This Process Change manager helped me in my issue. Thanks.

sachinbaan
4th October 2014, 08:31
hi,

You can use refresh.parent(-1).