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: 

Use of AuthorizationCheck in CDS Views and Role of the Authorization Object in PFCG condition

prabukannans
Participant

Need for Authorization Object in PFCG function?

1 ACCEPTED SOLUTION

former_member716571
Participant
0 Kudos

Authorization Object is a method of restricting users to access any particular application created in the system. It will deny the user from viewing confidential data.

steps to create authorization in cds

1.Creating Object Class T-Code SU21.

2.Creating Authorization Object Which contains Authorization field. You can create authorization field in SU20 or while creating authorization object also you can create

3.Creating a Role T-Code PFCG.

4.Assigning Authorization object to the role and generating the profile.

5.Create custom program using Authority-check.

1 REPLY 1

former_member716571
Participant
0 Kudos

Authorization Object is a method of restricting users to access any particular application created in the system. It will deny the user from viewing confidential data.

steps to create authorization in cds

1.Creating Object Class T-Code SU21.

2.Creating Authorization Object Which contains Authorization field. You can create authorization field in SU20 or while creating authorization object also you can create

3.Creating a Role T-Code PFCG.

4.Assigning Authorization object to the role and generating the profile.

5.Create custom program using Authority-check.