cancel
Showing results for 
Search instead for 
Did you mean: 

ehp7 upgrade label allignment problem

Former Member
0 Kudos

Hi all,

I am having label alligment problem after upgrade to ehp 7. After searching i added parameters WDSTYLE_LABELALIGNMENT value LEFT

in application parmeters,

It is working in development but after transport, it is not working in test system.

I have added in application parameters only, but not in WD_GLOBAL_PARAMETERS->WD_GLOBAL_SETTING->parameters.

  Any suggestions,

vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

StefanRoesch
Active Participant
0 Kudos

hi,

if the changes are still not visible there might be a caching problem.

Try to invalidate shared-memory area CL_WDR_CONF_APPL_SHM in Transaction SHMM.

this helped for me.

regards,

Stefan.

Former Member
0 Kudos

Hi,

It might due to WDUIGUIDELINE application property which has following.


The standard value USEGL means that all Labels are right-aligned, if WDUIGUIDELINE=GL20 is set. All Labels are left-aligned, if WDUIGUIDELINE=GL11 is set

LEFT means that all Labels are left-aligned.

Hope this helps you.

Thanks

KH