Hi Experts,
I have created a service on a calculation view with input parameter and while executing the service i have getting the below error.
No key property 'IP_DATE' exists in type 'IEVCS_PE.SERVICE_DEMO2.SRV_DEMANDPLAN.InParameterType'
SERVICE DEFINITION:
service {
"IEVCS_PE.MODELS.CALC_VIEWS_DEMO2::CLV_DEMANDPLAN" as "DEMAND"
key generate local "ID"
parameters via entity "InParameter";
}
URL:
xsabchana.ondemand.com/ABC.DEMANDPLAN.xsodata/InParameter(IP_DATE='2016-02-02')/Results?.
Calculation View: