Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/18/2024 01:01 AM
Hello folks,
I am trying to provision to SAP system the PARAMATER table with the two attributes (which can be updated through SAP Logon). I have the below sample JSON in the UpdateAccountJSON.
"PARAMETER":{
"AQW":"X",
"CF7":"X"
}
This naming convention in the JSON was working back in the days in 5.5.
Any help is much appreciated.
Solved! Go to Solution.
06/18/2024 03:38 PM
Refer https://forums.saviynt.com/t5/tag/SAP_Parameters/tg-p/board-id/iga
06/18/2024 07:57 PM
Hello Adrien,
Have you tried below format including parameter text. Note: Parameter values should be exact match, like leading spaces or any..
"PARAMETER" : {
"FOP":" X###Financial Accounting Options",
"ID_BUPLA":"9100###Business Place",
"SD_SWU_ACTIVE":"X###Activate Workflow Box in VA02 & VA03",
"WRK":"9000"
}
Thank you
06/21/2024 02:23 AM
For Creating Account it actually works but not for update so we are discussing with Support.
06/21/2024 06:18 AM
Use entitlement type approch easy for maintaince
07/22/2024 05:55 AM
Following exchange with Saviynt Expert Services, provisioning Parameters is only supported on CreateAccountJSON, not UpdateAccountJSON.