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

Problem with debugging ML81N transaction

former_member242512
Participant
0 Likes
742

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.

4 REPLIES 4
Read only

nirajgadre
Active Contributor
0 Likes
635

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.

Read only

Former Member
0 Likes
635

Hi,

You can use Trace Screen ST20 to trace error. Then search for output message then identify where the error occurs.

regards,

Read only

Former Member
0 Likes
635

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

Read only

0 Likes
635

Thanks for all the replies