<?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: BAPI_BUPA_ADDRESS_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746467#M1113321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What value did you gave for BAPI_TRANSACTION_COMMIT importing parameter WAIT? Try to change values between to 'X' or  '  '.  In my oppinion this should be set to 'X' which means that it does synchronous update to database. &lt;/P&gt;&lt;P&gt;Hopefully it works,&lt;/P&gt;&lt;P&gt;Florin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I presume that after setting this parameter to X, you won't need any additional WAIT statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 14:43:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T14:43:55Z</dc:date>
    <item>
      <title>BAPI_BUPA_ADDRESS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746466#M1113320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of updating the Customer Master in our CRM server as and when the Address changes. The new address would come from an external system in form of a flat file and my program would have to read the content and update the CRM Customer Master using a standard BAPI. Here is what I am doing.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am calling standard SAP BAPI: BAPI_BUPA_ADDRESS_CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right after that I am calling BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I am facing is, if 100 Customers have to be updated, when I run a backgrond job only 50-60 gets updated. Where as, if i manually run the program by putting a break-point at the 1st BAPI and execute it one after another....all CUstomers get updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did any of you come across such an issue. Would a WAIT statement help. My code is in Quality system, so before I make changes in Development system and move transports, I thought would seek your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhrangsu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 13:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746466#M1113320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T13:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUPA_ADDRESS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746467#M1113321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What value did you gave for BAPI_TRANSACTION_COMMIT importing parameter WAIT? Try to change values between to 'X' or  '  '.  In my oppinion this should be set to 'X' which means that it does synchronous update to database. &lt;/P&gt;&lt;P&gt;Hopefully it works,&lt;/P&gt;&lt;P&gt;Florin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I presume that after setting this parameter to X, you won't need any additional WAIT statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746467#M1113321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T14:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUPA_ADDRESS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746468#M1113322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Florin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had not put 'X' for WAIT import parameter, had kind of overlooked it. Let me try with it and I guess this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep you updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks yet again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhrangsu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 15:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bupa-address-change/m-p/4746468#M1113322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T15:01:01Z</dc:date>
    </item>
  </channel>
</rss>

