Hi everybody,
i use the deprecated method createExternalWindow, how can i replace this method?
Map params = new HashMap();
params.put( "ZEEKP_TAC_UEB-TAC", "ML81N" );
params.put( "ZEEKP_TAC_UEB-PARID", "BAN" );
params.put( "ZEEKP_TAC_UEB-AUSWAHL", "11428005" );
String url = getLaunchUrl("SAP_K1_140", "ZEEKP_TAC", params);
IWDWindow window = wdComponentAPI.getWindowManager().createExternalWindow( url, "ME53N", false);
window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
window.removeWindowFeature(WDWindowFeature.MENU_BAR);
window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
window.open();
regards,
Sid