<?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 exceptions in BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685209#M887412</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;Can u pls help me out with the following queries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how can we handle exceptions in BAPI?&lt;/P&gt;&lt;P&gt;2.wats the major/important differences between BAPI and RFC?( im really confused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me out!!!&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 9, 2008 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 16:24:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T16:24:35Z</dc:date>
    <item>
      <title>exceptions in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685209#M887412</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;Can u pls help me out with the following queries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how can we handle exceptions in BAPI?&lt;/P&gt;&lt;P&gt;2.wats the major/important differences between BAPI and RFC?( im really confused)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me out!!!&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 9, 2008 5:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 16:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685209#M887412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T16:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: exceptions in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685210#M887413</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;BAPI is  also a RFC only but it should be add in API method&lt;/P&gt;&lt;P&gt;BAPIs will use in Workflow main purpose  using BAPIs we can pull and push the data from R/3 to 3rd party systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCs are useful in between different servers same environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 16:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685210#M887413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T16:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: exceptions in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685211#M887414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI is a subset of RFC.&lt;/P&gt;&lt;P&gt;BAPI is a remote enabled function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With out RFC BAPI can not itself be invoked from a different system. It requires RFC to make remote calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hadle the exceptions of BAPI similar to that of a normal FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE37 and give BAPI_*. It would display available BAPI FM. Click display and check any BAPI. You would see it having import , export etc parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a BAPI is used data doesn't get stored in database. You have to also use BAPI_COMMIT module following the BAPI which you used only then data gets stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find error or warning messages in BAPI RETURN structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 16:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685211#M887414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T16:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: exceptions in BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685212#M887415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;            BAPI stands for Business Application Programming Interface. It is a library of functions that are released to the public as an interface into an existing SAP system from an external system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC is the protocol used to call functions in an R/3 system by a caller external to R/3 or to call programs external to R/3 from an R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench. They are then called RFC function modules. BAPIs are complete sets of (BAPI) function modules that model a business application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are familiar with web developments: RFC can be compared to HTTP and BAPIs are CGI applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words: A BAPI function is a function module that can be called remotely using the RFC technology. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 21:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-in-bapi/m-p/3685212#M887415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T21:57:19Z</dc:date>
    </item>
  </channel>
</rss>

