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: 

Authorization Object for data downloading from application server

Former Member
0 Kudos

Hi friends ,

My program downloads and uploads data from the application server .

My requirement is ,

Authorization checks should be performed on the Server directories to ensure that the user has access to read and write to the directory. It should check the s_dataset authorisation object for this.. If a user does not have the s_dataset authorisation object no upload or download should be allowed.

Can you please tell me how to deal with this ? how do we check the above condition ??

Many thanks ,

Hemant

1 REPLY 1

GauthamV
Active Contributor
0 Kudos

hi,

This is not a single step process.

First of all you have to create a field for authorization for server directories from su20 and then create authorization object from su21.then define a role from pfcg with this authorization object and assign this role to user profile from su01 with values defined.

Then you have to call this authorization object in your program at selection screen.