‎2005 Dec 09 10:02 AM
Hello All,
I am displaying my internal table in a table control. Here I want to make first 2 columns freezzed i.e. when user scroll horizontal these 2 columns should not move.
How to do this?
Regards,
Dilip
‎2005 Dec 09 10:10 AM
Hi Dilip,
To freeze columns do the below.
In layout editor table control atrributes you can see
Fixed columns field will be there give 2 there.
It will freeze first 2 columns.
Thanks&Regards,
Siri.
Message was edited by: Srilatha T
‎2005 Dec 09 10:06 AM
Check this program.
demo_dynpro_tabcont_loop
Rewards point if it solves ur problem
‎2005 Dec 09 10:06 AM
Hi,
Freezing to Columns
Unfreezing Columns
If the table was frozen to a non-lead column, you can undo this by choosing Settings ® Columns ® Unfreeze Columns.
Regards,
Sakthi.
‎2005 Dec 09 10:10 AM
Hi Dilip,
To freeze columns do the below.
In layout editor table control atrributes you can see
Fixed columns field will be there give 2 there.
It will freeze first 2 columns.
Thanks&Regards,
Siri.
Message was edited by: Srilatha T
‎2005 Dec 09 10:17 AM
Hi Diliip,
In a column tree, the user can swap the positions of columns using the mouse. Use this method to disable and enable this feature.
CALL METHOD column_model->set_column_order_frozen
EXPORTING frozen = frozen.
<b>set_column_order_frozen</b>
This should help u,
Regards,
Nagarajan.