<?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: BAPI get IDOCS list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377167#M1733682</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;I got the FM IDOC_DATE_TIME_GET, but this is of very little use. &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;You might want to contact the SAP consultants to develop a custom RFC enabled function module for getting the list of IDOC within a data range. You can call the custom RFC enabled function module from your Windev system.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the FM SPI_IDOC_READ to read all the IDOC data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 07:13:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-22T07:13:21Z</dc:date>
    <item>
      <title>BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377162#M1733677</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;After some unsuccesful resarches i'm come here asking for you help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried some BAPI in order to get idocs list, or at least an IDOCS display, but none of them was working except for SPI_IDOC_READ but i get only one IDOC.&lt;/P&gt;&lt;P&gt;I tried :l BAPI_DOCUMENT_GETLIST, BAPI_IDOCAPPL_DISPLAY, DSD_ME_IDOCSTAT_EXTRACTOR, EDI_DISPLAY_IDOCS, IDOCS_OUTPUT_TO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps i didn't have the right syntax, could you tell me which BAPI i shoud use and with which syntax please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I'm developping with Windev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading me, hope you would be able to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 10:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377162#M1733677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377163#M1733678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I afraid that there no BAPI (or RFC enabled function module) available to get the entire IDOC list. In SAP, the details are stored in the tables EDIDC and EDID4. &lt;/P&gt;&lt;P&gt;You might want to contact the SAP consultants to develop a custom RFC enabled function module for getting the list of IDOC within a data range. You can call the custom RFC enabled function module from your Windev system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will also search to see if there are any standard BAPI's available for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377163#M1733678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T11:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377164#M1733679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any BAPI for this, do you think there is one for have all IDOCS Number and then i could treat them with SPI_IDOC_READ for example, or it could be enough if i can get IDOCS in a file or something like that, but threads about exporting idocs wern't very clear for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377164#M1733679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T11:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377165#M1733680</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;Do you need the entire IDOC data, which includes control record, data records and status records? Or do you need only the IDOC number from SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377165#M1733680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T13:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377166#M1733681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly i'll need all IDOCS number then the entire IDOC DATA which i can have with SPI_IDOC_READ I supose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Niranjan for helping me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377166#M1733681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI get IDOCS list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377167#M1733682</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;I got the FM IDOC_DATE_TIME_GET, but this is of very little use. &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;You might want to contact the SAP consultants to develop a custom RFC enabled function module for getting the list of IDOC within a data range. You can call the custom RFC enabled function module from your Windev system.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the FM SPI_IDOC_READ to read all the IDOC data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 07:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-get-idocs-list/m-p/9377167#M1733682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T07:13:21Z</dc:date>
    </item>
  </channel>
</rss>

