Application Development 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: 

Display an error message in debug mode

Former Member
0 Kudos

Hi Experts,

I am in debug (/h) mode screen of a program ZXXXXX and during the flow check come across the error message "MESSAGE e197" in the code. Is there a way by which I can see what is this error message detail directly in the debug mode screen? for example by using some commands like F4 will work if I place the cursor on this message?

Thanks

Sakthi

1 REPLY 1

former_member223981
Active Contributor
0 Kudos

Hi Sakthi,

Not sure if this will help, but:

> Goto - Goto Source Code

>>>> This opens the program in a new window,

> Double click on the message number should bring you to where it is defined.

Regards,

Noel