‎2007 Jun 08 11:31 AM
Hi,
How to add Hide Functionality to hide some Coloumns in the ALV Report Display.
Kindly anyone revert me back.
Thanks & Regards,
Pavan Katkuri.
‎2007 Jun 08 11:34 AM
Hi,
You can set No-output = 'X' inside the program in the ALV Layout.
or
you can manually hide the columns by right click ans select HIDE in the column of the output displayed.
or
you can set layout user speicifice .in that you can hide some columns
Reward points if it is helpful
Regards,
Sangeetha.a
‎2007 Jun 08 11:32 AM
hi,
**declarations.
data: fieldcat type slis_t_fieldcat_alv "table body
w_fieldcat type slis_fieldcat_alv. " table workarea
"In the fieldcat of the fields use the field.
fieldcat-no_out = 'X'.regards,
AshokReddy.
‎2007 Jun 08 11:34 AM
Hi,
You can set No-output = 'X' inside the program in the ALV Layout.
or
you can manually hide the columns by right click ans select HIDE in the column of the output displayed.
or
you can set layout user speicifice .in that you can hide some columns
Reward points if it is helpful
Regards,
Sangeetha.a
‎2007 Jun 08 11:55 AM
Hi Sangeeta,
Thank you for quick response and the problem is solved.
Regards,
Pavan Katkuri.
‎2007 Jun 08 11:35 AM