Application Development and Automation 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: 
Read only

BAPI for mass user change

former_member693168
Participant
0 Likes
2,231

Hi to all, I need to update mass users with putting the same data to all of them, I am using the BAPI_USER_GETLIST to select that users and using the BAPI_USER_CHANGE in a loop to set that data to all users. That is working fine, but I would like to know if there is some BAPI or other way for I pass a user list and update the information to all users in the list without a loop using ABAP.

Who can help me?

Thanks best regards.

1 ACCEPTED SOLUTION
Read only

thkolz
Contributor
2,110

I'm afraid that you can only change single users via a BAPI.
But I don't really see the problem.
Even SU10 will most likely change one user after the other.

Hi to all, I need to update mass users with putting the same data to all of them, I am using the BAPI_USER_GETLIST to select that users and using the BAPI_USER_CHANGE in a loop to set that data to all users. That is working fine, but I would like to know if there is some BAPI or other way for I pass a user list and update the information to all users in the list without a loop using ABAP.

Who can help me?

Thanks best regards.

4 REPLIES 4
Read only

Neeraj_Jain1
Active Contributor
2,110

Hello mrrjesus,

Please check transaction SU10.

Regards,

Neeraj Jain

Best Regards,
Neeraj Jain
Read only

0 Likes
2,109

Thank you for the answer.

Read only

thkolz
Contributor
2,111

I'm afraid that you can only change single users via a BAPI.
But I don't really see the problem.
Even SU10 will most likely change one user after the other.

Read only

2,109

Perfect, so I will use the loop with BAPI_USER_CHANGE.

Thank you.