<?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: performance from BAPI_IDENTIFICATION_REMOVE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-from-bapi-identification-remove/m-p/11878689#M1960431</link>
    <description>&lt;P&gt;use FM &lt;STRONG&gt;BUP_MEMORY_CENTRAL_INIT&lt;/STRONG&gt;
this increase a little bit before call &lt;STRONG&gt;BAPI_IDENTIFICATION_REMOVE&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 18:33:50 GMT</pubDate>
    <dc:creator>former_member227595</dc:creator>
    <dc:date>2019-05-01T18:33:50Z</dc:date>
    <item>
      <title>performance from BAPI_IDENTIFICATION_REMOVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-from-bapi-identification-remove/m-p/11878688#M1960430</link>
      <description>&lt;P&gt;Hi Gurus, &lt;/P&gt;
  &lt;P&gt;I'm currently using FM &lt;STRONG&gt;BAPI_IDENTIFICATION_REMOVE&lt;/STRONG&gt; in order to remove the identification records from &lt;STRONG&gt;BUT0ID&lt;/STRONG&gt;.&lt;/P&gt;
  &lt;P&gt;my requirement, build a report to remove about 1.000.000 records. The issue is that FM &lt;STRONG&gt;BAPI_IDENTIFICATION_REMOVE&lt;/STRONG&gt; is taking a lot of time.&lt;/P&gt;
  &lt;P&gt;i.e. for 2000 records is taking that 350 seconds. &lt;/P&gt;
  &lt;P&gt;for each FM call &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_IDENTIFICATION_REMOVE'
            EXPORTING
              businesspartner        = &amp;lt;fs_but000&amp;gt;-partner
              identificationcategory = &amp;lt;fs_but0id&amp;gt;-type
              identificationnumber   = &amp;lt;fs_but0id&amp;gt;-idnumber
            TABLES
              return                 = li_return[].&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;for 100 records I'm calling FM&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = abap_false&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;each 100 records .. &lt;/P&gt;
  &lt;P&gt;and this is taking 350 seconds (for total 2000 records) in background task which is quite a lot.&lt;/P&gt;
  &lt;P&gt;Do you've any idea in which report's performance could be improved ?&lt;/P&gt;
  &lt;P&gt;Any help is useful &lt;/P&gt;
  &lt;P&gt;Thanks in advace&lt;/P&gt;
  &lt;P&gt;Regards!!!&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 15:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-from-bapi-identification-remove/m-p/11878688#M1960430</guid>
      <dc:creator>former_member227595</dc:creator>
      <dc:date>2019-05-01T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: performance from BAPI_IDENTIFICATION_REMOVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-from-bapi-identification-remove/m-p/11878689#M1960431</link>
      <description>&lt;P&gt;use FM &lt;STRONG&gt;BUP_MEMORY_CENTRAL_INIT&lt;/STRONG&gt;
this increase a little bit before call &lt;STRONG&gt;BAPI_IDENTIFICATION_REMOVE&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-from-bapi-identification-remove/m-p/11878689#M1960431</guid>
      <dc:creator>former_member227595</dc:creator>
      <dc:date>2019-05-01T18:33:50Z</dc:date>
    </item>
  </channel>
</rss>

