Application Development 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: 

how to deactivate status icons in popup window

Former Member
0 Kudos

hi ,

i'm using alv popup in my report,

in output it popup has some status icons.

i don't need those in my output how to avoid those.

plz help in this

2 REPLIES 2

Former Member
0 Kudos

hi Chandra,

are you using function module REUSE_ALV_POPUP_TO_SELECT for the pop up?

If yes, then you see a importing parameter of the function module viz. IT_EXCLUDING.

You need to append all the ok codes of the buttons you want to exclude into an internal table of type SLIS_T_EXTAB and pass it to this parameter.

This will hides those buttons.

Regards,

Aditya

Former Member
0 Kudos

I got the code from blog and and woring fine. Thanks for u'r replay . Closing this case.