cancel
Showing results for 
Search instead for 
Did you mean: 

bound to input field with table column when user select a table row

Former Member
0 Kudos

user presses enter key on input field, then it opens a pop up window with at table, user is selecting the row in a table then table column is should be bound to that input field

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> user presses enter key on input field, then it opens a pop up window with at table, user is selecting the row in a table then table column is should be bound to that input field

Hallo Praveen,

is this your question or just a information ?

If it was your question then you have to consider few things to realize this.

It sounds to me like a value help question.

Your Inputfield is bound to a context attribute.

You can create a programmed value help and refer this value help to above attribute.

or

as you already said on enter event, navigate to your popup

OnSelect event or lead selection event from popup table , you can do the one of the things to get the data back.

1. Via Eventing parameter (Fire a event from your popup and subscribe that event in your calling component/view)

2. Via context mapping (View and popup shares context mapping) .

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Praveen,

As Baskaran said it seems like u need a value Help For the Input Feild.IF u need a Valu Help for a Input feild,u can do it by using standard OVS component WDR_OVS..

Thanks & Regards,

Naga Prakash