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

SAP Account creation

Asis
New Contributor
New Contributor

I am trying to create SAP account from saviynt. I am trying to update Valid To field in SAP with value "31.12.9999". I am using below JSON but its getting failed. How can I add?

Asis_0-1689956252699.png

 

{
"ADDRESS": {
"LASTNAME": "${user.lastname}",
"FIRSTNAME": "${user.firstname}",
"E_MAIL": "${user.email}",
"DEPARTMENT": "${user.departmentname}"
},
"LOGONDATA": {
"USTYP": "A",

"VALIDTO": "31.12.9999"
}
}

2 REPLIES 2

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Asis,

Can you please try to use valid through attributes, as mentioned in the document?

Saviynt Account AttributeSAP (Field Label)
VALIDFROMValid From
VALIDTHROUGHValid Through

For Ref: https://docs.saviyntcloud.com/bundle/SAP-v23x/page/Content/Configuring-the-Integration-for-Importing... 

Thanks,
Sudesh

If you find the above response useful, Kindly Mark it as "Accept As Solution".

Sampo
Regular Contributor
Regular Contributor

Hi @Asis 

the following is working for us:

"LOGONDATA": {
"USTYP": "A",

"GLTGB": "99991231"
}

best regards,

Sampo