<?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 for customer Block/Unblock through transaction code : XD05 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485725#M1255657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesan Nagiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help, this FM is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question related to this, i need to modify data for huge number of customers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i loop the internal table and call this FM inside that loop for each customer and pass data to this FM through structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or can i pass the data only once to this FM using any tables? but i could not find any suitable table for this or shd i call this FM "IN UPDATE TASK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be better option. Please suggest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2009 12:29:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-24T12:29:34Z</dc:date>
    <item>
      <title>BAPI for customer Block/Unblock through transaction code : XD05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485723#M1255655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to block/unblock customer sales areas(Transaction code : XD05) through program. Could you please suggest any BAPI for the same. As writing BDC will not be a good choice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhupender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2009 12:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485723#M1255655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-23T12:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for customer Block/Unblock through transaction code : XD05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485724#M1255656</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;You can use FM CUSTOMER_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass values of block status in KNA1 structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUFSD	AUFSD_X	CHAR	2	0	Central order block for customer&lt;/P&gt;&lt;P&gt;FAKSD	FAKSD_X	CHAR	2	0	Central billing block for customer&lt;/P&gt;&lt;P&gt;LIFSD	LIFSD_X	CHAR	2	0	Central delivery block for the customer&lt;/P&gt;&lt;P&gt;SPERR	SPERB_X	CHAR	1	0	Central posting block&lt;/P&gt;&lt;P&gt;SPERZ	SPERZ	CHAR	1	0	Payment Block&lt;/P&gt;&lt;P&gt;CASSD	CASSD_X	CHAR	2	0	Central sales block for customer&lt;/P&gt;&lt;P&gt;NODEL	NODEL_X	CHAR	1	0	Central deletion block for master record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485724#M1255656</guid>
      <dc:creator>venkatesan_nagiah</dc:creator>
      <dc:date>2009-04-24T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for customer Block/Unblock through transaction code : XD05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485725#M1255657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesan Nagiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help, this FM is working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more question related to this, i need to modify data for huge number of customers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i loop the internal table and call this FM inside that loop for each customer and pass data to this FM through structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or can i pass the data only once to this FM using any tables? but i could not find any suitable table for this or shd i call this FM "IN UPDATE TASK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be better option. Please suggest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-customer-block-unblock-through-transaction-code-xd05/m-p/5485725#M1255657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-24T12:29:34Z</dc:date>
    </item>
  </channel>
</rss>

