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

Former Member
0 Likes
440

Hi,

How to hide some fields in ALV report

Hi,

How to hide some fields in ALV report

2 REPLIES 2
Read only

Former Member
0 Likes
424

Hi,

While building you fieldcatalog, for thta field you should use gs_fieldcat-no_out = 'X'. no_out = 'X' by this field will be in the chnage layout. If you wish not to see this field in chnage layout also , you should use gs_fieldcat-tech = 'X'.

Thanks,

Sriram Ponna.

Edited by: Sriram Ponna on Jan 8, 2008 7:26 PM

Read only

Former Member
0 Likes
424

hi,

the ALV Grid Control allows you to directly hide key columns with NO_OUT.

plz reward points if helpful..