cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Multi Input as ValueListParameterIn

ez_p
Discoverer
0 Kudos

Good day!

We would like to ask for your expertise on the functionality we are trying to achieve.

We have fiori application with smart multi input filters. The annotation ValueListParameterIn works fine with smartfield control (single entry filter) as Parameter Input but when we convert the control into Smart Multi Input (multiple entries filter) the annotation ValueListParameterIn does not work anymore.


We are trying to replicate this blog below but we would like to use Smart Multi Input Control (based on requirements).

https://blogs.sap.com/2018/09/02/fiori-elements-list-report-selection-fieldssmart-filterbar-passing-...


Note: Smart Filter bar is not an option since we are not using smart table.


Requesting for your help. Thank you.

maheshpalavalli
Active Contributor
0 Kudos

I thought this feature only works with smart filterbar 😞 not sure though..

Q-> Even if you are not using smart table, you can still use smart filter bar right? any reason why you are not using it specifically?

ez_p
Discoverer
0 Kudos

Thank you for your response Mahesh.

The ValueListParameterIn is working both for smart filter bar and smart fileld control, but so far no luck in smart multi input control.

We have a lot of requirements for the tables that we need to display which are not suitable for smart table (because smart table is hard to control compare to other table types)

junwu
Active Contributor
0 Kudos

smart table is not another table, it is just a wrapper on top of the table(m.table, or ui.table)

View Entire Topic
0 Kudos

Hi,

Currently you can have a SmartField and SmartMultiInput where the selection in SmartField can act as a ValueListParameterIn to the SmartMultiInput. This is supported and you can make the entries in the Value help of the multi input be filtered accordingly

However, unfortunately, picking the selection from a SmartMultiInput and adding it as ValueListParameterIn to the other MultiInputs/fields are currently not supported by the underlying control.

To sum up, if you want to filter the value help of a multi input from based on a SmartField selection, that is possible but the reverse (filtering the value help of a multi input or a single input field based on a multi input selection) is not supported. I hope this answers your question.

Thanks and best regards,

Reshma

jessicademarchi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, reshmaravinandana.varma



Do you know if picking the selection from a SmartMultiInput and adding it as ValueListParameterIn to the other MultiInputs/fields still not supported?Thank you!