2023 May 28 3:30 PM
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.
2023 May 28 4:28 PM
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/