Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Parameter in ODataQueryBuilder

former_member832390
Discoverer
0 Kudos
337
  • SAP Managed Tags:

Hi ,

Can you tell me how to pass these parameters that given in the bracket of the Odata URL

https://host:port/***/***/***/***/***_CDS/***_EKKO(p_eelln='4600000668',p_typ='K',p_d1='AT')/Set?$format=json

2 REPLIES 2

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos
261
  • SAP Managed Tags:

https://host:port/***/***/***/***/***_CDS/***_EKKO?p_eelln='4600000668'&p_typ='K'&p_d1='AT'&$format=json

pradeep_ravichandran

You can pass the parameters in the OData URL by adding them to the URL as query parameters. For example, the URL would look like this:

0 Kudos
261
  • SAP Managed Tags:

While trying that i`m getting com.sap.cloud.sdk.odatav2.connectivity.internal.ODataExceptionInternal: Unknown entity it from my side (in java ) or at SAP side