cancel
Showing results for 
Search instead for 
Did you mean: 

OVS

Former Member
0 Kudos

Hi,

I'm using OVS search help.

When i press F4 it is populating values in a table.

Once i select a value in OVS help it is copied in the field.

Whe i press ENTER in the field, i'm getting error:

"Parameter I_OVS_DATA contains an invalid value "

Can you help me in this issue?

Thanks...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

refer to these examples

WDR_OVS,WDR_TEST_OVS,WDR_TEST_OVS2

Former Member
0 Kudos

Hi John,

You can refer my blog on OVS help in WDA and can check if you have missed out something in implementing OVS Help.

[OVS Help in WDA|/people/shruti.rathour/blog/2008/05/05/ovs-help-in-web-dynpro-abap]

You should set break points at different OVS phases to debug your application and check.

Hope it will help.

Thanks.

Former Member
0 Kudos

hi john....

this is because, you would be having differen data types. ie your input field migh be an integer but the values in the table might have been a character.

---regards,

alex b justin

Former Member
0 Kudos

Alex,

Thanks for ur quick reply.

I'm not using input in OVS and moreover the fields are string type.

When i press ENTER on the field which has OVS help it is throwing the error.

Edited by: John on May 6, 2008 4:23 PM

Former Member
0 Kudos

hi john......

have a breakpoint in the wddomodifyview method and check it.

---regards,

alex b justin