<?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 delete ztable structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285551#M1022353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously i write a program for delete table entries from ztable,&lt;/P&gt;&lt;P&gt;but they asking me to delete even ztable structure also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest me.&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;Rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 02:12:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-11T02:12:54Z</dc:date>
    <item>
      <title>delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285551#M1022353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously i write a program for delete table entries from ztable,&lt;/P&gt;&lt;P&gt;but they asking me to delete even ztable structure also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest me.&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;Rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 02:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285551#M1022353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T02:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285552#M1022354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rams,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with different variants for the Delete .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the one you are looking is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete ITab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes one or more lines from an internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If you delete lines within a LOOP ... ENDLOOP block, the deletion affects subsequent loop passes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Variant 1&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;DELETE itab. &lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Deletes the current entry from an internal table in a LOOP. You can only use this variant with index tables (standard or sorted tables). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return code is set to 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have deleted the current entry of an internal table in a LOOP, the effect of subsequent changes to the current entry without specifying the INDEX cannot be guaranteed, and the behavior may change in future releases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the first delete, use the delete according to the requirement and do check the same while debugging, I guess during the runtime they want you to delete all entries for a specific key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 03:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285552#M1022354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T03:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285553#M1022355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...&lt;/P&gt;&lt;P&gt;actually my requirement is to write a program to delete ztable ( entire structure from Database ) through exicutable report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once i delete the ztable , it should no more under Data dictanory.&lt;/P&gt;&lt;P&gt;Pls suggest me with relavant clues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;Rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285553#M1022355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T04:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285554#M1022356</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;Create a BDC recording using TCode "SHDB" and Enter the table name to delete. See the parameters you have to pass in the recording and replicate the same in your report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 04:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285554#M1022356</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-08-11T04:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285555#M1022357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi murthy..&lt;/P&gt;&lt;P&gt;deleting a table thru SHDB( recording ).. i'm not getting ur idea..&lt;/P&gt;&lt;P&gt;pls can u give clear discription..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is't possible delete a ztable by recording .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 06:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285555#M1022357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285556#M1022358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rams,&lt;/P&gt;&lt;P&gt;    Go SHDB.Give the se11 and recording name.Strart recording then it ll go at se11 screen then give ztable name.and press delete btn.then press save button and go back it ll show u all recording.then check sap prog which make at recording time according to ur requirement.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jaten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 06:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285556#M1022358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T06:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: delete ztable structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285557#M1022359</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;&lt;STRONG&gt;Jaten Sangal&lt;/STRONG&gt; expalined in detail what i told to do so. I think you understand his post. &lt;/P&gt;&lt;P&gt;If not then get back to me (Have you ever done BDC programming?) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 06:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ztable-structure/m-p/4285557#M1022359</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-08-11T06:19:22Z</dc:date>
    </item>
  </channel>
</rss>

