cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I need to use custom rap api in intgeration suite but i am getting error when loading the metadata

yaswanth31102000
Newcomer
0 Kudos
260

yaswanth31102000_0-1737121774668.png

this is the error i am getting how to achieve this.

I need to use the api that is created in abap cloud in the integration suite but when i am accessing the metatdata in the odata v2 entity selection i am getting this error.

thanks in advance 

Accepted Solutions (0)

Answers (1)

Answers (1)

Chuma
Active Contributor
0 Kudos

Hello @yaswanth31102000 

The error occurs because Integration Suite can’t fetch $metadata with the credentials or adapter you’re using. Key points.

  • Use a Communication User from a Communication Arrangement (S/4 Public Cloud) or an OAuth client (ABAP Cloud/Steampunk). Your email login as a dialogue user will not work.
  • Ensure your RAP service is published in the Service Binding and that you copy the exact Service URL from it there.
  • Check that the adapter matches the binding:
    • RAP OData V2 → use OData V2 adapter with Basic Auth (Comm. User).
    • RAP OData V4 → use OData V4 adapter or HTTP adapter; V2 wizard won’t load V4 metadata.
  • Ensure you can open <service-URL>/$metadata in a browser using the communication user before setting up Integration Suite.

That should resolve the metadata load error.

Refer to the helpful documentation below

Communication Arrangements-SAP Help

Service Binding-SAP Help

OData Adapter-SAP Help

With regards

Chuma