cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Object to access

Former Member
0 Kudos

Dear All,

Please can anybody help to find the authorization object required to access HR_DK_GET_LEAVE_ENTITLEMENT function module.

Kind regards

Mithun Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mithun,

Actually the function modules do not check for authorizations. To execute this most probably u will require authorization for SE37.

The following auth objs are required for SE37.

S_DATASET ACTVT

S_DATASET FILENAME

S_DATASET PROGRAM

S_DEVELOP ACTVT 01

S_DEVELOP ACTVT 02

S_DEVELOP ACTVT 03

S_DEVELOP ACTVT 06

S_DEVELOP ACTVT 07

S_DEVELOP DEVCLASS $*

S_DEVELOP DEVCLASS *

S_DEVELOP DEVCLASS T*

S_DEVELOP DEVCLASS Y*

S_DEVELOP DEVCLASS Z*

S_DEVELOP OBJNAME *

S_DEVELOP OBJTYPE FUGR

S_DEVELOP OBJTYPE FUNC

S_DEVELOP P_GROUP *

It would be better if u can clarify in which context u need this.

Regards