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_GRID

Former Member
0 Likes
455

IS IT POSSIBLE TO HIDE(OR MAKE INVISIBLE) CERTAIN FIELD/FIELDS WHILE DISPLAYING THE LIST USING FUNCTION MODULE

"REUSE_ALV_GRID_DISPLAY".

PLZ REPLY ASAP.

1 ACCEPTED SOLUTION
Read only

dhruv_shah3
Active Contributor
0 Likes
436

Hi,

Yes if you to hide the fields in display then don't add that fields in the Field Catalog.

This way you can hide the fields which are there in the Internal table, but not in the Report.

HTH

Regards,

Dhruv Shah

3 REPLIES 3
Read only

dhruv_shah3
Active Contributor
0 Likes
437

Hi,

Yes if you to hide the fields in display then don't add that fields in the Field Catalog.

This way you can hide the fields which are there in the Internal table, but not in the Report.

HTH

Regards,

Dhruv Shah

Read only

Former Member
0 Likes
436

it is possible ...

make the field in the fieldcatalog with no_out = 'X'.

Read only

Former Member
0 Likes
436

hi,

in the internal table you just put those fields which which u want to display and then pass that internal table to the fm REUSE_ALV_GRID_DISPLAY...