Skip to Content
0
Former Member
Jul 01, 2008 at 09:31 AM

How to call custom themes for Web Dynpro ABAP Application?

367 Views

Hi,

I need to change the appearance of Web Dynpro ABAP application. So far I followed below steps,

1. Created theme folder u2018testngou2019 (SE80->MIME Repositoty -> SAP->PUBLIC->BC->UR->nw5->themes -> u2018testngou2019 ).

2. used program BSP_UPDATE_MIMEREPOS to dowmloaod content of u2018sap_tradeshowu2019 (SE80->MIME Repositoty -> SAP->PUBLIC->BC->UR->nw5->themes -> sap_tradeshowu2019) to desktop.

3. Modified the themes using Eclipse Theme Editor.

4. used program BSP_UPDATE_MIMEREPOS to upload modified themes to MIME repository u2018testngou2019 (SE80->MIME Repositoty -> SAP->PUBLIC->BC->UR->nw5->themes -> u2018testngou2019) .

My current URL is like http://server.name:XXXX/sap/bc/webdynpro/sap/hrrcf_a_startpage_int_cand?sap-client=XXX.

Now I want to know how custom themes called for Web Dynpro ABAP Application.

Is my approach correct?

...Naddy