Hi Experts,
I have a requirement to create USER in multiple systems at once.
My landscape is like below:
ABD -> Development System
ABQ -> Quality System
ABP -> Production system
If I want to create a user in ABD system, after login to the same system, will click on the SQL editor and will write a script 'CREATE USER test PASSWORD testpwd VALID UNTIL '01.01.2016'.
After execution, it will create a user TEST in the ABD system. I have to repeat the same for remaining systems ABQ & ABP by login to the system and running the script.
Do we have any standard functionality to do the same? Means, I want to run the procedure from ABD system by providing the login credentials of ABQ & ABP.
like in ABAP calling the RFC with Destination system details.
or do we have easy process to do the same?
Thanks in advance.
Regards,
Hemanth.