<?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: table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919890#M382270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do that in SE16.&lt;/P&gt;&lt;P&gt;Launch SE16 on the table you want.&lt;/P&gt;&lt;P&gt;At the display select the record to be deleted, by clicking the radio button.&lt;/P&gt;&lt;P&gt;Activate the Debug Mode ( /h + ENTER)&lt;/P&gt;&lt;P&gt;Then via the menu, choose display.&lt;/P&gt;&lt;P&gt;In the code, in the debug mode, when you cross the SET_STATUS_VAL perform, overwrite the &amp;lt;b&amp;gt;ok_code&amp;lt;/b&amp;gt; to 'DELE' ( original Ok code must be 'SHOW' )&lt;/P&gt;&lt;P&gt;Then F8 : exit the debug mode.&lt;/P&gt;&lt;P&gt;You can delete the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 12:41:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T12:41:55Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919888#M382268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;how to delete a record from a table without using se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919888#M382268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919889#M382269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE16&lt;/P&gt;&lt;P&gt;give the table name and press enter&lt;/P&gt;&lt;P&gt;give the key fields of the record that you want to delete&lt;/P&gt;&lt;P&gt;in menu  EDIT--&amp;gt;DELETE ENTIRE SELECTION LINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919889#M382269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919890#M382270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do that in SE16.&lt;/P&gt;&lt;P&gt;Launch SE16 on the table you want.&lt;/P&gt;&lt;P&gt;At the display select the record to be deleted, by clicking the radio button.&lt;/P&gt;&lt;P&gt;Activate the Debug Mode ( /h + ENTER)&lt;/P&gt;&lt;P&gt;Then via the menu, choose display.&lt;/P&gt;&lt;P&gt;In the code, in the debug mode, when you cross the SET_STATUS_VAL perform, overwrite the &amp;lt;b&amp;gt;ok_code&amp;lt;/b&amp;gt; to 'DELE' ( original Ok code must be 'SHOW' )&lt;/P&gt;&lt;P&gt;Then F8 : exit the debug mode.&lt;/P&gt;&lt;P&gt;You can delete the record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919890#M382270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919891#M382271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;   I guess you are referring to Internal tables, &lt;/P&gt;&lt;P&gt;   Internal tables are alive only at run-time.&lt;/P&gt;&lt;P&gt;   SE38 is just an editor for programming.&lt;/P&gt;&lt;P&gt;   In SE38 you write program codes that create internal tables and later fill them with data.&lt;/P&gt;&lt;P&gt;   When the program dies so does internal table,&lt;/P&gt;&lt;P&gt;   Whatever thing which deletes data record from an internal table has to be a program code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919891#M382271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919892#M382272</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;goto se16..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the table name and press Enter...&lt;/P&gt;&lt;P&gt;select the record u want to delete by checking the check box and goto&lt;/P&gt;&lt;P&gt;Table Entry -&amp;gt; Delete...&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;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 12:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/1919892#M382272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T12:50:42Z</dc:date>
    </item>
  </channel>
</rss>

