Hi all,
I am currently experiencing this exact error in the same situation. As far as I know, HANA doesn't remove parameters at activation in my case because I am prompted for parameters when I want to preview data.
Here is my xsodata file :
service {
"ODATA_TESTS.COMPLEX::AN_SAPLANE_DESC" as "Saplane" keys generate local "GENERATED_ID" parameters via entity;
}
Here is my analytic view :
And here is the prompt when I use Data Preview :
But at activation of my xsodata file, I get the following :
Does anyone know about solving this kind of issue ?
Thanks
D. L.
PS: In this example, I am using a variable but the issue is the same with input parameters. Actually, when I use input parameters, I am not even prompted for values when I use Data Preview.


