cancel
Showing results for 
Search instead for 
Did you mean: 

OVS help

Former Member
0 Kudos

i would like to know step by step as to how to use an OVS for my webdynpro application.

are there any good references for ovs?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Go thru the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/frameset.htm">help site</a> also.

Cheers,

Sascha

Former Member
0 Kudos

i'm struck up with creating the event handler for the ovs component used.

i want to know how exactly i'm supposed to do that?

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Ramalingam,

1.Goto Your ComponentController and in properties tab add WDR_OVS

and Name the Usage Name as OVS_USAGE_1

2. In your View in Properties tab Add the Usage OVS_USAGE_1 along with InterfaceController

3. Create a Context Attribute and see the Properties of this Attributes Below.

Change the Properties

Input Help Mode : Object Value Selector

OVS Component Usage : OVS_USAGE_1

4. In Layout of the View Place an InputField and Assign the Value property to the

Context Attribute.

5. Goto Methods Tab Add a method called ON_OVS choose the Method Type as Event Handler and Enter The Event OVS automatically picked.

6. ON_OVS Method will have a parameter OVS_CALLBACK_OBJECT

It has a ovs_callback_object->phase_indicator attribute this holds different values during your Selection.

different values for phase indicator what it means you can check from the documentation and now

you go to WDR_TEST_OVS application and see the coding in V3 View Method

ON_OVS

Hope it clears

Regards

Abhimanyu L

Former Member
0 Kudos

hi,

thank u.! got it cleared and your reply helped very much.

rgds,

ram

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Ramalingam,

You can check WDR_TEST_OVS Application

Try to draw similarities by looking at the above application and this link

http://help.sap.com/saphelp_nw04s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htmRegards

Abhimanyu L

Message was edited by:

Abhimanyu Lagishetti

Message was edited by:

Abhimanyu Lagishetti

Former Member
0 Kudos

hi,

thanks for the reply. but i want to know the steps to use an ovs in an application.

rgds,

ram