on 01-11-2023 11:53 PM
I have completed all steps in this Learning Journey 3 times but am unable to see the Business Partner data as described. When I click on the Business Partners link (first screen shot), this is what I see (2nd screen shot):
There are no errors getting returned.
According to the course material I should be seeing something like the below.
I am new to this so have no idea what to troubleshoot next. I have followed every step exactly including the API Key. Everything else has worked as described.
I would appreciate any help.
Thanks
Nicole
Hi Nicole,
in your package.json, you have to specify the URL for the API_BUSINESS_PARTNER destination:
"requires": {
"API_BUSINESS_PARTNER": {
"kind": "odata",
"model": "srv/external/API_BUSINESS_PARTNER",
"credentials": {
"url": "https://sandbox.api.sap.com/s4hanacloud/sap/opu/odata/sap/API_BUSINESS_PARTNER/"
}
}
},
Best regards,
Markus
Subject | Kudos |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.