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

Auto refresh Problem for oop alv

Former Member
0 Likes
504

Hi all

I am displaying Idocs list with all status , If idoc status is Yellow, user select it and release it by calling rseout00

and returning on alv list , but its not showing green status though its release actually problem lies in Auto refresh of alv output

i used salv calsses and called

CALL METHOD cl_gui_cfw=>flush.

CALL METHOD go_table->refresh.

these method for auto refresh.

2 REPLIES 2
Read only

Former Member
0 Likes
466

Hi

Modify the internal table (which is used for ALV output) after release it by calling rseout00.

Regards,

Manju

Read only

uwe_schieferstein
Active Contributor
0 Likes
466

Hello

You obviously must read the IDoc data again into your OUTTAB before method call go_grid->refresh will display any updated status.

Regards

Uwe