cancel
Showing results for 
Search instead for 
Did you mean: 

How to make web dynpro table srollable?

Former Member
0 Kudos

Hello experts,

I am using web dynpro table, not the ALV. I just want to know how to make the table scrollable?

And the default setting is that the table was divided to several pages when the row count exceeds the table visible rows.

Best Regards,

Guo Guo Qing

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just add new parameter at your Web Dynpro Applications:

Parameters: WDTABLENAVIGATION

Value: SCROLLBAR.

Regards,

Former Member
0 Kudos

Thanks so much. The problem is helped to solved.

Best Regards,

Guo Guo Qing

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go for the application configuration of your application and then

in parameters

Parameters Value Type Description

WDTABLENAVIGATION SCROLLBAR WDR_APP_PROP_TABLE_NAV Scroll Behavior of Tables

Then automatically scrolling happens for all tables in your application