<?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: Inbound Interface using RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635715#M606378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;In general if all configurations setting have done properly, when ever the idoc has received from the sender based on setting the idoc has to be processed and create the material without manula interaction.&lt;/P&gt;&lt;P&gt;The following are the basic and mandatory setting :&lt;/P&gt;&lt;P&gt;-	create the logical system (Identification of system like employee code for a each employee) in both sender and recevier and assign the clients to those logical system: these are the basic setting which already done by some one so no need to care these basic sttings.&lt;/P&gt;&lt;P&gt;-	Second one is create the RFC destination which in this step we have to give the receiver system details like user id, client number, password etc.. to which the run th F.M module remotely. I think this step is also done be some one .&lt;/P&gt;&lt;P&gt;-	Third step is you need to be check it out name of the process code for material master and which already they assigned the bapi F.M. this you can be checkit out in WE42 &lt;/P&gt;&lt;P&gt;-	Fourth and more important step is patner profile configuration which contain the sender information along with IDOC and Message type, process code which it will tell the which F.M it needs to be run for IDOC processing.  This can be done by using the WE20- in that u have to identify the patner no, undert that you have to add the entry in &amp;#145;Inbound&amp;#146; area.Press the &amp;#145;+&amp;#146; button symbol it will opens the screen in that you have to give the idoc, message type, process code, and the sender information etc&amp;#133;&lt;/P&gt;&lt;P&gt;-	And also you have to check out the port information by using the WE21 which it identifyed the medium through which idoc can pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all these steps are done well you can automatically create the material master whenever the idoc get from sender that is Bapi F.M which you have written code that one triggered automaticallly when all these settings are done properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will understan some what from above points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any doubts please free to send a mail to me or you can reach me at 09886869625.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 12:22:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T12:22:18Z</dc:date>
    <item>
      <title>Inbound Interface using RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635713#M606376</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;&lt;/P&gt;&lt;P&gt;We are using RFC to get idoc from other sap system.&lt;/P&gt;&lt;P&gt;Now i have written a code calling bapi for material master . In which user passes the idoc number. Is there any way to automate it . I mean when we get idoc the material master should be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Neha Kapoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635713#M606376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Interface using RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635714#M606377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing a Code to post the data from IDoc, you can check any standard posting funtion module exists for the message type of the IDoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This standard FM you can configure in the Inbound parameters of the WE20 using the process code (Partner profile configuration). Later you can schedule the transaction BD20 to post the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have the standard FM, you can create Z Fm and assign it to a process code and the you can configure it in WE20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 11:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635714#M606377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Interface using RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635715#M606378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;In general if all configurations setting have done properly, when ever the idoc has received from the sender based on setting the idoc has to be processed and create the material without manula interaction.&lt;/P&gt;&lt;P&gt;The following are the basic and mandatory setting :&lt;/P&gt;&lt;P&gt;-	create the logical system (Identification of system like employee code for a each employee) in both sender and recevier and assign the clients to those logical system: these are the basic setting which already done by some one so no need to care these basic sttings.&lt;/P&gt;&lt;P&gt;-	Second one is create the RFC destination which in this step we have to give the receiver system details like user id, client number, password etc.. to which the run th F.M module remotely. I think this step is also done be some one .&lt;/P&gt;&lt;P&gt;-	Third step is you need to be check it out name of the process code for material master and which already they assigned the bapi F.M. this you can be checkit out in WE42 &lt;/P&gt;&lt;P&gt;-	Fourth and more important step is patner profile configuration which contain the sender information along with IDOC and Message type, process code which it will tell the which F.M it needs to be run for IDOC processing.  This can be done by using the WE20- in that u have to identify the patner no, undert that you have to add the entry in &amp;#145;Inbound&amp;#146; area.Press the &amp;#145;+&amp;#146; button symbol it will opens the screen in that you have to give the idoc, message type, process code, and the sender information etc&amp;#133;&lt;/P&gt;&lt;P&gt;-	And also you have to check out the port information by using the WE21 which it identifyed the medium through which idoc can pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all these steps are done well you can automatically create the material master whenever the idoc get from sender that is Bapi F.M which you have written code that one triggered automaticallly when all these settings are done properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will understan some what from above points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any doubts please free to send a mail to me or you can reach me at 09886869625.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-using-rfc/m-p/2635715#M606378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T12:22:18Z</dc:date>
    </item>
  </channel>
</rss>

