Application Development 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: 

How to Provide write access to a directory

Former Member
0 Kudos

Hi

I want to provide a write access to the directory /usr/sap/edi/<sid>/940/* for some users. How will I do that? Can anybody help me in this?

Thanks in advance

5 REPLIES 5

jurjen_heeck
Active Contributor
0 Kudos

> I want to provide a write access to the directory /usr/sap/edi/<sid>/940/* for some users. How will I do that? Can anybody help me in this?

By what means do you want them to write files to this directory? From SAP? Via Windows share? ftp? nfs?

Please provide some more details.

0 Kudos

Thanks jurjen for your reply. I want to give access through SAP

0 Kudos

> I want to give access through SAP

Please tell us more about how you want to allow end-users to write which kind of files to a system directory through SAP. We need more information to understand your problem. It might still be more of a programming issue than security related....

0 Kudos

> We need more information to understand your problem. It might still be more of a programming issue than security related....

In the case of S_DATASET it is certainly both : first check the authority of the user (FM AUTHORITY_CHECK_DATASET) and react to it in the program, before the DATASET statement reacts to it anway...

Cheers,

Julius

Former Member
0 Kudos

Take a look at object S_DATASET in tcode SU21, or place your cursor on the ABAP statement DATASET and hit F1 on the keyboard.

Cheers,

Julius