<?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: Overwrite existing BOPF Save method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670974#M29557</link>
    <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
  &lt;P&gt;Since the standard Save method directly updates the Database Table which is not ideal in our scenario. Instead we want to use our own BAPI for saving it to the database. There are certain operations that need to perform before we save the record in the database. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Pratik&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 19:44:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-08-29T19:44:39Z</dc:date>
    <item>
      <title>Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670967#M29550</link>
      <description>&lt;P&gt;I have created a Business Object and I am trying to change the standard way of how it saves the data. I have implemented the BOPF for salesorder generation and it works properly but when the save button is pressed , I would like to call a different API for saving that particular salesorder. Currently it saves directly in the database table. &lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 20:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670967#M29550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-06-26T20:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670968#M29551</link>
      <description>&lt;P&gt;You can implement a data access class for each node. You can use the super class /BOBF/CL_DAC_IMPLEMENTATION. I guess the default class is /BOBF/CL_DAC_TABLE.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670968#M29551</guid>
      <dc:creator>cwolter90</dc:creator>
      <dc:date>2018-06-29T09:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670969#M29552</link>
      <description>&lt;P&gt;Thanks Christian .Can you please help me with somewhat detailed explanation. I am sort of new to BOPF development.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670969#M29552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-07-31T14:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670970#M29553</link>
      <description>&lt;P&gt;You create your own data access class inheriting from /BOBF/CL_DAC_IMPLEMENTATION or maybe the class which is used by your BOPF. Then you have to redefine the write method for saving the data.&lt;/P&gt;
  &lt;P&gt;You have to set this new class in the BOPF (tcode BOBX) for the node or for the whole BOPF. Maybe the data acess class is only visible in the extend view of BOBX.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 06:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670970#M29553</guid>
      <dc:creator>cwolter90</dc:creator>
      <dc:date>2018-08-01T06:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670971#M29554</link>
      <description>&lt;P&gt;What is the reason to change the standard way? Maybe there is a better way to solve your requirement.&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 09:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670971#M29554</guid>
      <dc:creator>cyclingfisch_</dc:creator>
      <dc:date>2018-08-22T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670972#M29555</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;
  &lt;P&gt;We are trying to invoke our own API so on clicking save I want to call a different API. If you could provide some of your insights on this , it would be really helpful.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Pratik Solanki&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670972#M29555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-28T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670973#M29556</link>
      <description>&lt;P&gt;You didn't answer Martin's question: Why? You're potentially losing a lot of the benefits of BOPF, so this should be done carefully and with good reason.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670973#M29556</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-08-28T15:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670974#M29557</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
  &lt;P&gt;Since the standard Save method directly updates the Database Table which is not ideal in our scenario. Instead we want to use our own BAPI for saving it to the database. There are certain operations that need to perform before we save the record in the database. &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Pratik&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670974#M29557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-29T19:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670975#M29558</link>
      <description>&lt;P&gt;Hi Pratik,&lt;/P&gt;
  &lt;P&gt;on which release are you? On 7.51 or higher the draft concept might be able to solve your requirement.&lt;/P&gt;
  &lt;P&gt;Otherwise, maybe it's possible to add different status to your data model and implement the requirement that way. It's a lot of effort to implement your own DAC. To use the standard DAC is for free...&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 20:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670975#M29558</guid>
      <dc:creator>cyclingfisch_</dc:creator>
      <dc:date>2018-08-29T20:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670976#M29559</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;You have an extremely versatile framework, so why not use it to do whatever you want your BAPI to do? Or maybe the question should be the other way around, if the BAPI is so important, why use BOPF?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 22:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670976#M29559</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-08-29T22:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670977#M29560</link>
      <description>&lt;P&gt;Hi Pratik,&lt;/P&gt;&lt;P&gt; Instead of use the standard 'Save', you can create custom action and call API inside it. After successful execution of API, call standard save action.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhivya&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 07:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670977#M29560</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2019-03-26T07:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite existing BOPF Save method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670978#M29561</link>
      <description>&lt;P&gt;Hi Pratik,&lt;/P&gt;&lt;P&gt; Instead of use the standard 'Save', you can create custom action and call API inside it. After successful execution of API, call standard save action.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhivya&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 07:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overwrite-existing-bopf-save-method/m-p/670978#M29561</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2019-03-26T07:50:14Z</dc:date>
    </item>
  </channel>
</rss>

