2010 Nov 23 6:34 AM
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
2010 Nov 23 6:36 AM
Please check that your USER ID is having read and write access for the respective folders.
Thanks and Regards,
Chandra
2010 Nov 24 4:54 AM
Hi ,
How can i check whether my USER ID is having read and write access for the respective folders or not.
Thanks & Regards,
Prasant
2010 Nov 24 5:04 AM
Hi,
Check with the FM:
AUTHORITY_CHECK_DATASET
Pass activity as WRITE or DELETE
Regards,
Chandra