cancel
Showing results for 
Search instead for 
Did you mean: 

OVS and default button

ged_hurst
Participant
0 Kudos

Hi everyone,

I've successfully integrated an OVS in a Web Dynpro component. Now, whenever I press the enter button I get the message:

"To copy a value start the search and select a value from the resulting value list".

When I press the button "Start search' it all works fine.

How can I intercept the "Enter" button and make it run a search?

Thank you!

Accepted Solutions (0)

Answers (3)

Answers (3)

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

i assume that deleting a PHASE will avoid the addition screen which you are receiving before the values

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

check the code for OVS...you have 4 case/phase..

one phase is used to define the selection screen..

one phase is used to bind the values...

one phase is used to get the values which we have selected...

you need to delete that one phase where you define the selection screen

ged_hurst
Participant
0 Kudos

Hi,

I've set breakpoints in all of the phases and the flow doesn't stop when I press enter.

This means that deleting a phase won't help, if I'm not mistaken.

Any other thought?

saravanan_narayanan
Active Contributor
0 Kudos

Hello ,

I doubt whether you can capture the ENTER event. Other alternative would be to go for Freely programmed OVS.

BR, Saravanan

shahid
Product and Topic Expert
Product and Topic Expert
0 Kudos

check the code for OVS...

You need to delete one of the STEP/PHASE 0 & 1

Edited by: ssm on Aug 11, 2011 6:12 PM