‎2008 Jan 29 10:15 AM
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...
‎2008 Jan 29 10:19 AM
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
‎2008 Jan 29 10:18 AM
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
‎2008 Jan 29 10:19 AM
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