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 output

Former Member
0 Likes
333

Hi All,

How do we hide some column in an ALV Display before the output is diplayed.

Is there any passing parameter to the Function module.

Thanks,

S S K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
317

In the field catalog, set the field NO_OUT to 'X' for that field if you want to hide it yet allow the user to add it again from changing the layout. If you want to permanently hide it, then use TECH = 'X'.

In the field catalog, set the field NO_OUT to 'X' for that field if you want to hide it yet allow the user to add it again from changing the layout. If you want to permanently hide it, then use TECH = 'X'.

1 REPLY 1
Read only

Former Member
0 Likes
318

In the field catalog, set the field NO_OUT to 'X' for that field if you want to hide it yet allow the user to add it again from changing the layout. If you want to permanently hide it, then use TECH = 'X'.