cancel
Showing results for 
Search instead for 
Did you mean: 

OVS in Webdynpro JAVA

Former Member
0 Kudos

Hi,

Can somebody tell me asto how to customize OVS in webdynpro java development framework?

I would like to show my own customized view at the time of adding OVS extension instead of adding the listener.

Thanks and Regards,

Arya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

which version are you using..?

OVS customization is possible only in CE 7.11

Former Member
0 Kudos

Hi,

The version of my IDE is 7.0.09.The configurator classes are not available in this version.

Is there any other way to achieve it?

Thanks and Regards,

Arya

former_member201361
Active Contributor
0 Kudos

Hi ,

Is there any other way to achieve it?

No , OVS customization and creating your own helper ui is possible only in EHP1 version.

Answers (3)

Answers (3)

Former Member
0 Kudos

Plz see the below link for help

Former Member
0 Kudos

Hi,

Are you the same guy who works for SAP ByD?

If your requirement is to customize an OVS in ByD you can use VC to get the columns and then trigger it from your plugin

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyappa,

I am the same guy who worked for SAP ByD but now I am no more in SAP.

It can't be configured in VC as I am not using VC.I am doing it in WDJ and the version is 7.0.9.

Thansks and Regards,

Arya

Edited by: Aryadipta Choudhury on Mar 3, 2009 8:42 AM

Former Member
0 Kudos

Hi,

What you can do is create an input and output node and use the following method

WDValueServices.createOVSProvider(queryInputNode, queryResultNode, queryListener, configurator)

Regards

Ayyapparaj

former_member201361
Active Contributor
0 Kudos

Hi,

have a look to this link :

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0c6132f-4ea3-2b10-4d8f-e68d2e96113d]

[http://help.sap.com/saphelp_nwce711/helpdata/en/48/1f9a51ea6a4e70e10000000a42189c/content.htm]

Thanks and Regards