cancel
Showing results for 
Search instead for 
Did you mean: 

OVS Problem

singhmanishekhar
Explorer
0 Kudos

Dear friends,

        I got very surprising problem in Web Dynpro. I have two component, One component is used as model for another component. I had implemented OVS in Model component,  Now, In another component, for some OVS it showing error

Web Dynpro Comp. / Intf. <Another Component>,Web Dynpro Component Controller COMPONENTCONTROLLER

<OVS Component usage name> is not a component usage of WDR_OVS.

Is it mandatory to declare component usage for both Component.

1. Component - Model - OVS is implemented here working fine. 

2. Actual component - OVS is working fine. But, it starts giving error for OVS for attribute mapped from Model for further changes.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Now, In another component, for some OVS it showing error

You need to declare the OVS component usage for the other OVS as it is not part of the Model Component.

For OVS in model component, no need to declare OVS component in the main component. But for the other ovs in the main component, you need to declare the OVS component usage.

Regards,

Kiran

singhmanishekhar
Explorer
0 Kudos

Dear Kiran,

       All OVS are implemented in Model only, but some of them causing problem.

Answers (0)