<?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: difference.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467909#M554413</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;The main reason is they are supposed to be called from NON-SAP systems, so if we raise an exception it cannot be propagated onto to the calling NON-SAP systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal FM's are supposed to be called within SAP system unless they are marked as Remote-Enabled in which case its not advised to delare Exceptions for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO its a guideline that they should not raise any exception but return the status in BAPIRET.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 06:22:47 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-07-02T06:22:47Z</dc:date>
    <item>
      <title>difference..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467908#M554412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the exact reason for which there are no exceptions mentioned in a bapi function module when compared with normal fm ? in a bapi why the BAPIRET table is maintained to store the exceptions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467908#M554412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: difference..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467909#M554413</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;The main reason is they are supposed to be called from NON-SAP systems, so if we raise an exception it cannot be propagated onto to the calling NON-SAP systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal FM's are supposed to be called within SAP system unless they are marked as Remote-Enabled in which case its not advised to delare Exceptions for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO its a guideline that they should not raise any exception but return the status in BAPIRET.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:22:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467909#M554413</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-02T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: difference..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467910#M554414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;          Bapi return help's u to tell which and all record's are updated successfully  , which and all are not updated successfully .............&lt;/P&gt;&lt;P&gt;If msgtyp = 'E' the record's are not updated successfully ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bhaskar rao.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467910#M554414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467911#M554415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we use RETURN table to look up the return messages .&lt;/P&gt;&lt;P&gt;if the return table's message type = 'E'.&lt;/P&gt;&lt;P&gt;it means in errors occurs and BAPI not ended successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we we use it 4 return mressages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467911#M554415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: difference..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467912#M554416</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's are basically RFC's and RFC Function modules are designed to be called from non-sap system. Non-sap system cannot handle the exceptions and as exceptions cannot be passed to the other non sap systems thus all the RFC's do not have any exceptions defined.  &lt;/P&gt;&lt;P&gt;BAPIRET table is maintained to handle exceptions as it is not possible to do it via defining exceptions in the function module itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this explaination helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2467912#M554416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:36:27Z</dc:date>
    </item>
  </channel>
</rss>

