cancel
Showing results for 
Search instead for 
Did you mean: 

Ovs implementation for multiple field

Former Member
0 Kudos

Hi,

Is it possible to set OVS(Object Value Selector) for multiple input fields in a single screen?

Field1: From  [ ] To [ ]

Field2: From [ ]  To [ ]

Field3: Form [ ]   To [ ]

where [] being the input field, and user entered value should retain there like

Field1: From [11] to [22]

Please let me know, if you any suggestion on implementing.


Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

what is stopping u doing that?

Former Member
0 Kudos

If I implement seperate OVSListener for each From and To fields with sepeare context attributes, it works.

But , I am trying to re-use same OVSListener for both From and To field, as the data to which comes from same RFC. Using single ovslistener, set the selected entry only to the From input field, if it is differentiated with seperate context attributes.