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

scrollbar

Former Member
0 Likes
493

Hi all,

I have developed an interactive report. In the secondary list my complete menu is not getting displayed. I don't know how to set a horizontal scrollbar.... Can anyone help me by giving me a solution for setting a horizontal scroll bar in secondary lists of interactive report...

Thanks in advance.

Thanks and regards,

subbu...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

SCROLL LIST {TO COLUMN col}

| {{LEFT|RIGHT} BY n PLACES}.

ur requirement is achieved thru

SCROLL LIST TO COLUMN col

or this (as per ur requirement)

SCROLL LIST RIGHT INDEX SY-LSIND.

reward for helpful replies,

kushagra

2 REPLIES 2
Read only

Former Member
0 Likes
476

Hi Karthi,

Good!

apart from using the list display use window to disply the secondry list. then u could be able to get the scroll functions also.

CALL WINDOW Opetions avilable

Thanks,

Sunil

Read only

Former Member
0 Likes
477

SCROLL LIST {TO COLUMN col}

| {{LEFT|RIGHT} BY n PLACES}.

ur requirement is achieved thru

SCROLL LIST TO COLUMN col

or this (as per ur requirement)

SCROLL LIST RIGHT INDEX SY-LSIND.

reward for helpful replies,

kushagra