cancel
Showing results for 
Search instead for 
Did you mean: 

F4 Event in table

Former Member
0 Kudos

hi,

I want to use the F4 Help in table, when select a value, i can fire a event to

change the valoue of other attribute.

Can you help me?

Thank you very much!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If your value set for the attribute is not very large, I would suggest you go in for a drop down by key and fire the on select event. However, if the value set is large, you can use OVS search help. When you select a value, do a set_attribute of other columns in the row and they will be filled. Refer to the component DEMO_VALUE_HELP to get an idea. You can achieve the same with a freely programmed help also, but this cannot be done with a normal dictionary search help.

Regards

Nithya

S-H
Active Participant
0 Kudos

Hi,

In the table column if we have table column as inputfield then on press event we could write logic to update other fields but other that we needto write code in WDDOMODIFYVIEW to check if the table column has certain value then change the context.

Or we can use other UI elements like Dropdownbykey were we have onselect event. on select event we could write code to update other value of another attribute.

Best regards,

Suresh