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: 

Structural Authorizations for Team Calender

Former Member
0 Kudos

Hi Experts,

I am trying to set up structural authorizations for managers in ERP2004. We are implementing ESS/MSS on EP 6.0 SP20.

Structural Authorizations should meet the following goals.

Goal 1. Managers should not see data of employees from other org units.

Goal 2. Should display the employees in team calender.

Goal 3. Should display the Portal Reports that comes under "Reporting Workset" from Business Package for MSS HTMLB

I did the following to set up structural authorizations

1. Turned on the switch P_ORGPD in ooac

2. Created a authorization profile in oosp

No.: 10

Plan vers.: 01

Obj. type: O

Object ID: Blank

Maintenance: Checked this on

Eval.path: O-S-P

Status: 12

Depth:No entry

Sign: No entry

Period: no entry

Function module: RH_GET_MANAGER_ASSIGNMENT

3. Assigned the authorization profile to manager's position in PO13.

4. Ran the report "RHPROFL0"

5. Created a role Z_MSS and assigned the PLOG authorization object and P_ORGIN objects. I put " * "in all the fields. And assigned this role to manager.

Goal 1 above is achieved, But Goal 2 and Goal 3 are still pending.

Can you guide/advice me how to set up authorizations to see the people in Team Calender.

I really appreciate your help.

Thanks!

1 ACCEPTED SOLUTION

Matt_Fraser
Active Contributor
0 Kudos

You might need to put a value in the Depth field of your structural profile. I'm not sure what the effect of having that blank may be. In our case, for MSS usage, I put 5 in there, which allows the manager to see 5 levels of objects (not orgs) down the org structure from the starting point (org as determined by the function module).

Also, I did not use the delivered evaluation path of O-S-P but created my own, ZMSS. However, the major difference is only that I added qualifications and courses as objects, since our managers look at this for their employees.

As for the standard authorizations, I think in addition to PLOG and P_ORGIN objects (and you would definitely not want your managers to have * in all fields for P_ORGIN, but for a test that's all right), you will need S_SERVICE with the appropriate service names of type WEBDYNPRO for the various MSS functions, including TeamViewerApp, etc. There are also a number of RFC's needed in S_RFC to make this work. Check Notes 844639 and 798967 for suggestions as to which services need to be authorized for MSS. Note 853026 may also be of interest.

--Matt

11 REPLIES 11

Former Member
0 Kudos

can anybody throw some light or direct me!

0 Kudos

Hello minisap...

Unfortunately for both of us I do not have experience with MSS, but I distinctly remember that funtion module being discussed a few times here already. Did you try a search here, in the HR topic forums, or the sap-google?

Kind regards,

Julius

0 Kudos

are there any books which directs on how to implement structural authorizations?

0 Kudos

A loud thought, --did you try the P_ERNR infotype for the tying the employees to the calender ? May be if you can somehow link this to the calender ...then may be !!

0 Kudos

could you copy-paste all the lines of your structural profile so we can have a look?

or does your profile only consist of this one line?

0 Kudos

No.: 10

Plan vers.: 01

Obj. type: O

Object ID: Blank

Maintenance: Checked this on

Eval.path: O-S-P

Status: 12

Depth:No entry

Sign: No entry

Period: no entry

Function module: RH_GET_MANAGER_ASSIGNMENT

This is the information i entered in one AUthorization profile.

I maintained PLOG, P_PERNR and P_ORGIN in one role and with '*' in every entry of the object just for testing if the configuration works. If the authorizaiton profile works, I can later change HR Authorization objects according to the requirement.

Thanks!

0 Kudos

Try putting *'s into P_ABAP and see what happens (as a test).

Kind regards,

Julius

0 Kudos

Hi Julius,

I have tried that one too, it did not help me. I have checked all the authorizations that Team Calender Needs through trace and built a role.

It seems I have to do some analysis on the Org Structure. I have heard if the org. structure is defined well, there may be a problem. Even I am unable to make Structural Authorizations to work!!

Any suggestions are more welcome and appreciated.

Regards!

0 Kudos

Hello minisap_g,

I would think that an org structure which is not well defined, would cause problems.

Sorry, I have to pass on the rest, as I do not know the answer.

Hopefully one of the HR gurus can "see it" and help from experience.

Kind regards,

Julius

Matt_Fraser
Active Contributor
0 Kudos

You might need to put a value in the Depth field of your structural profile. I'm not sure what the effect of having that blank may be. In our case, for MSS usage, I put 5 in there, which allows the manager to see 5 levels of objects (not orgs) down the org structure from the starting point (org as determined by the function module).

Also, I did not use the delivered evaluation path of O-S-P but created my own, ZMSS. However, the major difference is only that I added qualifications and courses as objects, since our managers look at this for their employees.

As for the standard authorizations, I think in addition to PLOG and P_ORGIN objects (and you would definitely not want your managers to have * in all fields for P_ORGIN, but for a test that's all right), you will need S_SERVICE with the appropriate service names of type WEBDYNPRO for the various MSS functions, including TeamViewerApp, etc. There are also a number of RFC's needed in S_RFC to make this work. Check Notes 844639 and 798967 for suggestions as to which services need to be authorized for MSS. Note 853026 may also be of interest.

--Matt

0 Kudos

can be solved without structural authorizations.

solution is based on the evaluation paths.