Skip to Content
0
Former Member
Apr 25, 2009 at 09:45 AM

Truncate Custom DBT Dynamically ?

360 Views

Dear All,

How to delete entries from a particular Custom DBT specified on the selection screen ?

Directly this is working.........


 exec sql.
  Truncate table "ZTEST_DEL"
 endexec.

But, dynamically what should be written ?

I tried to pass the table as a variable with Double quotes. But still it's not working.

Any clues ???

Regards,

Deepu.k