cancel
Showing results for 
Search instead for 
Did you mean: 

MSS Addon : Prerequisites for assigning MSS addon role for a Employee

Former Member
0 Kudos

hi

Prerequisites for Employee Self-Service on Behalf in MSS.

For viewing the Team View ;what all prerequisites or OM relationship need to be maintained for a employee.

regards

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Thomas,

The employee must be holding the chief(A/B 012) position in the Organizational unit and he/she must be assigned the user name in 0105(0001) infotype.

Then assign the MSS portal role to that user id.Now check for the team view and from here you can launch the on-behalf applications.

Regards,

Mithun K

Former Member
0 Kudos

hi mithun,

Our project requirement is ; for employee holding the Reports (line) to (A/B 002) to the position also need to access and able to do ESS active on behalf in MSS.

i have assigned the role to the portal id but not able to view the employee report to him in Team View.

is there any possibility ?

regards

Thomas

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

http://scn.sap.com/thread/1535628 http://scn.sap.com/thread/3334520 it can be accessible only for A012, to make A002, you need to change it as described in above threads

Former Member
0 Kudos

hi siddarth,

the link https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743879

i am not able to open.

is same over there?

regards

Thomas

former_member182426
Active Contributor
0 Kudos

To display base on 002 relation, then you need to customize it

You change the configuration settings of Define Rule for Object Selection for MSS_BIZ_RULE2

In standard FM HRMSS_PERSON_EVAL_PATH it will check employee is department manager (chief - 012 relationship should maintained for his position) or not using MSSDIREC. Nothing will display If it's not maintained.

To display subordinates based on 002 relation ship, then Copy this standard FM HRMSS_PERSON_EVAL_PATH to Z<name> and change code as per your requirement.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

yes you are right my link is down, however you can get the information from above threads, I talked about using FMs

Former Member
0 Kudos

hi shankar,

i was trying to view the values of HRMSS_PERSON_EVAL_PATH durnig run time and thought of making the sufficient changes. for the same i have placed a external debugger point. but while accessing portal i am not able to trigger a break point. whether this function module is triggering or any other function module.

former_member182426
Active Contributor
0 Kudos

yes, it will trigger. Please make sure you have kept break point for the same ID of portal logon user ID in ECC.

Directly you can debug and check the results in ECC itself. Keep the break point in FM HRMSS_PERSON_EVAL_PATH

And execute the FM HRWPC_RFC_OADP_GET_NAVOBJECTS by passing below parameters.

OBJSEL   MSS_BIZ_NOD

BEGDA    <sy-datum>

ENDDA    <sy-datum>

USER       <USERID>

It will return all the subordinates details in out put tables

T_PARAMVALUES

T_NAVOBJECTS

T_NAVOBJECTSTRUCTURE

Former Member
0 Kudos

break points will not stop through the frontend app BUT you can try as suggested by Shankar or also  you can use the FM: HRWPC_OADP_TEST, execute the FM with all the values and you can put the break boints to see ur evaluation path/config etc is working as expected. If this FM retrives correct values then the app will also, so test it using FMs

Answers (0)