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

Authorization check for files.

Former Member
0 Likes
762

Hi

All,

Which function module would you use to check the users authorization to access files before opening a file ?

Thanks N Regards

Priya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
734

Hi

Try AUTHORITY_CHECK_DATASET

Hi

Try AUTHORITY_CHECK_DATASET

4 REPLIES 4
Read only

Former Member
0 Likes
735

Hi

Try AUTHORITY_CHECK_DATASET

Read only

Former Member
0 Likes
734

i hope the authorisation is fixed on the user not on the file for the user authorisation we use the fm AUTHORITY_CHECK

Read only

Former Member
0 Likes
734

Hi,

If your requirement is for application server files I wouldn't use a function module at all. I would use the ABAP statement AUTHORITY-CHECK with the object S_DATASET.

Regards,

Nick

Read only

Former Member
0 Likes
734

Hi,

Use FM AUTHORITY_CHECK_DATASET.

Hope this helps.

Regards,

Lalit