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

sample JSON and connection configuration for SAP Provisioning via CUA

narendranegi
New Contributor II
New Contributor II

Hi,

Can anyone please provide sample JSON for SAP Provisioning via CUA? also dummy connection configuration and points to keep in mind while development.

I have many doubts about the configuration like:
1. Do in need to keep the sap system and the endpoint name same?
2. do I need to keep LIC_TYPE=02 in ULCLASS?

"UCLASSSYS": {
"RCVSYSTEM": "EC6CLNT800",
"LIC_TYPE": "02"
},

3. Do I need to keep UCLASSSYS in all the JSON?

 

Regards

Narendra Negi

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

I have many doubts about the configuration like:
1. Do in need to keep the sap system and the endpoint name same? - Not mandatory unless external GRC SOD is used but its best practice to keep same.
2. do I need to keep LIC_TYPE=02 in ULCLASS? - If you want to pass license information then  yes 

"UCLASSSYS": {
"RCVSYSTEM": "EC6CLNT800",
"LIC_TYPE": "02"
},

3. Do I need to keep UCLASSSYS in all the JSON? - Based on requirement 

 


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