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

Custom message triggering issue...

Former Member
0 Likes
728

Hi,

In the standard transaction VL03N a custom message was written when clicking on Post Goods Issue . My requirement is to find out from which it is triggering.I tried every method , I tried double clicking on the message but it doesn't showing any information regarding that message. I think they might have used any customer exits or any enhancement techniques.

So how can we find out that message. please help me out

Thank You.

regards,

Nagendra

3 REPLIES 3
Read only

Former Member
0 Likes
692

Hi,

Please tell me custom message use through message class or any other type.

If it is in message class then find the message through "Where-Used list".

I think it is help to find the message used in which user exit or enhancement.

Or on debugging tab breakpoints -> create break point in abap command "MESSAGE" .

and find the message .

Regards,

Nilesh

Read only

0 Likes
692

Hi,

I tried where-used list, and found the message they are using the place holders in the message class '00',mesg no '001'. I put the break point but it is not triggering.

I tired another way debugging, using /h then i clicked on the post goods issue, in the debugger the vairables sy-msgid,sy-msgv1 are filled but it didn't show the coding part where they have written please help me out

Regards,

Nagendra

Read only

VenkatRamesh_V
Active Contributor
0 Likes
692

Hi,

Try.

T-code: SENH pass the VL03N's program name to find the enhancement .

Debug with /hs.

Hope it helpful,

Regards,

Ramesh.V