hi all
I am using a webdynpro iview in a page (2 columns full width) to call another iview
in the same page by means of a pageservice. The second iView is placed in a Web Dynpro Dynamic Component iView (place holder), however I am not able to see it. The second iView is called from the first iView as follows:
pageService = (IWDPageService)WDPortalUtils.getService(WDPortalServiceType.PAGE_SERVICE);
pageService.setDynamicIView("MYOWN","pcd:portal_content/Lakshmi/amaop/iView/java_sap_com_dispdetails_com_tcs_Dispdetails");
pageService.showDynamicIView();
Can anyone please tell me why I am not able to see the second iView? Thank you.
regards
Lakshminarayanan.V