<?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 BAPI FM BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737413#M1301011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI FM BAPI_SALESORDER_CHANGE to perform Sales order change. But i realize the BAPI is going through the coding defined in user-exit FORM userexit_save_document_prepare in program MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to bypass the coding in the user-exit, could you please comment if there is a way to do that. FYI I'm in 4.7&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, 04 Jun 2009 15:48:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-04T15:48:27Z</dc:date>
    <item>
      <title>BAPI FM BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737413#M1301011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BAPI FM BAPI_SALESORDER_CHANGE to perform Sales order change. But i realize the BAPI is going through the coding defined in user-exit FORM userexit_save_document_prepare in program MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to bypass the coding in the user-exit, could you please comment if there is a way to do that. FYI I'm in 4.7&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, 04 Jun 2009 15:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737413#M1301011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FM BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737414#M1301012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The BAPI will definitely go through the user exits because basically it is just a method of the business object sales order and hence logically it should go through the userexits.&lt;/P&gt;&lt;P&gt;Why do you want to bypass the user exits?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you want to then code the logic in the user exit itself to bypass the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 16:20:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737414#M1301012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T16:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FM BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737415#M1301013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think there is any way to deactiavte the User Exits, You have to Comment out the code in User Exit if you dont need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 16:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737415#M1301013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T16:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI FM BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737416#M1301014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can also set a memory variable when calling userexit from normal transaction to differentiate between call of user exit from BAPI. In  userexit you can then check if it's called from BAPI skip the code else execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 18:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-bapi-salesorder-change/m-p/5737416#M1301014</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-06-04T18:42:53Z</dc:date>
    </item>
  </channel>
</rss>

