cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration OADP for Administrator Time.

Former Member
0 Kudos

Dear experts.

I have the following requirement.

In the company exist employee that not are boss, but are Administrator Time.

In the infotype 0001 the employee the employees have in the field the code of the Administrator Time.

This user need login in the portal MSS and see the employee that have his code and can register his leave request.

I publish this with the following wiki:

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=104006108

Bu now need that appear the employees. I am doing the following steps

T-Code SIMG_SPORT-->Manager Self-Service (mySAP ERP)-->Object and Data Provider-->Object Provider-->Define Object Selections

1. I create a Selection ie: ZSS_TIME_SEL
1.1 Rule for Root Objects :ie zSS_TIM_RULE1
1.2 Rule for Target Objects: ie ZSS_TIM_RULE3

2. I Define Rules for Object Selection ie: ZSS_TIME_SEL
        2.1 Rule for Root Object 
I will use a function module for get the user as root object, using as example the FM HRWPC_PATHROOTS (Function Module for Determining Root Objects).


     Function Module               ZROOT_OBJECT

       2.1 Rule for Target Objects 
I will use a function module for get the user as Target Objects , using as example the FM  HRWPC_EVAL_PATH (Function module for object set)


     Function Module               ZROOT_TARGET

My question is with the use of the function module Target Objects. How can get this employees?

Thanks in advance

Regards

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

What is the relationship between different employees and Time admin?

Yes you can leverage using 0001, in your function module you can check which employees are assigned to the Time admin based on his username and etc.

there is also a OADP guide, here

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

where we talk about using FMS to determine the employees for a manager and admins according to your requirement

All the Configurations such as PINCH Feature, Administrator

definition in T526, should be done

Former Member
0 Kudos

Thanks Siddharth Rajora.

You know much SAP-HCM and other module.

With you wiki I solved my issue.

I used the 1er Function Module for the  Rule for Root Objects and  Evaluation Path for the Rule for Target Objects.

Regards

Answers (0)