<?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: delete line en table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582611#M1273082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to understant you Qus. Ask your Qus with clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RavivarmanP on May 22, 2009 12:31 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RavivarmanP on May 22, 2009 12:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 19:01:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T19:01:27Z</dc:date>
    <item>
      <title>delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582610#M1273081</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' need manulement removes online contents in table in minisap .&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 en Advance,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Said el fannassi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582610#M1273081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582611#M1273082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to understant you Qus. Ask your Qus with clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RavivarmanP on May 22, 2009 12:31 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RavivarmanP on May 22, 2009 12:32 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 19:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582611#M1273082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582612#M1273083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can manuaaly delets rows from a table using T code SE16n. Although it is not advisable to delete entries because there could be dependencies in the databse.&lt;/P&gt;&lt;P&gt;goto SE16N&lt;/P&gt;&lt;P&gt;enter table name.&lt;/P&gt;&lt;P&gt;Type &amp;amp;sap_edit in the box where you type T code and press enter and then execute.&lt;/P&gt;&lt;P&gt;Delete whichvr line you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 04:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582612#M1273083</guid>
      <dc:creator>gautam_totekar</dc:creator>
      <dc:date>2009-05-22T04:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582613#M1273084</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 delete the line , you have first select the line then you can delete it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF mark EQ 'X' .&lt;/P&gt;&lt;P&gt;DELETE itab FROM workarea.&lt;/P&gt;&lt;P&gt;END if &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 05:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582613#M1273084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T05:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582614#M1273085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can delete line from se16 transection from table but for that you want access key from fuctional person or check below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.info/sap-hacks-change-database-tables-directly/" target="test_blank"&gt;http://www.sapdb.info/sap-hacks-change-database-tables-directly/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: anurag daate on May 22, 2009 3:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 13:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582614#M1273085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: delete line en table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582615#M1273086</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;if you are referring to a Database table created in SE11 transaction then delete the entries in the following ways;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SE11 -&amp;gt; table name -&amp;gt; change -&amp;gt; utilities -&amp;gt; table contents -&amp;gt; create entries -&amp;gt; select the entry and delete it (this will work if you have created the Table maintanance generator with 2 steps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SM30 -&amp;gt; again you should have created a table maintanance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SE16N -&amp;gt; give the table name and then type &amp;amp;SAP_EDIT in the transaction box and then execute it and select the entry and delete it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incase you are referring to an internal table that we create in a program, then you can use the DELETE statement to delete it within a loop or you can do a F1 on DELETE and check the different ways to use it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Dakshna Nagaratnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 18:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-line-en-table/m-p/5582615#M1273086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T18:54:50Z</dc:date>
    </item>
  </channel>
</rss>

