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

Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'

Former Member
0 Likes
810

Hi expert,

Please help me find an ALV function module with similar functionality as method 'REFRESH_TABLE_DISPLAY'

Thanks,

CBA

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
765

Using the FM GET_GLOBALS_FROM_SLVC_FULLSCR you will get a reference to a cl_gui_alv_grid, which you can use.

Regards,

Raymond

I'm enhancing an old ALV report which was written in function modules, trying to use the similar functionality of methods :

REFRESH_TABLE_DISPLAY  & 

CHECK_CHANGED_DATA

5 REPLIES 5
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
765

Any reason why you want this?

Read only

0 Likes
765

I'm enhancing an old ALV report which was written in function modules, trying to use the similar functionality of methods :

REFRESH_TABLE_DISPLAY  & 

CHECK_CHANGED_DATA

Read only

RaymondGiuseppi
Active Contributor
0 Likes
766

Using the FM GET_GLOBALS_FROM_SLVC_FULLSCR you will get a reference to a cl_gui_alv_grid, which you can use.

Regards,

Raymond

Read only

0 Likes
765

Hi Raymond,

Thanks for the info, but can you tell where do I place the function module and what to import?

Thanks,

CBA

Read only

0 Likes
765

check the sample here