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 file from directory

Former Member
0 Likes
471

Hi All,

After uploading data from file to internal table i want delete the file from the directory. How to do this any function modue for this?

Thanks and Regards

Parthipan.

Hi All,

After uploading data from file to internal table i want delete the file from the directory. How to do this any function modue for this?

Thanks and Regards

Parthipan.

2 REPLIES 2
Read only

Former Member
0 Likes
412

u have to write a program in SE38 & delete it.

use DELETE DATASET <dataset name> syntax.

Read only

uwe_schieferstein
Active Contributor
0 Likes
412

Hello Parthipan

You can use function module <b>EPS_DELETE_FILE</b> to delete the file from the application server.

Regards

Uwe