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

delete from application server

Former Member
0 Likes
278

Hi all,

How to delete file from application server. There is any function module for that.

I do not wanted to do it through program. Just manually we have to do it.

regards,

John

1 REPLY 1
Read only

Former Member
0 Likes
245

Hi,

Try DELETE DATASET <dataset name> .

or use FM EPS_DELETE_FILE

ie;

You can use DELETE DATASET with target path.

Use statement

delete dataset '\tmp\file.txt'.

\tmp\file.txt is the file path on application server which you want to delete.

Reward points if found helpful…..

Cheers,

Chandra Sekhar.