<?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: Update customer's tax code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128899#M1818040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kishor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime will be reduced only when you call the FM "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain you, FM "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;" is called internally inside BAPI "BAPI_CUSTOMER_CHANGEFROMDATA". at line number 160.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use BAPI it will excute this 160 lines of waste and then the function module is called.&lt;/P&gt;&lt;P&gt;If you use the function module, you don't need to execute 160 lines and obviously it reduces our runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, are you okay with my explanation, still having some doubt ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 19:53:46 GMT</pubDate>
    <dc:creator>ThangaPrakash</dc:creator>
    <dc:date>2014-03-04T19:53:46Z</dc:date>
    <item>
      <title>Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128891#M1818032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to update the tax jurisdiction code (TXJCD / ADRC - TAXJURCODE) of a existing customer, I didn't find any FM / BAPI / API because we want to go w/ BDC as a last option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 16:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128891#M1818032</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2014-03-04T16:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128892#M1818033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with BAPI&amp;nbsp;&amp;nbsp; BAPI_CUSTOMER_CHANGEFROMDATA1 to update tax Jur Code of existing customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128892#M1818033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128893#M1818034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I saw already this BAPI, but when I checked its description its saying as&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;"Only for ONLINE Store!!! Check Personal Data of a Customer"&lt;/P&gt;
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Pls. let me know still is it OK to use it for a ECC requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128893#M1818034</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2014-03-04T17:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128894#M1818035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can still use this BAPI for your customer Master change. This should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128894#M1818035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T17:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128895#M1818036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will start building my code.......btwn.......wait for inputs from any other experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128895#M1818036</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2014-03-04T17:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128896#M1818037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the function module "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;" and "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_CHANGEFROMDATA&lt;/SPAN&gt;" also for your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128896#M1818037</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-04T18:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128897#M1818038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check all the relevant BAPI's use function module "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;" inside thier logic to update the customer master. it is good to use the function module "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;" directly to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will reduce your run-time of your report if you directly use function module &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 18:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128897#M1818038</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-04T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128898#M1818039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically the FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt; will internally being called , if you are using &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_CHANGEFROMDATA&lt;/SPAN&gt; or &lt;SPAN style="color: #333333; font-size: 12px;"&gt;BAPI_CUSTOMER_CHANGEFROMDATA&lt;/SPAN&gt;1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the run time of the execution may be reduced using the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128898#M1818039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-04T19:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128899#M1818040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kishor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime will be reduced only when you call the FM "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me explain you, FM "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL&lt;/SPAN&gt;" is called internally inside BAPI "BAPI_CUSTOMER_CHANGEFROMDATA". at line number 160.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use BAPI it will excute this 160 lines of waste and then the function module is called.&lt;/P&gt;&lt;P&gt;If you use the function module, you don't need to execute 160 lines and obviously it reduces our runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, are you okay with my explanation, still having some doubt ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128899#M1818040</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-04T19:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128900#M1818041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed, but the FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SD_CUSTOMER_MAINTAIN_ALL is not released for customers (if I don't have any other FM/BAPI I would hv go with this), but we hv a wrapper BAPI as BAPI_CUSTOMER_CHANGEFROMDATA, hence even though runtime more (I guess, it gonna be couple of seconds for one turn/execution) I personally prefer using BAPI bcz of its RELEASED status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thank you all&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 20:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128900#M1818041</guid>
      <dc:creator>former_member194142</dc:creator>
      <dc:date>2014-03-04T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update customer's tax code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128901#M1818042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, in that case you can go for BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 20:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-customer-s-tax-code/m-p/10128901#M1818042</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-04T20:24:42Z</dc:date>
    </item>
  </channel>
</rss>

