cancel
Showing results for 
Search instead for 
Did you mean: 

Themes in Web Dynpro ABAP

abhishekjain
Participant
0 Kudos

Hi All,

I want to apply custom theme to WDA.

I am using WD_THEMES to import the custom theme.

But this report results in error.

The error message is For object WEBDYNPRO, no sub-object IMPORT_THEME is maintained.

Can anyone please let me know how i can get rid of this message?

Accepted Solutions (0)

Answers (2)

Answers (2)

mlu2
Explorer
0 Kudos

Hi Jain,

this message means that the sub-object IMPORT_THEME for the object WEBDYNPRO in the application log is missing. You can create this sub-object via the transaction SLG0.

After that the theme import works fine.

Regards,

Michael

Former Member
0 Kudos

I had the exact same problem as Jain, and adding that line in SLG0 worked for me. Thanks Michael!

abhishekjain
Participant
0 Kudos

Hi All,

Any updates on this thread.

Former Member
0 Kudos

Hi there,

I use BSP_UPDATE_MIMEREPOS to upload themes into Mime Repository.

It works as well for WDA.

Just upload your theme path on your filesystem to e.g. /SAP/PUBLIC/BC/UR/NW5/THEMES/MYTHEME

Then add to your WDA URL:

http://myurl/myapp?sap-ep-themeroot= /SAP/PUBLIC/BC/UR/NW5/THEMES/MYTHEME

Regards