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

Authorisations

pbechani
Participant
0 Likes
328

Hi

Can authorisation check be performed on data in a table. To be specific, to restrict users on the rows that they can access.

The scenario is, i have a drop down that needs to be filtered using authorisation objects.

To be specific, the scenario is in Project systems where certain user are not allowed to view particular projects in the project drop down field. How can this be achieved.

Kind Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
305

Hi

Use the FM

AUTHORITY_CHECK

In SE37 try to find Several authority based FM.

Reward if helpful.

Best Wishes,

Chandralekha

2 REPLIES 2
Read only

Former Member
0 Likes
306

Hi

Use the FM

AUTHORITY_CHECK

In SE37 try to find Several authority based FM.

Reward if helpful.

Best Wishes,

Chandralekha

Read only

Former Member
0 Likes
305

Hi

you can create ur own Authorization object using FM AUTHORITY_CHECK. In this FM u will find different options and u can define objects on which u want to have Authorizations.

Hope this will help.

Reward if helpful.

Sumit Agarwal