cancel
Showing results for 
Search instead for 
Did you mean: 

OVS disabled

Former Member
0 Kudos

Hi,

I am trying to apply an OVS search system. I used the same example that is provided on SDN (BAPI_FLIGHT_FETLIST one). I used NWDS 7.1.

But when i deployed the application, then the field which I assosciated with OVS (ie Airlineid) is shown as disabled and moreover the OVS search icon is also not displayed beside it on the Explorer screen. I can however see the OVS icon on the view in NWDS.

Pls help

TIA

Himanshu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Guys,

My problem is solved.

There was a problem wid the node cardinality.

PradeepBondla
Active Contributor
0 Kudos

Himanshu,

Please close the thread by making it answered.

PradeeP

PradeepBondla
Active Contributor
0 Kudos

Hi,

Try to print the values with message manager, then you will come to know whether the value attribute bind to ovs have any values or not.

also check the cardinality.

PradeeP

nikhil_bose
Active Contributor
0 Kudos

with OVS (ie Airlineid) is shown as disabled

Because there is no value (runtime element) exists.

Check that you are executing RFC (BAPI_FLIGHT_GETLIST) in wdDoInit() itself as you need those values populated on showing the form.

nikhil

Former Member
0 Kudos

Hi Nikhil,

I have done that in wdDoInit of my component controller but even then the problem continues

nikhil_bose
Active Contributor
0 Kudos

i mean to execute the BAPI.

where are you calling the bapi.modelObject().execute() ? you have to do it in view wdDoInit()

nikhil

Former Member
0 Kudos

Hi Nikhil,

I implemented ur suggestion but it still does not enable the OVS search icon.

Just a clarification:my problem is in the view i have created and not in the standard OVS search screen