<?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 Truncate Custom DBT Dynamically ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncate-custom-dbt-dynamically/m-p/5480443#M1254681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to delete entries from a particular Custom DBT specified on the selection screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directly this is working.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 exec sql.
  Truncate table "ZTEST_DEL"
 endexec.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, dynamically what should be written ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to pass the table as a variable with Double quotes. But still it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Apr 2009 09:45:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-25T09:45:15Z</dc:date>
    <item>
      <title>Truncate Custom DBT Dynamically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncate-custom-dbt-dynamically/m-p/5480443#M1254681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to delete entries from a particular Custom DBT specified on the selection screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directly this is working.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 exec sql.
  Truncate table "ZTEST_DEL"
 endexec.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, dynamically what should be written ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to pass the table as a variable with Double quotes. But still it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clues ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2009 09:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/truncate-custom-dbt-dynamically/m-p/5480443#M1254681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-25T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate Custom DBT Dynamically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/truncate-custom-dbt-dynamically/m-p/5480444#M1254682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 exec sql.
  Truncate table 'ZTEST_DEL'
 endexec.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2009 06:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/truncate-custom-dbt-dynamically/m-p/5480444#M1254682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-26T06:35:25Z</dc:date>
    </item>
  </channel>
</rss>

