<?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: BAPI to IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122131#M741423</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;Why  u need to convert ?&lt;/P&gt;&lt;P&gt;search the idoc meets u r requirment................&lt;/P&gt;&lt;P&gt;we will not convert bapi to idoc because bapi is function module and idoc is data container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 05:22:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T05:22:17Z</dc:date>
    <item>
      <title>BAPI to IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122130#M741422</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; Can any one let me know how to convert a BAPI  function module into IDOC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance&lt;/P&gt;&lt;P&gt; Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 05:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122130#M741422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T05:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122131#M741423</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;Why  u need to convert ?&lt;/P&gt;&lt;P&gt;search the idoc meets u r requirment................&lt;/P&gt;&lt;P&gt;we will not convert bapi to idoc because bapi is function module and idoc is data container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 05:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122131#M741423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T05:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122132#M741424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bapi  to enable the function  rfc.&lt;/P&gt;&lt;P&gt;idoc is container. not possiable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 05:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122132#M741424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T05:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI to IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122133#M741425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;IDocs and BAPI are very different&amp;lt;/b&amp;gt;, so it should be easy to choose between them depending on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IDOCS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System can work even if target system not always online. The IDoc will be created and sending will just continue once you get connected to the other system. &lt;/P&gt;&lt;P&gt;No additional programming required. You just need to set up the configuration.&lt;/P&gt;&lt;P&gt;Disadvantages &lt;/P&gt;&lt;P&gt;Receipt/processing on the target system may not be immediate. &lt;/P&gt;&lt;P&gt;The sending system has no way to know whether the target system actually received what you sent (unless you use ALE). &lt;/P&gt;&lt;P&gt;If there is no SAP standard IDoc available for your requirement, it's harder to create a customized IDoc than a customized BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPIS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Advantages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can tell if your sending was successful or not &lt;/P&gt;&lt;P&gt;Sending to/processing on the other side is immediate &lt;/P&gt;&lt;P&gt;Easier to create your own BAPI than your own IDoc&lt;/P&gt;&lt;P&gt;Disadvantages &lt;/P&gt;&lt;P&gt;Will only work if you have an active online connection. &lt;/P&gt;&lt;P&gt;Some programming required to call the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 05:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-to-idoc/m-p/3122133#M741425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T05:41:23Z</dc:date>
    </item>
  </channel>
</rss>

