<?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 Finding Program Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908509#M684307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find IDOC Program name from IDOC number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to findout program running in background when I execute background jobs.&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>Fri, 19 Oct 2007 13:12:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T13:12:02Z</dc:date>
    <item>
      <title>Finding Program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908509#M684307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find IDOC Program name from IDOC number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to findout program running in background when I execute background jobs.&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>Fri, 19 Oct 2007 13:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908509#M684307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T13:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908510#M684308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;goto SM 37, give job name in next screen click on STEP button on application tool bar, it will show u the program name of background job&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 13:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908510#M684308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908511#M684309</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;Are you looking a program to generate an IDoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are then please go to transaction WE02. &lt;/P&gt;&lt;P&gt;Enter the IDoc number to find the corresponding message type and direction (inbound or outbound). Next go to transaction WE64 to find the corresponding process code (usually function module) of the above message type and direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the process code of outbound message type ORDCHG is ME11 (FM IDOC_OUTPUT_ORDCHG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 14:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908511#M684309</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-10-19T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908512#M684310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From the Idoc get the details of the message type and the idoc type (WE02) and the Partner . From the partner get the process code. WE20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto WE41 for Outbound Process Code - It contains the association of the Process code and the Function Module. (Creating the idoc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto WE42 for Inbound Process Code - It contains the association of the Process Code and the Function Module. (Processing the Idoc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BD57 you will get the association of the FM with Message and basic type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Idoc is created through a report then you have to see the where used list for the FM -- MASTER_IDOC_DISTRIBUTE..... Or You can search for the Idoc type name using the Program RPR_ABAP_SOURCE_SCAN ( it will search for all the programs which have the Idoc type string )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 19:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908512#M684310</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-10-19T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908513#M684311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS GUYS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 13:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-program-name/m-p/2908513#M684311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T13:13:36Z</dc:date>
    </item>
  </channel>
</rss>

