Skip to Content
0
Former Member
Sep 06, 2010 at 01:08 PM

Error while creating Pop-up window in SAP NetWeaver 7.1 CE SP10 PAT0001

61 Views

Hi All,

I am trying to create a pop-up in the SAP NetWeaver 7.1 CE SP10 PAT0001 and jdk1.6.0_21. I am trying to create a pop-up window using the "New Features of Web Dynpro Popup Window - SAP NetWeaver CE 7.11" Link:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a04870c5-749b-2b10-06ba-d25515ef39e3&overridelayout=true

public void wdDoModifyView(com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)

{

if (firstTime)

{

IWDWindowViewElement window = (IWDWindowViewElement) view.getRootElement();

}

}

It shows the collowing error " IWDWindowViewElement cannot be resolved as type". I am using the latest version of NW CE and jdk but still i am unable to find the "IWDWindowViewElement".

I have gone through a similar thread talking abt the same problem but it did not help. (Web Dynpro Popup Window Error in SAP Netweaver CE 7.11)

Can anybody help me with this?