I am displaying an ALV using OO
CALL METHOD go_alv_grid->set_table_for_first_display
EXPORTING
i_structure_name = 'MARA'
CHANGING
it_outtab = gt_mara[].
my requirement is
i should not dispaly BISMT field of mara. rest all i should display.
please tell me a solution.
i can prepare a field catelog, but is there any better solution
thanks in advance
Best regards
Amarender Reddy B