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: 

FM/BAPI to lock users and set their valid through date

Former Member
0 Kudos

Hi All,

Is there any FM/BAPI to lock users and set their valid through date? Also is there any FM/BAPI to remove certain user roles?

Regards,

Tanushree Das

1 REPLY 1

former_member226239
Contributor
0 Kudos

You should do little more research before posting the questions. 🙂

You can use the following BAPI's to Lock users and change the user: BAPI_USER_LOCK, BAPI_USER_CHANGE. I hope these 2 are sufficient for your requirements

-Chandra