hi,
on selection screen i am giving date range From---- to TO-------
in the output i am displaying the dates into coloumn wise.
01.02.2008 02.02.2008 03.02.2008 04.02.2008
i am fetching the data and keeping into one itab.
after that i am printing the itab data under the date.
Example: 01.02.2008
99%
24
123456
then its goes to the 02.02.2008 and printing the data to the same date.
but here one problerm is last number in all dates i.e 123456 is coming in black color.
when i scroll that numbers also scrolling with the scroll.
for EXample: if i enter 01.02.2008 to 28.02.2008
it will divide the dates like 01.02.2008 02.02.2008 -
and so on.
if i want to see the 28.02.2008
whenever the scroller moves the number 123456 also moving
how to solve thse problem