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: 

J_RCF_REQ_MANAGER role to managers

Former Member
0 Kudos

Hi All,

I am facing an issue in E-rec .

Role J_RCF_REQ_MANAGER must be automatically assigned to managers, but currently this role is not being assigned automatically.

Can someone help me with the responsible ABAPprogram / tcode where it can be done ?

Regards,

Nitu Kumari

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Nitu,

You need to get in touch with developer to have a program written for this. Basically the program should be capable of doing following checks.

1. Get the managers Ids from the user store (eg. LDAP) .

2. Variants if need for any exceptions / conditions.

3. Program logic which assigns the role to the managers and exclude other users.( second level check)

4. Once the program is ready have an background job scheduled for this which runs on periodic basis ( eg. Daily)

Rakesh

1 REPLY 1

Former Member
0 Kudos

Nitu,

You need to get in touch with developer to have a program written for this. Basically the program should be capable of doing following checks.

1. Get the managers Ids from the user store (eg. LDAP) .

2. Variants if need for any exceptions / conditions.

3. Program logic which assigns the role to the managers and exclude other users.( second level check)

4. Once the program is ready have an background job scheduled for this which runs on periodic basis ( eg. Daily)

Rakesh