Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CDS View with select-option parameters

lakshminarasimhan_n4
Active Contributor
0 Kudos

Dear All,

I have a CDS view based on RSDIOBJ(Infoobject) table, i need to pass multiple infoobjects as paramters to CDS view, but parameter in CDS is accepting only single value, how to overcome this situation.

1 REPLY 1

Waruna
Participant
0 Kudos

It is possible to pass multiple selections using ABAP Managed Database Procedures (AMDP) and Table Functions.

Please reffer

https://blogs.sap.com/2015/03/30/handling-of-select-options-parameters-within-amdp/

https://blogs.sap.com/2018/03/21/select-options-in-cds-using-table-function/