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

File deletion in windows shared folder

Former Member
0 Likes
598

Hi Experts,

I have a requirement in which i need to move files from a one folder to another(Archieve) . As I couldnt find the move functionality |am using copy and the delete sequence .

I was able to copy but while attempting on deletion Iam getting an exception "Access Denied".

The folder is available in Windows shared folder .

Iam able to delete files from the shared folder manually.

I tried the same logic in my personnal folder on my harddisc and it was successfull..

Kindly suggest ways to solve this..

Regards,

Karthi M

Hi Experts,

I have a requirement in which i need to move files from a one folder to another(Archieve) . As I couldnt find the move functionality |am using copy and the delete sequence .

I was able to copy but while attempting on deletion Iam getting an exception "Access Denied".

The folder is available in Windows shared folder .

Iam able to delete files from the shared folder manually.

I tried the same logic in my personnal folder on my harddisc and it was successfull..

Kindly suggest ways to solve this..

Regards,

Karthi M

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
534

Hi,

There are many thread on ur question.

search also.

try like this,

Get all files using function module,

EPS2_GET_DIRECTORY_LISTING.

and  use also this ,

OPEN DATASET

TRANSFER

DELETE DATASET

CLOSE DATASET

For date pick date from FILE.

check this wiki link

http://wiki.sdn.sap.com/wiki/display/SI/Transfer+File+between+folder+on+Application+Server

For rest ,search for thread.

Hope it helps.

Thanks

Gourav.

Read only

0 Likes
534

HI Kumar,

Thanks for your reply. . But the shared folder is not on application server .

Thanks and Regards,

Karthi M