Hi Experts,
Am using two popup windows:- One is for user assignment & another window for displaying success message. Am getting runtime exception when the second window is trying to popup. Please help me on this. Window names are PopUpWindow, UserAssignmentWindow.
Exception as follows
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Viewmanager for window PopUpWindow is already used and must not be used twice at the same time. at com.sap.tc.webdynpro.progmodel.window.ViewManager.allocate(ViewManager.java:97) at com.sap.tc.webdynpro.progmodel.window.InterfaceView.manageEmbeddedViewManager(InterfaceView.java:140) at com.sap.tc.webdynpro.progmodel.window.InterfaceView.initController(InterfaceView.java:55) at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:206) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:385) at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.handle(ApplicationWindow.java:271)