cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Log-in Update
In a few months, SAP Community will switch to SAP Universal ID as the only option to login. Don’t wait, create your SAP Universal ID now! If you have multiple S- or P- accounts, use the Consolidation Tool to merge your content. Get started with SAP Universal ID now!

Learning Journey "Build side-by-side extensions on SAP BTP" - Unit 3 - external services

nknight
Galactic 2
Galactic 2

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):

nknight_3-1673509830461.png

nknight_0-1673509517003.png

There are no errors getting returned.

According to the course material I should be seeing something like the below.

 

nknight_2-1673509646045.png

 

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

 

Margit_Wagner
Employee

@nknight 
We have received your request and are in the process of evaluating the problem.
Please allow for a delay in our response.
Kind regards
Margit

(0)
nknight
Galactic 2
Hi Margit, Is there any update on this one please?
(0)
markushaug
Employee
Hi Nicole, could you please provide me with a git-repo, so that I could further investigate on that?
nknight
Galactic 2
Thanks Markus, I have sent you a message. Kind Regards Nicole
(0)

Accepted Solutions (1)

Accepted Solutions (1)

markushaug
Employee
Employee

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

Answers (0)