2023 Jan 23 8:09 PM
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.
2023 Jan 24 7:21 AM
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.
2023 Jan 24 3:16 AM
Hello mrrjesus,
Please check transaction SU10.
Regards,
Neeraj Jain
2023 Jan 24 10:59 AM
2023 Jan 24 7:21 AM
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.
2023 Jan 24 11:04 AM
Perfect, so I will use the loop with BAPI_USER_CHANGE.
Thank you.