Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP/DynPro TableControl Scrollbar

Former Member
0 Likes
969

Hi people!

I have a short question. How do I make the horizontal scrollbar work when using a TableControl in a DynPro?

I have an internal table (itab) which contains 58 entries but only the first 25 are displayed (due ti screen limitations) in the table control. When I click on the scrollbar, nothing happens.

Any ideas?

Thanks for your help!

Regads,

Alex

6 REPLIES 6
Read only

Former Member
0 Likes
829

Hi,

click on the table control tou will find atool box in that check the check boxes like horizontal ,vertical etc

Regards,

V.balaji

Reward if usefull

Read only

Former Member
0 Likes
829

Just found out that there is a Dynpro Forum and posted the questions there.

Read only

Former Member
0 Likes
829

If you are able to scroll it in layout (SE51) and you should be able to scroll it after the output also.

Please check in the layout and the checkboxes in the properties for sizing etc.

Thanks

Read only

Former Member
0 Likes
829

Thanks for your answers so far.

I'm not able to scroll horizontal in SE51, but vertical scrolling works just fine.

Any coding necessary?

Read only

Former Member
0 Likes
829

Sorry, I am new to this forum. Just figuring out how this works.

Read only

0 Likes
829

Hi

add this code in program

PROCESS BEFORE OUTPUT.

module TC_DATA3_GET_LINE.

module TC_DATA3_GET_LINE output.

DESCRIBE TABLE it_data LINES tc_data3-lines.

endmodule. " TC_DATA3_GET_LINES OUTPUT