<?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 BAPI with IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611636#M870091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;               I am new the concept of IDOC.so help me please.&lt;/P&gt;&lt;P&gt;Actually i have two systems ECC6 and SAP4.7. When i send a details for creating material number from sap4.7 to sapecc6.I want to create the material number in ecc6 and return that material number to sap4.7.I want to do this.how can i do..help me with tips and steps.I will must reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Manjula devi.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 13:16:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T13:16:34Z</dc:date>
    <item>
      <title>BAPI with IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611636#M870091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;               I am new the concept of IDOC.so help me please.&lt;/P&gt;&lt;P&gt;Actually i have two systems ECC6 and SAP4.7. When i send a details for creating material number from sap4.7 to sapecc6.I want to create the material number in ecc6 and return that material number to sap4.7.I want to do this.how can i do..help me with tips and steps.I will must reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Manjula devi.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 13:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611636#M870091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI with IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611637#M870092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjula ,&lt;/P&gt;&lt;P&gt;To return the material number  do like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the similarrequirement . Please find the below Procedure &lt;/P&gt;&lt;P&gt;-&amp;gt;  In ECC 6.0 before ending of the  function module IDOC_INPUT_MATMAS01(what ever) ,Create anenhancement spot .&lt;/P&gt;&lt;P&gt;Check whether the Idoc is posted succesfully or not,&lt;/P&gt;&lt;P&gt;If posted successfully &lt;/P&gt;&lt;P&gt;In ur function module I_MERRDAT-MATNR  parameter which holds Material number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;Now create a Ztable to make the matrial number-ECC 6.0 entries and Old material-4.7(If u need) .(Matian some Key fields to identify the record . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;After this create a RFC to read the entries .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC Explanation : &lt;/P&gt;&lt;P&gt;. create RFC in the Reciever system and call it in the sender. to Read the table Entries .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;send a notification message(Mial) to the sender &lt;/P&gt;&lt;P&gt;for my Invoice Application I created the table is and I sent error descrptions in your case it is Materail numbers .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ZTABLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;VENDOR_ID&lt;/P&gt;&lt;P&gt;PO_NUM&lt;/P&gt;&lt;P&gt;VENDOR_INV_NO&lt;/P&gt;&lt;P&gt;CREATION_DATE&lt;/P&gt;&lt;P&gt;CREATION_TIME&lt;/P&gt;&lt;P&gt;ERROR_MSG1 ERRTEXT CHAR &lt;/P&gt;&lt;P&gt;ERROR_MSG2 ERRTEXT CHAR&lt;/P&gt;&lt;P&gt;ERROR_MSG3 ERRTEXT CHAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps to you .Please let me know if u have any query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sree M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 14:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611637#M870092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI with IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611638#M870093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sree,&lt;/P&gt;&lt;P&gt;          u expalined well.but i cant understand because i am new of the concept of idoc...so give me a step by step process...help me please.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 10:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-with-idoc/m-p/3611638#M870093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T10:02:15Z</dc:date>
    </item>
  </channel>
</rss>

