<?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: How to delete the data from KNVP without using the delete statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918292#M687113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I see the function "Customer_update" but it is not having the parameter KZ . so is it the same name of the functional module that you tell me if not please give the exact name.&lt;/P&gt;&lt;P&gt;Secondly, I want to delete the data only from KNVP table that should not be effect in any other table. Please reply me soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Kuldeep Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 09:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T09:04:03Z</dc:date>
    <item>
      <title>How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918288#M687109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement that I have to delete the data from KNVP table without using any delete statement. For it I have to use the Standard BAPI or any standard program. &lt;/P&gt;&lt;P&gt;Can you please tell me the name of the standard program or BAPI to delete the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuldeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918288#M687109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918289#M687110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at &amp;lt;a href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/knvp-customer-master-901376"&amp;gt;KNVP Customer Master&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918289#M687110</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-17T06:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918290#M687111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use this function to delete the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuldeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918290#M687111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918291#M687112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With KZ = 'D' for delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that is not an actual BAPI (in fact it's an update task FM) problem is that BAPI_CUSTOMER_CHANGEFROMDATA does not have parameter for partners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe SD_CUSTOMER_MAINTAIN_ALL is a better FM than the first  i found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918291#M687112</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-17T07:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918292#M687113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I see the function "Customer_update" but it is not having the parameter KZ . so is it the same name of the functional module that you tell me if not please give the exact name.&lt;/P&gt;&lt;P&gt;Secondly, I want to delete the data only from KNVP table that should not be effect in any other table. Please reply me soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Kuldeep Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918292#M687113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918293#M687114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field is present in each of the table parameter structure. (U-update, D-delete, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't fill I_KNA1-KUNNR and KNA1 wont be updated, don't fill KZ field in each structure you don't want to be updated (table or single parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918293#M687114</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-17T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918294#M687115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have use the function 'CUSTOMER_UPDATE' in which I only gives the data in T_XKNVP table only but still the data is not get deleting. Please see the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;P&gt;REPORT  ZK_TEST2                                .&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;data :&lt;/P&gt;&lt;P&gt;    I_KNA1	LIKE	KNA1,&lt;/P&gt;&lt;P&gt;    I_KNB1	LIKE	KNB1,&lt;/P&gt;&lt;P&gt;    I_KNVV	LIKE	KNVV,&lt;/P&gt;&lt;P&gt;    I_YKNA1	LIKE	KNA1,&lt;/P&gt;&lt;P&gt;    I_YKNB1	LIKE	KNB1.&lt;/P&gt;&lt;P&gt;Data :&lt;/P&gt;&lt;P&gt;T_XKNAS       LIKE	FKNAS occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNB5	LIKE	FKNB5 occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNBK	LIKE	FKNBK occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVA	LIKE	FKNVA occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVD	LIKE	FKNVD occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVI	LIKE	FKNVI occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVK	LIKE	FKNVK occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVL	LIKE	FKNVL occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNVP	LIKE	FKNVP occurs 0 with header line,&lt;/P&gt;&lt;P&gt;T_XKNVS	LIKE	FKNVS occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNEX	LIKE	FKNEX occurs 0,&lt;/P&gt;&lt;P&gt;T_XKNZA	LIKE	FKNZA occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNAS	LIKE	FKNAS occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNB5	LIKE	FKNB5 occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNBK	LIKE	FKNBK occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVA	LIKE	FKNVA occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVD	LIKE	FKNVD occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVI	LIKE	FKNVI occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVK	LIKE	FKNVK occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVL	LIKE	FKNVL occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNVP	LIKE	FKNVP  occurs 0 with header line,&lt;/P&gt;&lt;P&gt;T_YKNVS	LIKE	FKNVS occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNEX	LIKE	FKNEX occurs 0,&lt;/P&gt;&lt;P&gt;T_YKNZA	LIKE	FKNZA occurs 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T_XKNVP-KUNNR	=	'7000002648'	.&lt;/P&gt;&lt;P&gt;*T_XKNVP-VKORG	=	'0001'	.&lt;/P&gt;&lt;P&gt;*T_XKNVP-VTWEG	=	'01'	.&lt;/P&gt;&lt;P&gt;*T_XKNVP-SPART	=	'01'	.&lt;/P&gt;&lt;P&gt;T_XKNVP-KZ 	=	'D'	.&lt;/P&gt;&lt;P&gt;append T_XKNVP to T_XKNVP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CUSTOMER_UPDATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_KNA1        = I_KNA1&lt;/P&gt;&lt;P&gt;    I_KNB1        = I_KNB1&lt;/P&gt;&lt;P&gt;    I_KNVV        = I_KNVV&lt;/P&gt;&lt;P&gt;    I_YKNA1       = I_YKNA1&lt;/P&gt;&lt;P&gt;    I_YKNB1       = I_YKNB1&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_XKNAS       = T_XKNAS&lt;/P&gt;&lt;P&gt;    T_XKNB5       = T_XKNB5&lt;/P&gt;&lt;P&gt;    T_XKNBK       = T_XKNBK&lt;/P&gt;&lt;P&gt;    T_XKNVA       = T_XKNVA&lt;/P&gt;&lt;P&gt;    T_XKNVD       = T_XKNVD&lt;/P&gt;&lt;P&gt;    T_XKNVI       = T_XKNVI&lt;/P&gt;&lt;P&gt;    T_XKNVK       = T_XKNVK&lt;/P&gt;&lt;P&gt;    T_XKNVL       = T_XKNVL&lt;/P&gt;&lt;P&gt;    T_XKNVP       = T_XKNVP&lt;/P&gt;&lt;P&gt;    T_XKNVS       = T_XKNVS&lt;/P&gt;&lt;P&gt;    T_XKNEX       = T_XKNEX&lt;/P&gt;&lt;P&gt;    T_XKNZA       = T_XKNZA&lt;/P&gt;&lt;P&gt;    T_YKNAS       = T_YKNAS&lt;/P&gt;&lt;P&gt;    T_YKNB5       = T_YKNB5&lt;/P&gt;&lt;P&gt;    T_YKNBK       = T_YKNBK&lt;/P&gt;&lt;P&gt;    T_YKNVA       = T_YKNVA&lt;/P&gt;&lt;P&gt;    T_YKNVD       = T_YKNVD&lt;/P&gt;&lt;P&gt;    T_YKNVI       = T_YKNVI&lt;/P&gt;&lt;P&gt;    T_YKNVK       = T_YKNVK&lt;/P&gt;&lt;P&gt;    T_YKNVL       = T_YKNVL&lt;/P&gt;&lt;P&gt;    T_YKNVP       = T_YKNVP&lt;/P&gt;&lt;P&gt;    T_YKNVS       = T_YKNVS&lt;/P&gt;&lt;P&gt;    T_YKNEX       = T_YKNEX&lt;/P&gt;&lt;P&gt;    T_YKNZA       = T_YKNZA&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918294#M687115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918295#M687116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that records to be deleted should be put into  T_YKNVP table without KZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 10:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918295#M687116</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-10-17T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918296#M687117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help and guidelines to solve my problem. It means you are a great man. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuldeep Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 05:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918296#M687117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918297#M687118</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;How do we update the KNVP table using this function module. I was trying to use SD_CUSTOMER_MAINTAIN_ALL. I was able to Insert and Delete successfully, but update is not working for me. I am getting a system error. Can any one please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when we update KNVP table, the CDHDR table should be updated wit hold values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 07:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918297#M687118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete the data from KNVP without using the delete statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918298#M687119</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;How do we update the KNVP table using this function module. I was trying to use SD_CUSTOMER_MAINTAIN_ALL. I was able to Insert and Delete successfully, but update is not working for me. I am getting a system error. Can any one please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is when we update KNVP table, the CDHDR table should be updated wit hold values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 08:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-delete-the-data-from-knvp-without-using-the-delete-statement/m-p/2918298#M687119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T08:52:20Z</dc:date>
    </item>
  </channel>
</rss>

