<?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>Question Re: z function module to read the IDOC segments in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426876#M56231</link>
    <description>&lt;P&gt;Thanks  &lt;A href="https://answers.sap.com/users/7824/tuncaykaraca.html"&gt;Tuncay Karaca .&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 18:34:45 GMT</pubDate>
    <dc:creator>former_member225253</dc:creator>
    <dc:date>2017-04-04T18:34:45Z</dc:date>
    <item>
      <title>z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaq-p/426870</link>
      <description>&lt;P&gt;Hi Idoc Experts, &lt;/P&gt;&lt;P&gt;Greetings for the day ahead . &lt;/P&gt;&lt;P&gt;Kindly provide some link or Sample Code Reference to write Z Function Module for  reading Idoc segments . &lt;/P&gt;&lt;P&gt;The requirement is to Create a z function module to Read these Segments :&lt;/P&gt;&lt;P&gt;1.&lt;STRONG&gt;E1BPACHE08&lt;/STRONG&gt; : Posting in Accounting:
General Posting &lt;/P&gt;&lt;P&gt;2.&lt;STRONG&gt;E1BPACGL08&lt;/STRONG&gt; : Posting in Accounting: General Posting &lt;/P&gt;&lt;P&gt;3.&lt;STRONG&gt;E1BPACCR08&lt;/STRONG&gt; : Posting in Accounting: Billing Doc. (Currency
Fields, Item)&lt;/P&gt;&lt;P&gt;4.&lt;STRONG&gt;E1BPEXTC&lt;/STRONG&gt;: BFA: Container for Customer Exit Parameter.&lt;/P&gt;&lt;P&gt;Any inputs or hints on this will be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks and Rgds ,&lt;/P&gt;&lt;P&gt;Devendra Singh &lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 22:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaq-p/426870</guid>
      <dc:creator>former_member225253</dc:creator>
      <dc:date>2017-04-02T22:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426871#M56226</link>
      <description>&lt;P&gt;Hi Devendra, &lt;/P&gt;&lt;P&gt;You can try this FM  : &lt;STRONG&gt;IDOC_READ_COMPLETELY.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 07:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426871#M56226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-03T07:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426872#M56227</link>
      <description>&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;I have a little curiosity, why do you need this FM?, you can use the IDOC or IDOC_AAE adapter in PI and you have a complete monitoring in ECC or PI to IDOC managment.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 07:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426872#M56227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-03T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426873#M56228</link>
      <description>&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;Please search for EDID4 table. You will find many examples.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrzej&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 08:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426873#M56228</guid>
      <dc:creator>Andrzej_Filusz</dc:creator>
      <dc:date>2017-04-03T08:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426874#M56229</link>
      <description>&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;These segments are used IDOC Type &lt;EM&gt;ACC_GL_POSTING01&lt;/EM&gt; &amp;amp; message type &lt;EM&gt;ACC_GL_POSTING&lt;/EM&gt; and it's for inbound idoc. So I assume you need to read an IDOC which has these segments. So as Shumhamoy mentioned you can use function module &lt;STRONG&gt;IDOC_READ_COMPLETELY&lt;/STRONG&gt; by giving IDOC number.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 17:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426874#M56229</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2017-04-03T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426875#M56230</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://answers.sap.com/users/67327/shubhamoydey.html"&gt;  SHUBHAMOY DEY .&lt;/A&gt;
&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 18:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426875#M56230</guid>
      <dc:creator>former_member225253</dc:creator>
      <dc:date>2017-04-04T18:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: z function module to read the IDOC segments</title>
      <link>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426876#M56231</link>
      <description>&lt;P&gt;Thanks  &lt;A href="https://answers.sap.com/users/7824/tuncaykaraca.html"&gt;Tuncay Karaca .&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 18:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/z-function-module-to-read-the-idoc-segments/qaa-p/426876#M56231</guid>
      <dc:creator>former_member225253</dc:creator>
      <dc:date>2017-04-04T18:34:45Z</dc:date>
    </item>
  </channel>
</rss>

