‎2009 Apr 15 2:50 PM
Dear Abap Expets,
the ALV ouput has in the menubar an icon (small button) named refresh. How can I
handle with this button. If I ask for sy-comm I get strange alphanumeric letters like
%_GC 473 10.
Friendly Regards
Spielwiese
‎2009 Apr 15 2:56 PM
Try SY-ucomm = %REFRESH for the refresh button
Regards,
Gurpreet
‎2009 Apr 15 2:56 PM
Try SY-ucomm = %REFRESH for the refresh button
Regards,
Gurpreet
‎2009 Apr 15 3:03 PM
‎2009 Apr 17 5:37 AM
hi omkaram,
when i use the code you given for refresh button in my program, in the output the application bar is showing empty.why?
murali.c
Edited by: murali ch on Apr 17, 2009 6:56 AM
‎2009 Apr 17 11:27 AM
I can not use the above mentioned example because I have used ALV OO
please I need help
Edited by: spielwiese on Apr 18, 2009 4:30 PM
‎2009 Apr 16 12:08 PM
hi
I dont have the sy-ucomm = %REFRESH if I hit to the refresh button on the alv.
Instead of I can see that it is %_GC 439 10
What can cause this error ?
Ths in advance
Sw++
Edited by: spielwiese on Apr 16, 2009 1:09 PM
‎2009 Apr 16 2:28 PM
who on earth is deleting my postings permanently
I would suggest try to help me instead.
This posting is not resolved since I am getting still aplhanumeric letters
as sy-ucomm instead of %REFRESH.
What is wrong, When I hit to the ALV's standard refresh button in the toolbar.
It is cl_gui_alv_grid=>mc_fc_refresh button. I have excluded all the other buttons
cause I dont need them.