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

Authorization Object to access

Former Member
0 Likes
1,083

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
927

Hi Mithun,

just call the function - and when it fails - gotp transaction SU53 - and you should see all of the authorisation objects that have failed for your failed function call. You may then need to repeat this - after getting access to the missing objects - as there maybe other objects that are checked subsequently...

Hope this helps a little.

//julian

4 REPLIES 4
Read only

Former Member
0 Likes
927

do u know the Tcode to create leave entry in SAP ?

if yes then goto Su22 and give that tcode , there u will get list of objects required to create.

Regards

Prabhu

Read only

Former Member
0 Likes
928

Hi Mithun,

just call the function - and when it fails - gotp transaction SU53 - and you should see all of the authorisation objects that have failed for your failed function call. You may then need to repeat this - after getting access to the missing objects - as there maybe other objects that are checked subsequently...

Hope this helps a little.

//julian

Read only

Former Member
0 Likes
927

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

Read only

Former Member
0 Likes
927

Ya the problem is solved