<?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 Read IDOC content in abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377629#M1543717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using IDOC number, i'd like to read informations containted in that IDOC.&lt;/P&gt;&lt;P&gt;In EDI_* Function moduls i have found &lt;STRONG&gt;EDI_DOCUMENT_OPEN_FOR_EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that this FM is used to process IDOC to change its content. i supose that the IDOC is enqued when processed by this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know any other way to access IDOC data content in &lt;STRONG&gt;READ mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&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, 27 Oct 2010 08:18:11 GMT</pubDate>
    <dc:creator>former_member802307</dc:creator>
    <dc:date>2010-10-27T08:18:11Z</dc:date>
    <item>
      <title>Read IDOC content in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377629#M1543717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using IDOC number, i'd like to read informations containted in that IDOC.&lt;/P&gt;&lt;P&gt;In EDI_* Function moduls i have found &lt;STRONG&gt;EDI_DOCUMENT_OPEN_FOR_EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that this FM is used to process IDOC to change its content. i supose that the IDOC is enqued when processed by this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know any other way to access IDOC data content in &lt;STRONG&gt;READ mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&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, 27 Oct 2010 08:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377629#M1543717</guid>
      <dc:creator>former_member802307</dc:creator>
      <dc:date>2010-10-27T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Read IDOC content in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377630#M1543718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM EDI_DOCUMENT_OPEN_FOR_READ and after that to get the segments EDI_SEGMENTS_GET_ALL. Check TCODE WE19 for good way to see how it's done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377630#M1543718</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-10-27T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read IDOC content in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377631#M1543719</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;You can use the following FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_READ_COMPLETELY (Read IDoc Data)&lt;/P&gt;&lt;P&gt;IDOC_TYPE_COMPLETE_READ (Read IDoc Structure and Segments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the idoc data from database table edid4 and edids (idoc status))and edidc (idoc control data). &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;S.Velsankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 09:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-idoc-content-in-abap-program/m-p/7377631#M1543719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-27T09:22:01Z</dc:date>
    </item>
  </channel>
</rss>

