<?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: Synchronous and Asynchronous BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195511#M1002856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 14:17:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T14:17:56Z</dc:date>
    <item>
      <title>Synchronous and Asynchronous BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195508#M1002853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like BDC do we have any options to update the database using BAPI synchronously or asynchronously? In BAPI which approach do we go for and is there a way that we can specify these update modes in BAPI like call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 14:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195508#M1002853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous and Asynchronous BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195509#M1002854</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;Please read the following para.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is both synchronous and Asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Support of synchronous and asynchronous communication&lt;/P&gt;&lt;P&gt;BAPIs can be used for both the synchronous and for the asynchronous call to an SAP component. If the call is synchronous, the BAPI is called as a remote function call (RFC). For details about how to use the BAPI with the RFC, see the  BAPI User Guide in the SAP Library under CA-BFA.&lt;/P&gt;&lt;P&gt;ALE inbound processing is used to enable asynchronous communication with BAPIs. When the BAPI is called in the sender system, an IDoc is generated and dispatched to the receiver system. When the IDoc reaches the receiver, the parameters of the corresponding BAPI are automatically filled with the IDoc data, and the BAPI is called synchronously. For details on the asynchronous use of BAPIs, please refer to  Using ALE Services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOr more details on BAPI please go throug this link&lt;/P&gt;&lt;P&gt;help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 08:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195509#M1002854</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2008-07-14T08:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous and Asynchronous BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195510#M1002855</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;&lt;STRONG&gt;Synchronous BAPIs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous BAPIs are generally used to read data from a remote logical system, for example to display a customer list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the BAPI, it is therefore necessary to determine the RFC destination of the remote system or the BAPI server. The application developer has access to an API for determining the RFC destination of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Asynchronous BAPIs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous BAPIs are generally used for replicating data on one or more logical systems, for example to distribute article master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To implement an asynchronous data transfer with a BAPI, an ALE IDoc interface must be generated. This interface controls all of the data communication between logical systems using IDoc technology. The application then calls the generated ALE IDoc interface locally instead of the BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As with synchronous BAPIs, the corresponding logical systems of the BAPI must be determined before you call the ALE-IDoc interface. These are transferred to the ALE-IDoc interface as input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/5a/ccb4cb808311d396b40004ac96334b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/5a/ccb4cb808311d396b40004ac96334b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nikunj Shah on Jul 14, 2008 1:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195510#M1002855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronous and Asynchronous BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195511#M1002856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronous-and-asynchronous-bapi/m-p/4195511#M1002856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T14:17:56Z</dc:date>
    </item>
  </channel>
</rss>

