Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Provioning attributes in SAP

Amine_MERZOUK10
New Contributor III
New Contributor III

Hello community,

I need your help, I’m looking to fund some atributs in SAP but I can’t find the right table.

example: Title, LANGUAGE, Room number, Building code and floor.
Here is a screenshot of the attributes plus my JSOn script.

Amine_MERZOUK10_0-1693380907469.png

 

Amine_MERZOUK10_1-1693380906898.png

 

If anyone can provide me with a global JSON structure for provisioning attributes I will be really grateful.

Thank you for your help.

Best regards,

Amine M

[Updated: 8/31/2023]
Hi,

I am working on creating an account in the SAP system from Saviynt.

I have to update the below attributs in SAP, so have to add it in Create account JSON?
Capture d’écran 2023-08-31 121159.png
{
"ADDRESS": {
"LASTNAME": "${user.lastname}",
"FIRSTNAME": "${user.firstname}",
"E_MAIL": "${if(user?.email != null){user?.email} else {''}}",
"DEPARTMENT": "${user.departmentname}",
"FUNCTION": "${user?.title}"
},
"LOGONDATA": {
"GLTGB": "****",
"TZONE": "****",
"CLASS": "*****"
},
"SNC": {
"PNAME": "*****"
},
"DEFAULTS": {
"DCPFM": "${user.customproperty24?.tokenize('|')[0]}",
"DATFM": "${user.customproperty24?.tokenize('|')[1]}",
"SPLD": "LOCL",
"SPDB": "G",
"SPDA": "D",

"TIMEFM": "0"
},

}

[This message has been edited by a moderator to merge reply comment]

2 REPLIES 2

adriencosson
Valued Contributor
Valued Contributor

Hello Amine,

Please find attached a sample CreateAccountJSON with a few attributes that will answer your need : 

  1. In ADDRESS :
    1. ROOM_NO_P for Room Number
    2. BUILDING_P for Building

You may find other data you would need in the JSON.

Hope this helps.

Regards,
Adrien COSSON

Amine_MERZOUK10
New Contributor III
New Contributor III

Hello @adriencosson 

Thank you for your message and your responsiveness. Indeed, I found the right attribute structure in SAP by running the following command /ose16 "it works".