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

menubar' s refresh button

Former Member
0 Likes
783

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
720

Try SY-ucomm = %REFRESH for the refresh button

Regards,

Gurpreet

6 REPLIES 6
Read only

Former Member
0 Likes
721

Try SY-ucomm = %REFRESH for the refresh button

Regards,

Gurpreet

Read only

Former Member
0 Likes
720
Read only

0 Likes
720

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

Read only

0 Likes
720

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

Read only

Former Member
0 Likes
720

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

Read only

Former Member
0 Likes
720

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.