‎2006 Oct 07 7:39 AM
Hi Experts,
I need to collect all the error messages that are triggered inside a function module. The function is SAP standard and I cannot make any changes in it.
For example - In transaction ME22N, if we trigger some error message in a particular user exit, it is not shown instantly. Instead, it is collect in some message collector and then all the messages are shown in a popup.
I want to do the same thing. I tried to debug the transaction, but could not find out.
Please suggest the correct approach. Is there any class or function used to do this?? If possible send some sample code.
Regards,
Prabhas Kalele.
‎2006 Oct 07 8:02 AM
Hi,
Look at the Fm <b>BAL_GLB_MSG_CURRENT_HANDLE_GET</b>
Regards
Sudheer
‎2006 Oct 07 9:29 AM