<?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: Interface options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436427#M208010</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 it is Online u have to Go for BAPI only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 08:31:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T08:31:44Z</dc:date>
    <item>
      <title>Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436421#M208004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out a way to interface online the SAP R/3 with an external non-SAP system. For example when a shipment is created in the R/3 environment, it is suppose to create the same shipment in an external system immediately. Which solution do you think it's best to use, IDOC, Badi, other...&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>Thu, 06 Jul 2006 18:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436421#M208004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T18:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436422#M208005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use idoc , i hope there will be middle ware system which will trigger the shipping in the non sap system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 18:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436422#M208005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436423#M208006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pedro,&lt;/P&gt;&lt;P&gt;Search a proper IDoc for the data you need to send, then check the transaction that generates the data if there is away to trigger the IDoc conveniently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI approach has some appeal in this context, as it does not store temporary data (like the IDoc in EDIDC/EDID4). So it is certainly the most preferred way, but it needs some development. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 18:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436423#M208006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436424#M208007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I also think the bapi approch would be more interesting. Could you me point me out (high level), what would be the steps to do this? I'm guessing:&lt;/P&gt;&lt;P&gt; - use an exit called in the shipment creation&lt;/P&gt;&lt;P&gt; - define rfc connection (tcode - sm59), to target system&lt;/P&gt;&lt;P&gt; - ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm not so sure of the next steps... how do i create de bapi to communicate and send the data to the target system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 18:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436424#M208007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T18:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436425#M208008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest that you develop a program similar to the SAP master data distribution programs(BD10, BD12). These programs transfer data using IDocs. Even though BAPIs may sound appealing but how do handle errors during BAPI calls. What if u need to send some shipments several times to the target system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think error handling can be better taken care of using IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 19:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436425#M208008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T19:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436426#M208009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The interface should be online, do you think the idoc is a good solution? How could i make this work ? Schedulle a batch-job to send the idocs to the target system as regurlaly as possible ? Thaks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro Castro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 08:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436426#M208009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436427#M208010</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 it is Online u have to Go for BAPI only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 08:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436427#M208010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T08:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interface options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436428#M208011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the interface has to be online then u need to write the logic for sending the IDocs in the same user exit where u were planning to write the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stronlgy recommend u also write a program which takes the shipment number as input as creates a IDoc to be sent to the target system. As i said earlier this will help u if there were any errors while processing the IDoc u had sent initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 08:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-options/m-p/1436428#M208011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T08:36:35Z</dc:date>
    </item>
  </channel>
</rss>

