
Announcements
Hello Community
My question is rather simple but I'm not able to proceed thu
What is the structure of the JSON string of the SAP system field?
I've tried to do something similar to this screenshot but did not work out
Thanks
Just in case you are still looking for an answer, Microsoft just updated this document with the names of Keys here: Create an environment variable with SAP connection parameter
Instead of using solution/environment approach, I used that to craft JSON like this for the SAP System field:
{
"AppServerHost": "xxx.xxx.xxx.xxx",
"AppServerService": 0000,
"Client": 000,
"LogonType": "ApplicationServer",
"SystemId": "XYZ",
"SystemNumber", 00
}Which almost works... but appears to ignore AppServerService, and the SAP I'm trying to connect to is on a non-standard port.
Hope that helps.