‎2010 Sep 07 5:44 AM
Hi All,
On saving the service entry sheet in ML81N a z-message is being displayed .
I need to debug and find the reason why such message is being displayed.
Can anyone please tell me the approach how i should debug this transaction.
I debugged but couldn't reach that point where validation is being done.
I have checked for exits i didn't found any for ML81N transaction.
Please describe what should be the approach.
Regards.
‎2010 Sep 07 6:00 AM
Hi,
Try to use the where use functionality for the Z message . go to se91 transaction and for the required message use where use option and check from where is Z message is getting triggered.
‎2010 Sep 07 7:38 AM
Hi,
You can use Trace Screen ST20 to trace error. Then search for output message then identify where the error occurs.
regards,
‎2010 Sep 07 8:17 AM
Hi Ujjwal,
Enter /H in command field and go to the debugger screen and goto Breakpoints -- BreakPont At then in the input field enter MESSAGE key word then then press F8, thus it takes you to all message Points. Now check for what conditions this Message Keyword is getting executed
hope this resolves your issues
Cheerz
Ram
‎2010 Sep 13 6:27 AM