<?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: Please guide me for outbound interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656520#M1866789</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;If you want to connect SAP and non-system directly, we have number of ways....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Outbound RFC function module/BAPIs: RFC destination should be configured with the respective type in SM59 (based on the target system)&lt;/P&gt;&lt;P&gt;2. Outbound IDOC with file port type: This will allow you to create file in Application server or other FTP servers...&lt;/P&gt;&lt;P&gt;3. Write a program to create file in the application server and execute FTP commands to send the files to the target.. etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the above all methods, triggering point is ECC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you plan for the Non-SAP system to request ECC for getting data,&lt;/P&gt;&lt;P&gt;a) Create an inbound RFC/BAPI: We have APIs in Java/.Net to fire RFC request to ECC (Request will be in XML format)..&lt;/P&gt;&lt;P&gt;b) Create an inbound RFC/BAPI and expose it as web service...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 18:40:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-20T18:40:12Z</dc:date>
    <item>
      <title>Please guide me for outbound interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656519#M1866788</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;I have given a task to create an outbound interface from SAP to pass the data to non-SAP system. We don't have PI/XI. Can anybody give some idea to accomplish this task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: if we create Sales order using VA01 and after we press SAVE, then some data like Customer number , Name , Document#, Total Amount. is passed into non-sap system. I know, I have use user-exits in VA01 to trigger the transfer to non-sap system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible thru outbound BAPI, If yes, what are the steps to configure the connections between SAP and non-SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656519#M1866788</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2014-10-20T18:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Please guide me for outbound interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656520#M1866789</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;If you want to connect SAP and non-system directly, we have number of ways....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Outbound RFC function module/BAPIs: RFC destination should be configured with the respective type in SM59 (based on the target system)&lt;/P&gt;&lt;P&gt;2. Outbound IDOC with file port type: This will allow you to create file in Application server or other FTP servers...&lt;/P&gt;&lt;P&gt;3. Write a program to create file in the application server and execute FTP commands to send the files to the target.. etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the above all methods, triggering point is ECC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you plan for the Non-SAP system to request ECC for getting data,&lt;/P&gt;&lt;P&gt;a) Create an inbound RFC/BAPI: We have APIs in Java/.Net to fire RFC request to ECC (Request will be in XML format)..&lt;/P&gt;&lt;P&gt;b) Create an inbound RFC/BAPI and expose it as web service...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 18:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656520#M1866789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-20T18:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Please guide me for outbound interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656521#M1866790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do also strongly suggest you to ask what format/protocol is favourable on the "other" side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Speaking about technologies, I would also like to add ABAP/4 proxies to the list. This mechanism makes things much easier in case you have a web-service on the other side (you may import the WSDL-definition and create a class with all the datatypes automatically using a WSDL import wizard).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another thing to consider is the type of a business object you would like to export. Check on &lt;A href="http://esworkplace.sap.com/"&gt;http://esworkplace.sap.com&lt;/A&gt; whether this business object does have its standard inbound/outbound interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 19:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656521#M1866790</guid>
      <dc:creator>kirill_smirnov</dc:creator>
      <dc:date>2014-10-20T19:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Please guide me for outbound interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656522#M1866791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joseph for your input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I go with RFC/BAPI method and I want to pass the data to non-SAP in real time using non-SAP systems .NET API.&amp;nbsp; Non-SAP API will create record in it. How I can achieve this. Any input on this is really appreciate. How I can tie SAP BAPI to non-SAP API. And what if non-SAP system is down for any reason, it that case no data will be created in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 13:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656522#M1866791</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2014-10-24T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Please guide me for outbound interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656523#M1866792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your system is .Net based, it is better you create a SOAP based web service (.asmx) and consume it from SAP-ECC directly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a SOAP based web service in .Net&lt;/P&gt;&lt;P&gt;2) Create the Service consumer in ECC from SE80 by giving web service URL.... This will give you outbound proxy created..&lt;/P&gt;&lt;P&gt;3) call the outbound proxy from a trigger program....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 17:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-guide-me-for-outbound-interface/m-p/10656523#M1866792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-19T17:47:58Z</dc:date>
    </item>
  </channel>
</rss>

