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

Re: Files Deletion from Application Server Folder

Former Member
0 Likes
639

Hi All,

Using my ABAP Program I am able to Delete files from some Application Server folders where as in some other folders I am not able to Delete files Using the Same ABAP Program.

Please suggest on this.

Ex: /tmp (From this Folder Able to Delete Files)

Ex: /rus/inf/ARD (From this Folder Not able to Delete Files)

Thanks & regards,

Prasant

Hi All,

Using my ABAP Program I am able to Delete files from some Application Server folders where as in some other folders I am not able to Delete files Using the Same ABAP Program.

Please suggest on this.

Ex: /tmp (From this Folder Able to Delete Files)

Ex: /rus/inf/ARD (From this Folder Not able to Delete Files)

Thanks & regards,

Prasant

3 REPLIES 3
Read only

Former Member
0 Likes
611

Please check that your USER ID is having read and write access for the respective folders.

Thanks and Regards,

Chandra

Read only

0 Likes
611

Hi ,

How can i check whether my USER ID is having read and write access for the respective folders or not.

Thanks & Regards,

Prasant

Read only

0 Likes
611

Hi,

Check with the FM:

AUTHORITY_CHECK_DATASET

Pass activity as WRITE or DELETE

Regards,

Chandra