Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Buffer Reset

Former Member
0 Likes
41,149

Hi,

Please suggest me how to reset an ALV buffer?

Regards

Krish

1 ACCEPTED SOLUTION
Read only

Former Member
14,262

Hi

Try to run one of these programs:

BALVBUFDEL

BCALV_BUFFER_DELETE

BCALV_BUFFER_DEL_SHARED

Max

5 REPLIES 5
Read only

Former Member
14,263

Hi

Try to run one of these programs:

BALVBUFDEL

BCALV_BUFFER_DELETE

BCALV_BUFFER_DEL_SHARED

Max

Read only

0 Likes
14,262

Thanks Max, it helped me resolve the issue.

Read only

Former Member
0 Likes
14,262

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

Read only

Former Member
0 Likes
14,262

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^

Read only

0 Likes
14,262

Hi,

Thanks

Regards

Krish