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: 

Automatic removal of roles from expired users

Former Member
0 Kudos

Hi Gurus

Is there any background job in SAP which will remove all the roles, once the user is expired? I know PRGN_COMPRESS_TIMES removes the expired roles from a user, but i am looking for removal of all the roles ( Non expired roles )  from a user if the user validity role is expired...thanks!

3 REPLIES 3

Former Member
0 Kudos

Hi Uma,

I don't think there is any such program available in SAP as if user is expired then anyway system will not allow him to login and if user is valid then there is no need of performing this action separately as by logic it is same as role removal and should be handled as per standard logic.

Hope this helps.

BR,

Mangesh

martin_voros
Active Contributor
0 Kudos

Hi,

already discussed here. If you want to do this as periodic activity then writing a simple ABAP program is way to go. By simple I mean total development time less than 1 day.

Cheers

former_member519348
Discoverer
0 Kudos

Hi ,

I am also looking for program which can be used for removing roles from the expired users.

I know program PRGN_COMPRESS_TIMES can remove only expired roles but want a program which can remove all the roles including the one with active validity from the expired users .

Appreciate quick reply

Thanks,

Sonia