Hi ,
I have Z report where the ALV ouput has hotspots in purchase order number to direct to ME22n. The user wants the ALV to get updated everytime he clicks the hyperlink in ALV output and makes some changes in ME22n to the correspnding PO.
Initial plans were to choose certain fields which were probable to be updated , and add a logic to DB select them in a routine that would be run when the refresh event is triggered , and pass it to the ALV output tab and them implement a ALV refresh with this new Itab. But later the user wanted the program to be completely rerun so that he gets all the updated values in ALV screen whenever he clicks on the refresh button in ALV output.
please suggest me a logic to achieve this...