<?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 partner function in KNVP table using FM sd_customer-maintain_all in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577082#M260515</link>
    <description>&lt;P&gt;Hi... &lt;/P&gt;&lt;P&gt;The problem is solved. &lt;/P&gt;&lt;P&gt;When you want to Update the PARVW in the KNVP, the tables T_XKNVP and T_YKNVP must be filled. Take into account the following: &lt;/P&gt;&lt;P&gt;1.- In the T_XKNVP table the final data that the KNVP table must have for the PARVW that you want to modify&lt;/P&gt;&lt;P&gt;2.- In the T_YKNVP table the current data of the PARVW that is being modified&lt;/P&gt;&lt;P&gt;The bapi has a perform that checks if the T_YKNVP table was completed. If it is empty, the function assumes that we want to make an insert of PARVW in the KNVP &lt;/P&gt;&lt;P&gt;Take into account that in both tables T_YKNVP and T_XKNVP, the field KZ = 'U'&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 16:09:40 GMT</pubDate>
    <dc:creator>jesus_azuaje</dc:creator>
    <dc:date>2021-05-27T16:09:40Z</dc:date>
    <item>
      <title>Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577080#M260513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to update Partner Function &amp;#145;PARVW&amp;#146;  in KNVP table using FM sd_customer_maintain_all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already created a BDC program for updating which is running successfully.&lt;/P&gt;&lt;P&gt;But  my requirement is to create a BAPI using FM &lt;U&gt;customer&lt;/U&gt;maintain_all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:  Tcode VD02 &lt;/P&gt;&lt;P&gt;		KUNNR		PARVW	        KUNN2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Old data 	123		Z1		70006666&lt;/P&gt;&lt;P&gt;		123		Z2		70007777&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req. output 	123		Z1		70006666&lt;/P&gt;&lt;P&gt;		123		Z1		70007777&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARVW &amp;#145;Z2&amp;#146;  should not exist after updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When updating, I am getting the error message to my inbox as &lt;/P&gt;&lt;P&gt;&amp;#147; Error Info...   F2 802: System error in table KNVP &amp;#148;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above error is triggered while committing work after execution of  &amp;#145;SD_CUSTOMER_MAINTAIN_ALL&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options I tried while looping at internal table containing kunnr, parvw &amp;amp; kunn2&lt;/P&gt;&lt;P&gt;&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                              = w_kna1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_KNB1                              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    I_KNVV                              = w_knvv&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_BAPIADDR1                         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_BAPIADDR2                         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_MAINTAIN_ADDRESS_BY_KNA1          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_KNB1_REFERENCE                    = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_FORCE_EXTERNAL_NUMBER_RANGE       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_NO_BANK_MASTER_UPDATE             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_CUSTOMER_IS_CONSUMER              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_RAISE_NO_BTE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PI_POSTFLAG                         = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PI_CAM_CHANGED                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PI_ADD_ON_DATA                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_FROM_CUSTOMERMASTER               = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_KUNNR                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  O_KNA1                              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  E_SD_CUST_1321_DONE                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNAS                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNBK                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNB5                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNEX                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNVA                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNVD                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNVI                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNVK                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNVL                             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    T_XKNVP                             = I_XKNVP&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_XKNZA                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNAS                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNBK                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNB5                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNEX                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNVA                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNVD                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNVI                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNVK                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNVL                             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    T_YKNVP                             = i_yknvp ***&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_YKNZA                             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  T_UPD_TXT                           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;    CLIENT_ERROR                        = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNA1_INCOMPLETE                     = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNB1_INCOMPLETE                     = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNB5_INCOMPLETE                     = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNVV_INCOMPLETE                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KUNNR_NOT_UNIQUE                    = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SALES_AREA_NOT_UNIQUE               = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SALES_AREA_NOT_VALID                = 8&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INSERT_UPDATE_CONFLICT              = 9&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NUMBER_ASSIGNMENT_ERROR             = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NUMBER_NOT_IN_RANGE                 = 11&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NUMBER_RANGE_NOT_EXTERN             = 12&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NUMBER_RANGE_NOT_INTERN             = 13&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ACCOUNT_GROUP_NOT_VALID             = 14&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARNR_INVALID                       = 15&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BANK_ADDRESS_INVALID                = 16&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TAX_DATA_NOT_VALID                  = 17&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_AUTHORITY                        = 18&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  COMPANY_CODE_NOT_UNIQUE             = 19&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DUNNING_DATA_NOT_VALID              = 20&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KNB1_REFERENCE_INVALID              = 21&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CAM_ERROR                           = 22&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    OTHERS                              = 23.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc eq &amp;#145;0&amp;#146;.&lt;/P&gt;&lt;P&gt;Commit work and wait.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="51" type="ul"&gt;&lt;P&gt;         &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;All above tables have a field called &amp;#145;KZ&amp;#146; which has options&lt;/P&gt;&lt;P&gt;U-update&lt;/P&gt;&lt;P&gt;D-delete&lt;/P&gt;&lt;P&gt;I-insert&lt;/P&gt;&lt;P&gt;E-&amp;#133;&amp;#133;&amp;#133;(I don&amp;#146;t know)&lt;/P&gt;&lt;P&gt;Ex: T_XKNVP structure = KNVP Structure + Field &amp;#145;KZ&amp;#146;.&lt;/P&gt;&lt;P&gt;**************************************************************************&lt;/P&gt;&lt;P&gt;Documentation for this FM is not Available in English or German&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  I tried sending Z2  KZ as &amp;#145;D&amp;#146; first &amp;amp;  Z1 with KZ as &amp;#145;I&amp;#146; with business partner of Z2 (KUNN2) &lt;/P&gt;&lt;P&gt;     as single update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: T_XKNP table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNNR		PARVW	        KUNN2		KZ&lt;/P&gt;&lt;P&gt;123		Z2		70007777	D&lt;/P&gt;&lt;P&gt;123		Z1		70007777	I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  I tried it as a separate delete record and insert record i.e calling the FM twice .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  I tried passing table  T_YKNVP with old partner data + TXKNVP table new partner data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: T_YKNP table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNNR		PARVW	        KUNN2		KZ&lt;/P&gt;&lt;P&gt;123		Z2		70007777	U or space (I tried both one after another)&lt;/P&gt;&lt;P&gt;4. All combinations for field &amp;#145;KZ&amp;#146;  are tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to overcome this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I )   I need which parameters are to be passed to FM for updating partner function in KNVP table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;II)   Do I need to pass structure I_KNA1 or I_KNVV to FM ? (Blank or with values corresponding to    &lt;/P&gt;&lt;P&gt;     partner function ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;III)  Any sample code which can guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even a small hint or clue from you will certainly help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance. &lt;/P&gt;&lt;P&gt;AJAX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577080#M260513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577081#M260514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the same problem. I need to update the partner function PARVW thru a program that i created. I tried to use this FM but it didn't work. Anyone knows another FM that i can use to update the KNVP table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 20:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577081#M260514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T20:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577082#M260515</link>
      <description>&lt;P&gt;Hi... &lt;/P&gt;&lt;P&gt;The problem is solved. &lt;/P&gt;&lt;P&gt;When you want to Update the PARVW in the KNVP, the tables T_XKNVP and T_YKNVP must be filled. Take into account the following: &lt;/P&gt;&lt;P&gt;1.- In the T_XKNVP table the final data that the KNVP table must have for the PARVW that you want to modify&lt;/P&gt;&lt;P&gt;2.- In the T_YKNVP table the current data of the PARVW that is being modified&lt;/P&gt;&lt;P&gt;The bapi has a perform that checks if the T_YKNVP table was completed. If it is empty, the function assumes that we want to make an insert of PARVW in the KNVP &lt;/P&gt;&lt;P&gt;Take into account that in both tables T_YKNVP and T_XKNVP, the field KZ = 'U'&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577082#M260515</guid>
      <dc:creator>jesus_azuaje</dc:creator>
      <dc:date>2021-05-27T16:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577083#M260516</link>
      <description>&lt;P&gt;It works, able to create or update partner function of customer thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 20:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577083#M260516</guid>
      <dc:creator>ayyappan_venugopal2</dc:creator>
      <dc:date>2023-09-10T20:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577084#M260517</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement and the CM update is happening thru an IB IDoc using DEBMAS.&lt;/P&gt;&lt;P&gt;The request is a change of CM Partner functions. The data would be a change of an existing partner function and also a creation of new partner function.&lt;/P&gt;&lt;P&gt;The above solution that you provided, will work? &lt;/P&gt;&lt;P&gt;For example: in the below one, AG is a change to modify the KUNN2 and WE is an additional one as a creation.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2209747-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Please share your valuable comment.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 08:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577084#M260517</guid>
      <dc:creator>sankar1781</dc:creator>
      <dc:date>2023-09-15T08:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577085#M260518</link>
      <description>&lt;P&gt;The field PARZA must be updated with value to manage multiple partner function and also to edit the existing PF.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 12:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577085#M260518</guid>
      <dc:creator>sankar1781</dc:creator>
      <dc:date>2023-09-19T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577086#M260519</link>
      <description>&lt;P&gt;The field PARZA must be updated with value to manage multiple partner function and also to edit the existing PF.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 12:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577086#M260519</guid>
      <dc:creator>sankar1781</dc:creator>
      <dc:date>2023-09-19T12:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update partner function in KNVP table using FM sd_customer-maintain_all</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577087#M260520</link>
      <description>&lt;P&gt;The field PARZA must be updated with value to manage multiple partner function and also to edit the existing PF.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 12:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-partner-function-in-knvp-table-using-fm-sd-customer-maintain-all/m-p/1577087#M260520</guid>
      <dc:creator>sankar1781</dc:creator>
      <dc:date>2023-09-19T12:58:06Z</dc:date>
    </item>
  </channel>
</rss>

