cancel
Showing results for 
Search instead for 
Did you mean: 

xsodata for a calc view with multiple entry input parameter

Former Member
0 Kudos

Hello,

Have a CV that has several input parameters each of which is marked as a COLUMN parameter type that allows MULTIPLE ENTRIES.

Am trying to generate a XSODATA for this CV, however am getting an error saying feature not supported.

We are on HANA SPS10.

Please can you let me know if there is a workaround using XSODATA.

Thanks

Sudarshan

Accepted Solutions (0)

Answers (2)

Answers (2)

sarang_kahu1
Explorer
0 Kudos

Hi Sudarshan,

I get the same error too.

Were you able to resolve it or its a SAP HANA limitation?

Former Member
0 Kudos

hi Sarang,

No.. Seems to be limitation of XSODATA  - I couldn't generate the ODATA for multi input parametrized CV.

I finally went with a XSJS to parse the input values into a string and called the CV with PLACEHOLDER.

Regards,

Sudarshan

rindia
Active Contributor
0 Kudos

Hi Sudharshan,

Can you paste what you coded?

Regards

Raj

Former Member
0 Kudos

hi Raj,

The ODATA compilation throws the below error. Looks like this is a HANA limitation at this point. Please suggest.

The CV has a parameter that is defined as

a) service definition

service  {

   "xxx.xxx.VIEWS::CV_ITEM_DEMAND"                  // Table or View 

   as "Demand"

   key generate local "ID"

   parameters via entity;                             // Optional entity alias    

}

b) Here is the definition of the parameter - marked as multiple entries.

c) error while service activation

Thanks

Sudarshan