‎2009 Mar 03 1:38 AM
Hi,
I am coding for a classical report.
There are many columns in the report and have to scroll right to see complete report in the output.
Is there a way to freeze the first column while i am scrolling to the right to see the rest of columns ?
Thanks in Advance,
Prasad
‎2009 Mar 03 5:22 AM
‎2009 Mar 03 2:49 AM
Hi Prasad
you can use ALV grid for this purpose.ALV has this functionality to freez the primary key column
when scrolloin to right.since you have asked for the first column,i belive it might be a key column.
Goto field catalog of alv and mak the column as KEY field.
This will solve your problem
Regards
Hareesh
‎2009 Mar 03 4:37 AM
Hi Prasad ,
In the Classical Report o/p follow the procedure
Freezing to Columns
Select the column to which you want to freeze the table by klicking on the column header.
Choose Settings ->Columns -> Freeze to Column. The columns of the table are frozen from the left to the column selected.
To Unfreezing Columns
choose Settings -> Columns -> Unfreeze Columns.
Hope its helpful.
Regards,
Mdi.Deeba
‎2009 Mar 03 4:52 AM
Hi Prasad,
Use table control for the remaining fields & write the first on normally,
Hope this will solve.
Thanks & Regards,
Dileep .C
‎2009 Mar 03 5:22 AM
‎2009 Mar 03 5:23 PM