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: 

BAPI for mass user change

former_member693168
Participant
0 Kudos
688

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

thkolz
Contributor
567

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.

4 REPLIES 4

Neeraj_Jain
Active Contributor
567

Hello mrrjesus,

Please check transaction SU10.

Regards,

Neeraj Jain

Best Regards,
Neeraj Jain

0 Kudos
567

Thank you for the answer.

thkolz
Contributor
568

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.

567

Perfect, so I will use the loop with BAPI_USER_CHANGE.

Thank you.