<?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: insert and delete records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454048#M550144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never insert or delete data directly into Standard SAP tables, instead try to use transaction  XD01 or VD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jul 2007 19:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-01T19:04:03Z</dc:date>
    <item>
      <title>insert and delete records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454045#M550141</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; my requirement is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;developed a report insert and delete from kna1 tables basing customer number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 09:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454045#M550141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: insert and delete records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454046#M550142</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;To insert:&lt;/P&gt;&lt;P&gt;Why do you want to develop a report to entries into KNA1. The data will be inconsistent if you just insert entries in KNA1 but not in other related tables (eg. KNB1, KNC1 etc.) Anyways, you can develop a BDC/BAPI or use LSMW tool to do the same for inserting entries into KNA1.You can standard transction XD01 to do that. It will have authorization checks, validation checks etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To delete:&lt;/P&gt;&lt;P&gt;The data will be inconsistent if delete entries from KNA1 but not from other related tables. Especially if the transaction data exists for the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use standard transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srilatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 11:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454046#M550142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: insert and delete records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454047#M550143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi priya reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a responsible developer will never insert or delete records in SAP standard tables directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever you do in the system ist object to review for a financial auditor. That means that changes must be traceable and reasonable. This is guaranteed by the use of certified SAP standard transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whoever gave you this requirement: Tell them that you are not entitled to act outside the law.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can nark a customer for deletion. If all business processes regarding the customer are completed. you can archive the master data. That involves a physical deletion in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 17:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454047#M550143</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-07-01T17:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: insert and delete records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454048#M550144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never insert or delete data directly into Standard SAP tables, instead try to use transaction  XD01 or VD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 19:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-and-delete-records/m-p/2454048#M550144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T19:04:03Z</dc:date>
    </item>
  </channel>
</rss>

