Hi,
I am working on a BSP application and launching a WD ABAP application within a frame. Everything shows up fine except few controls like Radio button, checkbox and roadmaps. When I run the WD ABAP applciation standalone, these controls are visible.
The launching of WD ABAP application is done using CL_WD_UTILITIES=>CONSTRUCT_WD_URL
I checked the HTTP trace and it shows a 404 request.
GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/pageheader/title_area_bg.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/roadmap/StartPointSelected.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/roadmap/Border.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/roadmap/Border.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/roadmap/EndPoint.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/checkbox/cb.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb_sel.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb.gif?7.11.2.0.0 GET 404 text/html http://<portal-URL>:51600/sap/public/bc/ur/nw5/themes/sap_tradeshow/common/radiobutton/rb.gif?7.11.2.0.0
When I took one of the above lines and tried executing it on my browser, it gave the same 404 error - resource not found. Do I conclude that these images are missing from the standard theme ? However, when I replace <portal-URL> with my <ECC system URL>, I am able to see the individual UI control on my browser as these images are present in my ECC system under Repository Browser.
Has anyone faced similar situation.
Thanks
Murali.