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

Classical report

Former Member
0 Likes
750

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

1 ACCEPTED SOLUTION
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
728

hi,

Press F1 on

SET LEFT SCROLL-BOUNDARY

Thanks & REgards

5 REPLIES 5
Read only

Former Member
0 Likes
728

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

Read only

Former Member
0 Likes
728

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

Read only

Former Member
0 Likes
728

Hi Prasad,

Use table control for the remaining fields & write the first on normally,

Hope this will solve.

Thanks & Regards,

Dileep .C

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
729

hi,

Press F1 on

SET LEFT SCROLL-BOUNDARY

Thanks & REgards

Read only

0 Likes
728

Hi,

This has helped me. Thanks a lot.