‎2008 Mar 18 1:34 PM
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.
‎2008 Mar 18 1:37 PM
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
‎2008 Mar 18 1:37 PM
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
‎2008 Mar 18 1:39 PM
it is possible ...
make the field in the fieldcatalog with no_out = 'X'.
‎2008 Mar 18 1:39 PM
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...