cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create S/4 Private cloud user from IPS - set user parameters

Henrik1
Participant
0 Kudos
299

Hi,

I have successfully set up user provisioning into S/4 private cloud from IPS, and I can set SNC name etc. However, I can't figure out how to set the parameter IDs. Have a requirement to set 3 different parameters on user creation. 

SAP ABAP Function Module BAPI_USER_CREATE1 (Create users) - SAP Datasheet - The Best Online SAP Obje...

I can see that attribute to use is PARAMETER, but I can't figure out the json syntax to pass through multiple hardcoded values. 

Anyone knows how to do this?

 

thanks,

Henrik

View Entire Topic
Henrik1
Participant
0 Kudos

Just for anyone looking at this - the answer is that it can't be done, as parameter field is not part of the BAPI used for creating users. Could potentially do something with user update, but I took a different route instead...