2025 Feb 26 3:56 PM - edited 2025 Feb 26 3:59 PM
Hi,
In an OData V2 Fiori List Report, when I copy multiple values from an Excel file and paste them directly into a filter field, they are correctly converted into separate items, and the filtering works as expected.
However, in an OData V4 Fiori List Report with the same filter field, if I paste multiple values, only the last one is retained.
Is this a known limitation or bug in OData V4 Fiori List Report, or is there a way to achieve the same behavior also in OData V4 Fiori List Report through configuration in manifest.json or annotations?
These are the ABAP CDS Annotations for the field:
Request clarification before answering.
Hello @catalinfeidi ,
I'm guessing - and can't find anything in the documentation to prove me right or wrong - but maybe the default definition for filters between V2 and V4 is different?
Could you try to include the following annotation to the field, and see if that helps?
@Consumption.filter: { selectionType: #SINGLE , multipleSelections: true}Maybe that does the trick.
https://help.sap.com/docs/ABAP_PLATFORM_NEW/cc0c305d2fab47bd808adcad3ca7ee9d/d60c0bf6798a481fb7412bc89934cb8a.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.