‎2007 Nov 23 7:22 AM
Hello,
is it possible to fix the column width in a alv grid,
so that the user can't change it.
Best regrads,
TomSd
‎2007 Nov 23 7:24 AM
‎2007 Nov 23 7:39 AM
Hi Thomas,
We can fix column with in ALV output , <b>SLIS_T_FIELDCAT_ALV</b> Structure having one field <b>FIX_COLUMN</b> , we should give input as <b>'X'</b> .
Exampe :
<b>Field-fix_column = 'X'.</b>
Regards,
Vijay
‎2007 Nov 23 7:40 AM
Hi
please try like this
WA_GT_FIELDCAT-KEY= 'X'.
WA_GT_FIELDCAT-FIX_COLUMN = 'X'.
in the filed catalog
‎2007 Nov 23 8:11 AM
Hello,
doesn't work. Is it possible to change the width.
Best regards.
TomSd
‎2016 May 23 11:41 AM
‎2019 Sep 10 8:36 AM