cancel
Showing results for 
Search instead for 
Did you mean: 

Event on OVS help input parameter

prathamesh_gandhi
Participant
0 Kudos

Hi ALL,

I have created a OVS help and its working fine. But user comes with requirement that when they enter something in any input parameter(search criteria) and press enter, result list should be display.

is this possible?? which event should i use ??

Thanks In Advance,

P$G

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184578
Active Contributor
0 Kudos

Hi,

Check my reply in this thread http://scn.sap.com/thread/2106571

Hope this helps u.,

Thanks & Regards,

Kiran

chengalarayulu
Active Contributor
0 Kudos

Prathamesh,

however you are on the same view, which you are implementing OVS i guess. so you will be able to read the context of the same view.

you can read the context attribute which is bound to InputField to which OVS help is provided.

there in Phase-2 you can compare that value in your selection query(here you can use as like patern also - select * from <table> where <field> like 123%, 1%, etc., )

former_member222068
Active Participant
0 Kudos

Hi Prathamesh,

    Are you asking after entering the data in the OVS Search Criteria. If so, just enter the search criteria info and click on enter. It works fine.