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

ALV Display

Former Member
0 Likes
527

Hi,

How to add Hide Functionality to hide some Coloumns in the ALV Report Display.

Kindly anyone revert me back.

Thanks & Regards,

Pavan Katkuri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

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

4 REPLIES 4
Read only

Former Member
0 Likes
506

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.

Read only

Former Member
0 Likes
507

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

Read only

0 Likes
506

Hi Sangeeta,

Thank you for quick response and the problem is solved.

Regards,

Pavan Katkuri.

Read only

Former Member
0 Likes
506

Hi pavan,

just mark..

which column u want to hide.

locFieldCatalog-no_out = 'X'.

or Check the following thread: