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: 

Autorithy Check HR - C.I.D. Group

former_member641813
Discoverer
0 Kudos

Hello,

i have a question about autorithy check for HR: i have to create roles to allow the user to manage a groups of C.I.D. (HR).

In the help I found two objects, P_TRAVL and P_PERNR, but i can not able to identify the field on which to place a list of CID to be authorized.

For the object P_TRAVL i can set only "O" for own C.I.D, "E" for all C.I.D. except its own and "*" for all C.I.D. .

Also for the object P_PERNR i can't set a group of C.I.D. .

Please Could you help about this ?

Thanks and Regards

Lorenzo

6 REPLIES 6

Former Member
0 Kudos

Hi Put the trace on and find the what is failing , it will catch the object for you and possibly the field name and the value its looking for .

You can find what you need or dont need using ST01.

Former Member
0 Kudos

Isn't P_TRAVL just a fancy version of P_PERNR?

As far as I know (but we don't do Travel Management, so I am not sure - I saw it once at an audit though) - P_TRAVL is attached to structural authorisations, so basically the CID's (are that personnel-numbers???) you want to authorise should be reflected in that structure, yes?

0 Kudos

P_travl is really fancy object but it works from the FI module

P_pernr is an object which works on the HR/HCM side

Do not allow this objects to overlap with P_pernr object in HR

Operation and "Old Status" AUTHF

Personnel Number Check AUTHP

"New Status" When Saving Trip AUTHS

Company Code $BUKRS BUKRS

Cost Center KOSTL

Personnel Area PERSA

Employee Group PERSG

Employee Subgroup PERSK

Employee Grouping for Travel M PTZUO

Organizational Key VDSK1

especially

Personnel Area PERSA

Employee Group PERSG

Employee Subgroup PERSK

Also checkout P_orgin object and field name AUTHC

that is what you need to make sure does not have a STAR(*).

Edited by: Franklin Jayasim on Jul 20, 2010 7:47 PM

Former Member
0 Kudos

Hi Lorenz,

Also for the object P_PERNR i can't set a group of C.I.D.?

For P_PERNR you can set " I" for own C.I.D, "E" for all C.I.D except its own and " *" for all C.I.D ( * should be given to superusers)

Thanks,

Sri

0 Kudos

Hi,

objects P_PERNR and P_TRAVL don't allow to set a "group" of C.I.D.

in trace I find P_ORGIN and P_TRAVL but none of them allows a group of C.I.D.

I need to allow users to manage only a group of C.I.D. .

Any idea?

Thanks and Regards

Lorenz

Edited by: Lorenzo Scaglione on Jul 21, 2010 11:15 AM

0 Kudos

First find out if the group is configured correctly

go to this field name under P_travel

Employee Grouping for Travel M PTZUO

This above field name is the one place where you should be able to insert the configured group information

work with your HR functional team it will surely work.