<?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: function module to read inbound idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930773#M690600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;SELECT * FROM edidc INTO TABLE t_idoc_control&lt;/P&gt;&lt;P&gt;                 FOR ALL ENTRIES IN fp_docnum&lt;/P&gt;&lt;P&gt;                  WHERE docnum = fp_docnum-docnum.&lt;/P&gt;&lt;P&gt;if t_idoc_control[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ALE_FTCH_DATA_SEGMENTS_OF_IDOC'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          t_idoc_control = t_idoc_control&lt;/P&gt;&lt;P&gt;          t_idoc_data    = t_idoc_data.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 11:10:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T11:10:53Z</dc:date>
    <item>
      <title>function module to read inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930771#M690598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is:- &lt;/P&gt;&lt;P&gt;1) Read IDOC no's (DOCNUM) based on following selection criteria&lt;/P&gt;&lt;P&gt;    status = 53,&lt;/P&gt;&lt;P&gt;    Direction = 2,&lt;/P&gt;&lt;P&gt;    Message Type : USERCLONE&lt;/P&gt;&lt;P&gt;    UPDTIM          :sy-datum&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Read IDoc Data table for all entries with the DOCNUM selected above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module to do this processing or please send any sample code to proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 10:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930771#M690598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T10:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: function module to read inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930772#M690599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make selection from EDIDS and EDIDC tables....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will be more easy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930772#M690599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: function module to read inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930773#M690600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;SELECT * FROM edidc INTO TABLE t_idoc_control&lt;/P&gt;&lt;P&gt;                 FOR ALL ENTRIES IN fp_docnum&lt;/P&gt;&lt;P&gt;                  WHERE docnum = fp_docnum-docnum.&lt;/P&gt;&lt;P&gt;if t_idoc_control[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ALE_FTCH_DATA_SEGMENTS_OF_IDOC'&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          t_idoc_control = t_idoc_control&lt;/P&gt;&lt;P&gt;          t_idoc_data    = t_idoc_data.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-read-inbound-idoc/m-p/2930773#M690600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:10:53Z</dc:date>
    </item>
  </channel>
</rss>

