<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Program where message class in used in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704799#M1105436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use abap program RPR_ABAP_SOURCE_SCAN to search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &amp;amp; regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naseeruddin on Nov 18, 2008 7:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 05:56:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T05:56:34Z</dc:date>
    <item>
      <title>Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704790#M1105427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 09:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704790#M1105427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704791#M1105428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 09:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704791#M1105428</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-11-12T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704792#M1105429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 09:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704792#M1105429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704793#M1105430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the source scan program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen : &lt;/P&gt;&lt;P&gt;find string : message-id ZXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 09:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704793#M1105430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T09:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704794#M1105431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;System is giving the message&lt;/P&gt;&lt;P&gt;Message ZTEST 063 not found in Programs  (possibly dynamic calls!)&lt;/P&gt;&lt;P&gt;Message no. ES200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i find out when the message is triggered and on what condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 10:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704794#M1105431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T10:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704795#M1105432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Message ZTEST 063 not found in Programs  (possibly dynamic calls!)&lt;/P&gt;&lt;P&gt;&amp;gt; Message no. ES200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 &amp;amp; distibution, Inventroy etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 10:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704795#M1105432</guid>
      <dc:creator>former_member192897</dc:creator>
      <dc:date>2008-11-12T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704796#M1105433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 10:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704796#M1105433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704797#M1105434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error that it shows is 'Doc type RE not assigned to transaction MRIS'.&lt;/P&gt;&lt;P&gt;How can i find out from the error what setting is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 04:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704797#M1105434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T04:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704798#M1105435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; See my message in the below link. One way is to debug all the messages &lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1125231"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Carry out your transaction till the point just before the place where you get your error message.&lt;/P&gt;&lt;P&gt;2. Before you proceed further, put the command /H (in the command field-- Where you execute your normal TCODES). This activates debugging.&lt;/P&gt;&lt;P&gt;3.Now you have to create a breakpoint for the statement MESSAGE.&lt;/P&gt;&lt;P&gt;4. In debugging screen choose Breakpoints-&amp;gt; Breakpoint at -&amp;gt; Statement (SHIFT+F5).&lt;/P&gt;&lt;P&gt;5. In the following popup type MESSAGE.&lt;/P&gt;&lt;P&gt;6. This will create a breakpoint at all MESSAGE statements.&lt;/P&gt;&lt;P&gt;7. Press F8 till you get to your message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajvansh.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 05:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704798#M1105435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T05:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704799#M1105436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use abap program RPR_ABAP_SOURCE_SCAN to search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &amp;amp; regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naseeruddin on Nov 18, 2008 7:12 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 05:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704799#M1105436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T05:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704800#M1105437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 08:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704800#M1105437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T08:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Program where message class in used</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704801#M1105438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to read the message class used in a program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also need to read the messages in that message class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 10:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-where-message-class-in-used/m-p/4704801#M1105438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T10:16:15Z</dc:date>
    </item>
  </channel>
</rss>

