‎2008 Feb 12 4:46 PM
Hi,
Please suggest me how to reset an ALV buffer?
Regards
Krish
‎2008 Feb 12 4:50 PM
Hi
Try to run one of these programs:
BALVBUFDEL
BCALV_BUFFER_DELETE
BCALV_BUFFER_DEL_SHARED
Max
‎2008 Feb 12 4:50 PM
Hi
Try to run one of these programs:
BALVBUFDEL
BCALV_BUFFER_DELETE
BCALV_BUFFER_DEL_SHARED
Max
‎2016 Apr 27 5:55 AM
‎2008 Feb 12 4:51 PM
Have you tried CALL me->refresh_table_display where me is your defined ALV reference?
eg
DATA: gr_alv TYPE REF TO cl_gui_alv_grid.
...
CALL METHOD gr_alv->refresh_table_display.
Regards
Larissa
‎2008 Feb 12 4:53 PM
hi
good
you can reset the buffers of a SAP system with the following codes:
/$TAB -> reset table buffer
/$SYNC -> reset all buffers
thanks
mrutyun^
‎2008 Feb 12 6:48 PM