cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger OVS Value Help by pushing a button?

Former Member
0 Kudos

Hello Experts,

I need to open a OVS value help when a button is pressed instead of prushing F4 in a regular input field.

Is this possible?

Thanks

Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Try calling the event handler of OVS in OnAction of your button..

Regards,

Kiran

Former Member
0 Kudos

then I would have to provide the parameter ovs_callback_object... How do I get/create this myself?

Thanks

Johannes

Former Member
0 Kudos

Hi,

Initially you need to use the component WDR_OVSin the used component list in your WD component .Then in the view methods on Action (if) Press F4 in the Column Event. Here you can get that method OVS_callbcak.

Thanks,

Lavanya.

Former Member
0 Kudos

Hi Johannes Schnatz ,

you cant call a OVS search help in the button action ,

1. the instance attributes populated by system based on the context attribute which instantiate the OVS ,

2 .you cannot assig the ovs event to your button action method

3. if you try to call the OVS event handeler in your action method it will throw dump as

Parameter OVS_CALLBACK_OBJECT contains an invalid value

may be some expert can throw light if i am wrong ,

Regards

Chinnaiya P