‎2010 Oct 18 11:59 AM
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.
‎2010 Oct 18 12:09 PM
Hi
Modify the internal table (which is used for ALV output) after release it by calling rseout00.
Regards,
Manju
‎2010 Oct 18 1:30 PM
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