hi,
I have a alv designed in oops,now i have a problem like
loop at itab.
case itab-field.
when '1'.
call method gv_grid->refresh_table_display.
message e000 with 'ERROR'.
endcase.
endloop.
Its displaying the error and alv header but not displaying the grid data.
Please look into this and replay.
Thanks,
Phani.