<?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 Function Module to find outbound idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943505#M1892401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to create a custom report which will display list of idocs along with their processing status.&lt;/P&gt;&lt;P&gt;I have ECR number, idoc message types, receiving system name, material codes, documents name/verson, etc.&lt;/P&gt;&lt;P&gt;like we use tcode WE09, providing Receiving system name, search by field name: aennr with field value as the ECR number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any fucntion module to find those same idocs generated by tcode we09, with the receiving system status from bd87?&lt;/P&gt;&lt;P&gt;I Know tables like EDIDC/DS/D4, to find idoc status, numbers etc. But, it will be a big help to me, if I can find a function module which can search idocs when I provide ECR number/DOCUMENT number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 05:06:27 GMT</pubDate>
    <dc:creator>Vivekananda</dc:creator>
    <dc:date>2015-02-13T05:06:27Z</dc:date>
    <item>
      <title>Function Module to find outbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943505#M1892401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to create a custom report which will display list of idocs along with their processing status.&lt;/P&gt;&lt;P&gt;I have ECR number, idoc message types, receiving system name, material codes, documents name/verson, etc.&lt;/P&gt;&lt;P&gt;like we use tcode WE09, providing Receiving system name, search by field name: aennr with field value as the ECR number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any fucntion module to find those same idocs generated by tcode we09, with the receiving system status from bd87?&lt;/P&gt;&lt;P&gt;I Know tables like EDIDC/DS/D4, to find idoc status, numbers etc. But, it will be a big help to me, if I can find a function module which can search idocs when I provide ECR number/DOCUMENT number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943505#M1892401</guid>
      <dc:creator>Vivekananda</dc:creator>
      <dc:date>2015-02-13T05:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to find outbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943506#M1892402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few years back I had a similar requirement, unfortunately had to code it all as custom. So I'm not sure there is anything available as standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully some folk from the rest of the community maybe able to provide some insights&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 05:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943506#M1892402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-13T05:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to find outbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943507#M1892403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arden,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Submit Program for WE09 tcode, to trace the idocs by populating the search fields in this tcode, then I have used another function module to determine the patner idoc number and its idoc status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 13:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-find-outbound-idoc/m-p/10943507#M1892403</guid>
      <dc:creator>Vivekananda</dc:creator>
      <dc:date>2015-03-13T13:01:13Z</dc:date>
    </item>
  </channel>
</rss>

