<?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: Using function module SD_CUSTOMER_MAINTAIN_ALL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784788#M338049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with this flag, but it still doesn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 10:48:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-28T10:48:47Z</dc:date>
    <item>
      <title>Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784785#M338046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ll,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the function module SD_CUSTOMER_MAINTAIN_ALL for changing the value of KNA1-TELBX. But it doesn't work at all because the value of this field won't be updated on database. And I don't get any return code from the function module. What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the used coding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;wa_kna1 TYPE kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;p_kunnr TYPE kunnr DEFAULT '91'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM kna1 INTO wa_kna1 WHERE kunnr EQ p_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_kna1-telbx = '999'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_kna1                              = wa_kna1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any helpful answers!&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784785#M338046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784786#M338047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi david,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check it once of your code,&lt;/P&gt;&lt;P&gt;i din't get you man.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784786#M338047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784787#M338048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with pi_postfalg = 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784787#M338048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784788#M338049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with this flag, but it still doesn't work &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784788#M338049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784789#M338050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry I only just forgot the point after calling the function module. But it still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 10:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784789#M338050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T10:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784790#M338051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_KNA1                              = wa_kna1&lt;/P&gt;&lt;P&gt;   I_FROM_CUSTOMERMASTER               = 'X'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   E_KUNNR                             = l_kunnr&lt;/P&gt;&lt;P&gt;   E_SD_CUST_1321_DONE                 = l_val&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   CLIENT_ERROR                            = 1&lt;/P&gt;&lt;P&gt;   KNA1_INCOMPLETE                     = 2&lt;/P&gt;&lt;P&gt;   KNB1_INCOMPLETE                     = 3&lt;/P&gt;&lt;P&gt;   KNB5_INCOMPLETE                     = 4&lt;/P&gt;&lt;P&gt;   KNVV_INCOMPLETE                     = 5&lt;/P&gt;&lt;P&gt;   KUNNR_NOT_UNIQUE                   = 6&lt;/P&gt;&lt;P&gt;   SALES_AREA_NOT_UNIQUE         = 7&lt;/P&gt;&lt;P&gt;   SALES_AREA_NOT_VALID            = 8&lt;/P&gt;&lt;P&gt;   INSERT_UPDATE_CONFLICT         = 9&lt;/P&gt;&lt;P&gt;   NUMBER_ASSIGNMENT_ERROR  = 10&lt;/P&gt;&lt;P&gt;   NUMBER_NOT_IN_RANGE            = 11&lt;/P&gt;&lt;P&gt;   NUMBER_RANGE_NOT_EXTERN   = 12&lt;/P&gt;&lt;P&gt;   NUMBER_RANGE_NOT_INTERN    = 13&lt;/P&gt;&lt;P&gt;   ACCOUNT_GROUP_NOT_VALID     = 14&lt;/P&gt;&lt;P&gt;   PARNR_INVALID                            = 15&lt;/P&gt;&lt;P&gt;   BANK_ADDRESS_INVALID             = 16&lt;/P&gt;&lt;P&gt;   TAX_DATA_NOT_VALID                  = 17&lt;/P&gt;&lt;P&gt;   NO_AUTHORITY                             = 18&lt;/P&gt;&lt;P&gt;   COMPANY_CODE_NOT_UNIQUE    = 19&lt;/P&gt;&lt;P&gt;   DUNNING_DATA_NOT_VALID          = 20&lt;/P&gt;&lt;P&gt;   KNB1_REFERENCE_INVALID          = 21&lt;/P&gt;&lt;P&gt;   CAM_ERROR                                  = 22&lt;/P&gt;&lt;P&gt;   OTHERS                                         = 23.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayram..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784790#M338051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784791#M338052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Other wise try with this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   I_KNA1                                           = wa_kna1&lt;/P&gt;&lt;P&gt; I_MAINTAIN_ADDRESS_BY_KNA1              = 'X'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;   Jayram..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784791#M338052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using function module SD_CUSTOMER_MAINTAIN_ALL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784792#M338053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!!!! the export paramter i_maintain_address_by_kna1 must be filled with X and thant i works!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS THANKS THANKS!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 11:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-function-module-sd-customer-maintain-all/m-p/1784792#M338053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T11:22:16Z</dc:date>
    </item>
  </channel>
</rss>

