on ‎2024 May 31 3:33 PM
Hi community
I'm quite new to the SAP Integration Suite and even newer to CDS Views.
What I've done:
I created a CDS View Entity with parameters. That works.
I created an OData-Service with SADL for this CDS View Entity. It works too. So I can call the service via SAP Gateway Client and pass the parameters.
Here the url is like /sap/opu/odata/sap/Ztest/Ztest(p_par='1')/Set
Now, we want to publish an API via SAP Integration Suite that consume the odata service. Of course we have already implement odata services for cds views without parameters and that works fine. But with parameters everything seems to be different.
If I try to make a request from Postman I tried different URLs. For example:
https://.../gw/odata/SAP/Test;v=1/ZtestType(p_par = '1')/Set => Requested entity could not be found
Request clarification before answering.
The third call is right one but you have to take care of upper-/lowercase. In this case it is not EQ but eq.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.