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

SAP - Provisioning of SAP Parameter not working

adriencosson
Valued Contributor
Valued Contributor

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"
}
  • The "Update Account" task goes through without error.
  • The Logon Data attributes (if any) are updated correctly.
  • PARAMETER attributes are not getting updated accordingly.

This naming convention in the JSON was working back in the days in 5.5.

Any help is much appreciated.

Regards,
Adrien COSSON
5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/tag/SAP_Parameters/tg-p/board-id/iga


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

GSR
Regular Contributor
Regular Contributor

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

adriencosson
Valued Contributor
Valued Contributor

For Creating Account it actually works but not for update so we are discussing with Support.

Regards,
Adrien COSSON

Use entitlement type approch easy for maintaince


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

adriencosson
Valued Contributor
Valued Contributor

Following exchange with Saviynt Expert Services, provisioning Parameters is only supported on CreateAccountJSON, not UpdateAccountJSON.

Regards,
Adrien COSSON