2022 Dec 06 11:56 AM
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
2022 Dec 06 5:02 PM
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:
2022 Dec 06 6:21 PM
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