cancel
Showing results for 
Search instead for 
Did you mean: 

XSODATA Parameter issue

shanthi_bhaskar
Active Contributor
0 Kudos

Hi Experts,

I have couple of Input parameters defined in my Calc view created in webide. I had deployed into the project ZREP_INTERFACE, but when I try to activate or Save service I am getting error. XSODATA with Input Parameters I had found this blog but this was developed in HANA studio. Can anybody advise on how to resolve this issue thomas.jung

thomas_jung
Developer Advocate
Developer Advocate

My first follow up question - what is ZCV_IF_GENERAL_VENDOR? Is it in fact a Calculation View? If so what kind of parameters does it have? That error message seems to be rather specific that the target object isn't actually a Calculation View.

Accepted Solutions (0)

Answers (2)

Answers (2)

shanthi_bhaskar
Active Contributor
0 Kudos

I am guess XSODATA expecting Content kind of path here not the Catalog , In my case Catalog and CV mentioned as CV developed in Webide.

If I have to build this XSODATA in Webide can you please share what are the library files I need to add like JSON and other extn files. thomas.jung can you point right thread where it gives clear info what are the extensions or files I need add in the webide.

Thanks for your time thomas.jung you are the best.

Shanthi.

thomas_jung
Developer Advocate
Developer Advocate

>I am guess XSODATA expecting Content kind of path here not the Catalog


Is ZREP_INTERFACE your schema? If so, never put the schema on an object name in XSODATA in XSA. Just the calculation view name with Namespace if you used one.

>If I have to build this XSODATA in Webide can you please share what are the library files I need to add like JSON and other extn files.

Just use the XSJS module wizard in the Web IDE. It will add all the package.json and bootstrap content to your module. No reason to do it manually.

shanthi_bhaskar
Active Contributor
0 Kudos

Thanks thomas.jung for responding. I have single entry IP_VendorNumber & IP_purchaseOrg in CV. I could able to activate the service w/o parameters via entity;

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

So you defintely have a Calculation View but the error message says it's not a Calculation View? If so then I strongly suggest you enter a support ticket.