Skip to Content
0
Former Member
Oct 07, 2005 at 04:40 PM

For Refreshing a table display in ALV when data is chngd in maintainance vi

161 Views

Hi All,

I am displaying the fields of a Ztable in a ALV report. A maintainance view call button is attached to that report through which data of Ztable can be changed.Prolem is that when after changing the data when I return back to report, changes are not reflected.

Kindly suggest to solve this problem.

I am using ALV display through class.

I have already used these functions in the else condition of IF GO_CUSTOM_CONTAINER IS INITIAL.

CALL METHOD go_grid->refresh_table_display.

CALL METHOD cl_gui_cfw=>flush.

For maintainance view I am using the function as

VIEW_MAINTENANCE_CALL on double clicking the maintain button.

Kindly suggest.

Ashutosh Kumar