cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrip doesn't work in custom themes(Source: SAP Standard)

Former Member
0 Kudos

If we use a custom theme for our Web Dynpro ABAP, but the tabstrip-element looks like they wouldn't have genereated.

So what we have done is, we have downloaded the theme "SAP Standard" of our current SAP System. We have imported it to the eclipse theme editor.

For uploading we tryed 2 variants. first we have used the report "BSP_UPDATE_MIMEREPOS" and secondly we have used the report "WD_THEMES", but neither of these variants solved our problem with the tabstrips.

On the WDA we changed the parameter WDTHEMEROOT.

Every ui-element works with the theme except for the tabstrip element.

We have Web Dynpro Version 7.31.0.13.0.

What are we missing?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nicole,

Did you find any solution for the issue? we are facing the same issue and I have made a temporary fix for time being.

The problem happened because of the lightspeed rendering which the new WDA applications uses. So in order to correct it, I have made the application run on lightspeed "disabled" mode.

Set the following parameters on the WDA and your application will be fine.
       WDLIGHTSPEED = (blank)

This is not a permanent fix as the lightspeed rendering is used for increasing the performance of WDA. Hope SAP will release a patch for this soon, let me know if there is one already available

Hope it helps,

Sumith