PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

SAP user group assignment

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 28 2020 at 18:00 UTC

Hello Community,


How can we assign user group to an SAP account from Saviynt? I have tried following JSON, but it didnt work.


{

"ADDRESS": {

"LASTNAME": "${user.lastname}",

"FIRSTNAME": "${user.firstname}",

"E_MAIL": "${user.email}",

"COMM_TYPE": "INT"

},

"LOGONDATA": {

"GLTGB":"${new java.text.SimpleDateFormat('yyyyMMdd').format(user.enddate)}",

"USTYP":"A"

},

"CLASS": {

"USERGROUP": "SYSTEM"

},

"DEFAULTS": {

"LANGU": "EN"

},

"SNC": {

"PNAME": "p:${accountName}@${user.customproperty4}.com"

},

"PASSWORD": {

"BAPIPWD": "Welcome@1"

}

}


Any help on this is appreciated

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
2 REPLIES 2

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 28 2020 at 18:19 UTC

Hi Yashpal,


Pls give definition for group under "LOGONDATA" tag only as shown below and remove "class" tag.


"LOGONDATA": {

"GLTGB":"${new java.text.SimpleDateFormat('yyyyMMdd').format(user.enddate)}",

"USTYP":"A",

"CLASS":"SYSTEM"

}



Regards,

Kiran Kumar

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 28 2020 at 18:45 UTC

Thanks Kiran, this works.


Regards,

Yashpal

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.