<?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 Write a Mass Update ABAP Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196212#M761589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My User would like to me to write a mass update program to update the Accounting Clerk Field (KNB1-BUSAB) instead of using the xd99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learned that KNB1 is a SAP standard table and not able to direct update to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of using the BDC recording from tcode 'XD02' to update KNB1-BUSAB, but user say that there will be a large volume of records to be updated either or daily or monthly basis and would like to have something simplified 'XD99' instead using BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am studying the "XD99" and figure out that it using the function call "MASS_CHANGE_DATA" to do the mass update, refer below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has the idea on how to use this function or is it a SAP standard function call ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to do the mass update without performance issue ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 16:20:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T16:20:39Z</dc:date>
    <item>
      <title>Write a Mass Update ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196212#M761589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My User would like to me to write a mass update program to update the Accounting Clerk Field (KNB1-BUSAB) instead of using the xd99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learned that KNB1 is a SAP standard table and not able to direct update to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of using the BDC recording from tcode 'XD02' to update KNB1-BUSAB, but user say that there will be a large volume of records to be updated either or daily or monthly basis and would like to have something simplified 'XD99' instead using BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am studying the "XD99" and figure out that it using the function call "MASS_CHANGE_DATA" to do the mass update, refer below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has the idea on how to use this function or is it a SAP standard function call ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any other ways to do the mass update without performance issue ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 16:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196212#M761589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T16:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Write a Mass Update ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196213#M761590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi u can also use MASS transaction , may be it might be usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 16:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196213#M761590</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-21T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Write a Mass Update ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196214#M761591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should use some bapi to update customer master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this moment i can't remember any bapi for customer change.&lt;/P&gt;&lt;P&gt;otherwise u've to use BDC.&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&lt;/P&gt;&lt;P&gt;Sayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 16:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196214#M761591</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2007-12-21T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Write a Mass Update ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196215#M761592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would probably be best if you convince management to go along with batch input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you can't, this looks like one of those "safe" fields that SAP customers occasionally update on there own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I had to do this, I would run a performance trace (ST05) while updating this field. This will show you if there are any other fields/tables being updated at the same time. It may help you decide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you will probably find that both CDHDR and CDPOS are being updated. So if you simply change this field, no change documents will be created. But I think you can create the change documents separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 17:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196215#M761592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Write a Mass Update ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196216#M761593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the function module SD_CUSTOMER_MAINTAIN_ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 19:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-mass-update-abap-program/m-p/3196216#M761593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T19:55:07Z</dc:date>
    </item>
  </channel>
</rss>

