Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how delete files in the internal table using DELETE DATASET

Former Member
0 Likes
524

Hi Gurus,

Using DELETE DATASET <FNAME> to delete files in the application server

I have stored all files in ITAB,so can i delete this table using DELETE DATASET

Thanks in Advance.

siva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

HI

Ofcourse u can do it by looping at ur ITAB and the DELETE DATASET STATEMENT..

Deepak

Hi Gurus,

Using DELETE DATASET <FNAME> to delete files in the application server

I have stored all files in ITAB,so can i delete this table using DELETE DATASET

Thanks in Advance.

siva

2 REPLIES 2
Read only

Former Member
0 Likes
462

HI

Ofcourse u can do it by looping at ur ITAB and the DELETE DATASET STATEMENT..

Deepak

Read only

Former Member
0 Likes
461

Hi Siva,

Yes, you can delete the data on application server using DELETE DATASET.

regards

Kumar M