You are on page 1of 1

https://wiki.scn.sap.

com/wiki/display/Community/monthly+over+time+report+for+the+em
ployees+HRABAP

Hi Rajaram..

Steps to implement authorization checks:

1. Creating Authorization object in SU21. (If it is not existing already)

Assign the Fields here

This is done by ABAP resource.

2. Creating authorizations using these Auth Objects. (PFCG)

This is done by BASIS.

3. Assigning these authorizations to users (SU01)

This is done by BASIS.

4. Checking the Authorization of a user in a program

This is done by ABAP resource

using the Statement called AUTHORITY-CHECK in a program.

This statement accepts the Values for the Fields and if a suitable authorization
found in the User profile then it returns SY-SUBRC = 0.

<b>Reward if Helpful.</b>

You might also like