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: 

Can User id creation and deletion be triggered(automatically) when position of user is changed

plaban_sahoo6
Contributor
0 Kudos

Hi All,

In non GRC landscape, can User id creation and deletion be triggered(automatically) in ECC system when position of user is changed, in connected HR system.

Regards

Plaban

1 REPLY 1

Colleen
Advisor
Advisor
0 Kudos

You can use transaction HRUSER to create users

Why would you need to delete? However, to expire/lock/etc you'll need to build something custom and link it to HR termination or HR org change.

IF user is changing positions then typical Position Based security where roles are assigned to org structure can update the roles. the challenge is changing User Address Data. If you have a connection to LDAP then you can use that connector

suggest starting point of HRUSER

Regards

Colleen