cancel
Showing results for 
Search instead for 
Did you mean: 

Look and feel in EHP7

Former Member
0 Kudos

Hi

We recently upgraded ECC EHP5 to EHP7.

Previously, in EHP5, we are able to see "Filter" at the top right of ALV table.

However, after upgrading to EHP7, this feature is no longer available.

Can someone help to point out how to bring this feature back in EHP7?

Rgds

Rusyinni

EHP5 abap webdynpro

EHP7 abap webdynpro

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

The Filter functionality has not been removed, but there is a slight change in the Design from EHP7. By default it uses the UI Guideline 2.0(GL20 - new behavior); You now have to click on column header which shows you the drop down for excel-like filter.

Can someone help to point out how to bring this feature back in EHP7?

You can set the application parameter WDUIGUIDELINE to value GL11 to revert back to the classical behavior.

For a quick check, in the address bar just concatenate the parameter &WDUIGUIDELINE=GL11 to the Web Dynpro URL.

Hope this helps u,

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran

Thks for your most helpful reply.

I will take note of appending the URL with &WDUIGUIDELINE=GL11.

However, for most of our customised Webdynpro application, we are attaching them to t-code, which is called in SAP GUI itself.

Is there any way to append &WDUIGUIDELINE=GL11 in this case?

Rgds

Rusyinni

ramakrishnappa
Active Contributor
0 Kudos

Hi Rusyinni,

You can go to the parameters tab of your webdynpro application and select the application parameter "WDUIGUIDELINE" and set the value to GL11  as below

Now, if you create the T-CODE, these parameters are auto included by default.

Hope this helps you.

Regards,

Rama

Former Member
0 Kudos

It works!

Thank you thank you!

ramakrishnappa
Active Contributor
0 Kudos

Thats good to hear

Please mark the answer as helpful if it helped you

Regards,

Rama

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Kiran .

But I want to do it at global level like it should be for every webdynpro component .Also I found a table

WDY_APP_PROP_DEF

where We can see the value DEFAULT_VALUE = GL20/GL11 for PPROPERTY_NAME = WDUIGUIDELINE.

and I dont want to use access key .Is there any way to do it ?

0 Kudos

Hi,

I tried to insert parameter WDUIGUIDELINE=GL11 but the look haven't changed.

The screen is still in gray color and the font are increased.

I want to see it as I saw it in EHP5, blue color and decreased font.

Regard,

Omer

Former Member
0 Kudos

Hi

To make GUI in the old blue version, you can set the sap theme globally in wd_global_parameters.

Alternatively, you can append in the URL "&sap_theme=sap_tradeshow_plus "

Rgds

Rusyinni

ramakrishnappa
Active Contributor
0 Kudos

Hi Rusanto,

As per screen shots, you are referring to two different tables. Please check with other alv tables where the filter options supposed to be there.

I suggest you to make sure that the filter option is visible in EHP5 for same table.

Regards,

Rama

Former Member
0 Kudos

Hi

The table settings for the 2 different tables are the same (i copy and paste).

As of EHP7, i tried to set this command:

lr_standard_functions->SET_FILTER_FILTERLINE_ALLOWED( abap_true ).

but the filter function still not available in the ALV table.

Help!!!!

Rusyinni

ramakrishnappa
Active Contributor
0 Kudos

Hi Rusyinni,

That looks weird, the filter button should appear when we use SET_FILTER_FILTERLINE_ALLOWED( abap_true ).

Please check the standard component WDT_ALV and check if the filter option is appearing.

Please share the snap shot of output of WDT_ALV. Lets have a look at it.

Regards,

Rama