cancel
Showing results for 
Search instead for 
Did you mean: 

OVS problem

Former Member
0 Kudos

Hi All,

I am trying to write an OVS application. In wdDoInit() method it says 'getOVSListener()' not found.

What might be the problem?

IWDOVSContextNotificationListener listener = wdThis.wdGetDepartmentDemoController().<u>getOVSListener();</u>

Thanks & Regards

V.Das

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Have you decalred the method getOVSListener() in your DepartmentDemoController?

Regards,

Ajay

Former Member
0 Kudos

Shall I have to declare it by writing the code or is there any way i can generate it automatically?

Thnx & Regards

Vijay

maarten_duits2
Participant
0 Kudos

Vijay,

You have to declare it by generating the code. In your DepartmentController you have a tab called "Method" there you have to declare it.

Hope it helps.

Regards, Maarten

Former Member
0 Kudos

Maarten,

I tried to declare a method in DepartmentController with 'Method' tab but return type of 'getOVSListener'

com.sap.tc.webdynpro.progmodel.api.IWDOVSContextNotificationListener is not available in 'Dictionary Simple type'.

How to declare return of 'getOVSListener' from 'Methods' tab?

Thanks and Regards

V.Das

Former Member
0 Kudos

Hi, vijay das

You should choose "Java Native Type " other than "Dictionary Simple type" ,

Then click "Browse" button ,

at last , input "IWDOVSContextNotificationListener" directly blow "Choose a type" . that 's all .

Answers (0)