‎2007 Dec 14 11:32 AM
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
‎2007 Dec 14 11:36 AM
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.