‎2008 Aug 27 12:08 PM
hi all,
i've displayed alv report, while horizontal scrolling i want the
key field to fixed, it shouldn't get hide , when scroll.
please tell the solution.
Regards
Suprith
‎2008 Aug 27 12:11 PM
Suprith
Check field fix_column in fieldcatalog table.
Thanks
Amol Lohade
‎2008 Aug 27 12:11 PM
Suprith
Check field fix_column in fieldcatalog table.
Thanks
Amol Lohade
‎2008 Aug 27 12:11 PM
Hi,
In fieldcatalog pass X to key field
wa_fieldcat-key = 'X'.
Regards,
Prashant
‎2008 Aug 27 12:12 PM
Just set 'KEY' field in field catalog for the key field(s).
e.g.
ls_fcat-key = 'X'.
Regards,
Aparna Gaikwad
‎2008 Aug 27 12:13 PM
‎2008 Aug 27 12:14 PM
hi suprith kumar
if its an Key fields means It automatically get fixed
check no_keyfix in layout structure
wa_layout-no_keyfix
regards
Deva
‎2008 Aug 27 12:15 PM
Hi
In the field catalog make KEY field as X.
fieldcatalog-key = 'X'.
‎2008 Aug 27 12:16 PM
Hi,
Set the Fix_Column = 'X'
property of the Filed Catalog for all the key fileds.
Regards
Sumit Agarwal
‎2008 Aug 27 12:17 PM
Hi,
You need to set the output length while filling the field catalogue with the desired length.
Ex :
lx_fieldcat-outputlen = '10'.
Thanks,
Parul.
‎2008 Aug 27 12:36 PM