cancel
Showing results for 
Search instead for 
Did you mean: 

createConfirmationWindow() is deprecated

0 Kudos

Hello,

In SP11 I use com.sap.tc.webdynpro.services.session.api

IWDWindowManager#

createConfirmationWindow(java.lang.String confirmationText, IWDEventHandlerInfo eventHandler, java.lang.String label), but this method is deprecated in release 7.0.0. In documentation is written to use

com.sap.tc.webdynpro.progmodel.api.IWDWindowManager#createConfirmationDialog(String, IWDAction, String) instead.

But i can find this class.

What should i do to create confirmation window in 7.0.0?

regards Krasimira

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I am also using SP11.

com.sap.tc.webdynpro.services.session.api

IWDWindowManager is working for me

Regards, Anilkumar

0 Kudos

Hi Anilkumar,

Yes, in SP11 it is working...

But in NW 2004s(7.0.0) this method is deprecated and i don't know

which method i should use instead of this one.

Regards, Krasimira

Former Member
0 Kudos

Hi

When you say NW 2004s(7.0.0), are you refering to the Netweaver Developer studio version (2.0.7). We are using NWDS version 2.0.11. It doesnt show this method as deprecated. I have tried it in version 2.0.10 also. It still holds good.

regards

Ravi

Former Member
0 Kudos

I'm not sure if we should discuss inofficial releases here (like NW2004s).

Concerning the question: To my knowledge, the WindowManager interface moved to the progmodel package, so have a look there.

Armin