<?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: finding transaction with message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814646#M348967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto SE91 and in the field Message Class mention ZITC_MES_PO. Click on where-used-list...Select all checkboxes and press enter.....The list will be displayed through which u can check the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award Points....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 10:51:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T10:51:27Z</dc:date>
    <item>
      <title>finding transaction with message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814645#M348966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;In the idoc there is mentioned that message type as ZITC_MES_PO. Please tell me how to find the transaction or report (which is used to fill the idoc ) with the help of this message type..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 10:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814645#M348966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T10:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: finding transaction with message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814646#M348967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto SE91 and in the field Message Class mention ZITC_MES_PO. Click on where-used-list...Select all checkboxes and press enter.....The list will be displayed through which u can check the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award Points....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 10:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814646#M348967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: finding transaction with message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814647#M348968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message type you are mentioning will not be seen from SE91. SE91 is the transaction for Message classes (the messages we use in ABAP Program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to see more about the message type, ZITC_MES_PO , go to transactio WE81 or WE82, you can find these custom message types at the end of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any function modules, used for populating this, you can do a wild search in SE37 transaction by entering &lt;STRONG&gt;ZITC_MES_PO&lt;/STRONG&gt; or &lt;STRONG&gt;ITC_MES_PO&lt;/STRONG&gt; and pressing F4 button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814647#M348968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: finding transaction with message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814648#M348969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message class  is in se91 but this is a message type of idoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is altogether a different concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the idoc is designed in the form of a function module for which a message type along with process code is attached .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the message type and function module is attached in tcode WE57 (plz check this as im not on sap right now).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now based on the message type u can get the function module name . &lt;/P&gt;&lt;P&gt;Once you get this function module open this in Se37 and look out for the structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;Goto tcode we19 and give the message type and execute this will give u the idoc structure .&lt;/P&gt;&lt;P&gt;Once you open the idoc from here u can the segments in control record , data record .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can populate the idoc from here  by filling the control and data segments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814648#M348969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: finding transaction with message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814649#M348970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering on what basis you are rewarding points!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For incorrect information provided, i could see you granting "Very Helpful answer"..and unfortunately for some valuable information i provided, i didnt get any?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really discouraging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not mentioning about Vijay's answer...it is definitely a helpful answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Sajan Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-transaction-with-message/m-p/1814649#M348970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T11:38:02Z</dc:date>
    </item>
  </channel>
</rss>

