‎2008 Nov 12 9:05 AM
I want to know where the message Zxxx 001 is used that is in which program it is used. Or in simple works i want to know when and how the message is trigerred.
Thanks in advance
‎2008 Nov 12 9:07 AM
hi,
goto se91 transaction give your message class and number and click where used list button on application tool bar you will get all programs where it is used.
‎2008 Nov 12 9:08 AM
Hello!
Use transaction SE91. Enter the message class name. In the message class, goto the message number. Select it and check the where-used list. This will give you all the instances where the message is called.
Cheers!
‎2008 Nov 12 10:38 AM
System is giving the message
Message ZTEST 063 not found in Programs (possibly dynamic calls!)
Message no. ES200
How can i find out when the message is triggered and on what condition
‎2008 Nov 12 10:43 AM
> Message ZTEST 063 not found in Programs (possibly dynamic calls!)
> Message no. ES200
It seems to be Customized Message. Go to SE91 and Input Msg Appn area and Msg no and click on Display and Select Attributes tab and Check in Short text Field where the Original Message has configured. ie in which area it is configured (for eg : Purchasing, sales & distibution, Inventroy etc)
‎2008 Nov 12 10:56 AM
Yes this is an customized message. I had gone to the short text as you have mentioned but it is blank for ztest 063. Can u tell me how can i find out on what condition does the message gets triggered.
‎2008 Nov 18 4:55 AM
The error that it shows is 'Doc type RE not assigned to transaction MRIS'.
How can i find out from the error what setting is missing.
‎2008 Nov 18 5:30 AM
Hi Kannan,
See my message in the below link. One way is to debug all the messages
1. Carry out your transaction till the point just before the place where you get your error message.
2. Before you proceed further, put the command /H (in the command field-- Where you execute your normal TCODES). This activates debugging.
3.Now you have to create a breakpoint for the statement MESSAGE.
4. In debugging screen choose Breakpoints-> Breakpoint at -> Statement (SHIFT+F5).
5. In the following popup type MESSAGE.
6. This will create a breakpoint at all MESSAGE statements.
7. Press F8 till you get to your message.
Regards
Rajvansh.R
‎2008 Nov 12 9:13 AM
You can use the source scan program:
RPR_ABAP_SOURCE_SCAN
selection screen :
find string : message-id ZXXX
Hope it helps
Deepak
‎2008 Nov 18 5:56 AM
Hi,
if you wnat to know in which program zxxx001 messages class is used. jst go to se91. give teh message class name, click on attributes radio button. in application tool bat there is an icon foe where used list icon. click on it. it will give the list of programs where the message classed is used.
or you can use abap program RPR_ABAP_SOURCE_SCAN to search.
Thank & regards.
Edited by: Naseeruddin on Nov 18, 2008 7:12 AM
‎2008 Nov 18 8:45 AM
‎2010 Nov 10 10:16 AM
i need to read the message class used in a program .
i also need to read the messages in that message class