Hi All,
I am beginner in XS odata in HANA Cloud. I am able to successfully create workspace, project, all three xs files etc. But when trying to expose a Model with input parameter am getting an error "Syntax error at position 17.
for eg: am using below link when executing:
But am able to see output successfully for Model without input parameter. Below is my code in xsodata file
service
{
"SAI::AN_FAD" as "AN_FAD"
keys generate local "ID"
parameters via entity "param";
}
Did i miss something. Where should i see the syntax error
Thanks,
Rithika