‎2015 Mar 13 8:51 AM
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
‎2015 Mar 13 9:37 AM
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
‎2015 Mar 13 9:42 AM
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
‎2015 Mar 13 10:40 AM
Hi,
Try.
T-code: SENH pass the VL03N's program name to find the enhancement .
Debug with /hs.
Hope it helpful,
Regards,
Ramesh.V