Skip to Content
0
May 08, 2008 at 10:05 AM

How can i suppress columns in ALV ?? Will reward points.

18 Views

Hello Gurus, how can i suppress column in ALV when i`m using the transparent table:

CALL METHOD grid->set_table_for_first_display
      EXPORTING
        i_structure_name = 'ZIANEXE'
        is_layout        = wa_layout
        is_variant       = wa_variant
        i_save           = 'U'
        IT_TOOLBAR_EXCLUDING = LT_EXCLUDE
      CHANGING
        it_outtab        = itab[]
        it_fieldcatalog  = fieldcat.

Please help.