cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Webdynpro table scroll bar does not work

0 Kudos

Hello,

I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node. I have set the no. of visible rows to 5. Now when ever the table has more rows, it displays a vertical scroll bar. But if I scroll it down, after 5 rows, it dosent scroll further. Am I missing something here?

Thanks and Regards,

Sandhya

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hey,

I have tried the "first time" in the WDDOMODIFYVIEW and didn't succeed.

It's just changing the number of visible rows, it's not giving me solution for scrolling the table.

please help me,

thanx (:

former_member198064
Participant
0 Kudos
0 Kudos

@Lekha: I actually tried out the 'First_Time' parameter and it worked. I cam back to the thread and saw that you had posted the same.

Thanks and Regards,

Sandhya

Former Member
0 Kudos

Good................

Former Member
0 Kudos

Hi,

We are having the same problem, but with a standard table which is created at design time. The Scroll bar is not working and when we scroll down in the table, it is not going down! Could you please help us with this?

Regards,

Gopal.

Former Member
0 Kudos

Hi,

I guess you might have wriiten the code in the MODFIYVIEW right.

One thing you do....

Use the FIRST TIME parameter , create the tbale and all. When the application runs for 2nd time, then reset the vsible row count value.

Have you used any BIND_TABLE statement in this modfivyew.

Please clarify above.

Regards,

Lekha.

Former Member
0 Kudos

Hi

check if scrollable_col_count is binded or not? or please give some code

best regards,

Rohit

0 Kudos

Hello Rohit,

I am tlaking about the 'Vertical scroll bar' not the horizontal one.

I create my table like this:

CALL METHOD cl_wd_dynamic_tool=>create_table_from_node

EXPORTING

ui_parent = lr_group

table_id = 'TABLE_DUP'

node = lr_context_node

RECEIVING

table = lr_table.

lr_table->set_visible_row_count( value = 5 ).

Thanks and Regards,

Sandhya

Former Member
0 Kudos

Hi

check if scrollable_col_count is binded or not? or please give some code

best regards,

Rohit