Application Development 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: 

Need to give Horizontal Scroll bar

Former Member
0 Kudos

hi,

I am getting for ALV grid correctly but only for the ALV List display i am getting this problem.

I have give this coding pls check and let me know what is that i am missing her. I am not able able to see the horizontal scroll. Can u tell me what is that i have missed.

FORM SUB_FIELDCAT_DISPLAY.

CALL FUNCTION 'REUSE_ALV_list_DISPLAY'

EXPORTING

I_CALLBACK_PROGRAM = 'ZMMPTPR3_INV_REPORT'

IT_FIELDCAT = I_FIELDCATTAB

I_SAVE = 'A'

TABLES

T_OUTTAB = I_FINALTAB.

What can be the problem.

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

Hi Anitha,

I think the Horizontal scroll bar automatically appears when the output length is more than the visible length.

Can you give us the coding for filling the field catalogue?

Ravi

former_member188685
Active Contributor
0 Kudos

Hi Anitha,

Horizontal tool bar will appear automatically, if you need that, you just increase the column output lengths, then it will come automatically....

regards

vijay

Former Member
0 Kudos

include the addition is_layout and try out

Former Member
0 Kudos

Hi Anitha,

As if u use FM 'REUSE_ALV_list_DISPLAY' it should have to give short dump.

U have to take care about upper case i.e. it should be

'REUSE_ALV_LIST_DISPLAY'.

And talking about Horizontal Scroll bar, it will be display automatically if u have data more than the screen width.

Regards,

Digesh Panchal

hymavathi_oruganti
Active Contributor
0 Kudos

IF UR DATA EXCEEDS SCREEN, HORIZONTAL SCROLL AUTOMTICALLY COMES