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 change the icon of the execute button and place a new icon

Former Member
0 Kudos
887

Hi,

I have created a selection screen(main screen) which has a application toolbar with say some 3 buttons. When i click the first button in the application toolbar of the main selection screen it takes to another selection screen(say screen1). The same way when i click the second button in the application toolbar of the main selection screen it takes me to the second selection screen(say screen 2). As the same way for the third button it takes to another selection screen(say screen 3). Now i have to change the icon for the execute button with some other icon in only one screen(say selection screen 1). If i do with the help of customizing pf-status using the function module 'RS_SET_SELSCREEN_STATUS' it effects screen 1,screen 2,screen 3 and also the main selection screen. This has happened because we are not able to specify the particular selection screen number.how can i specify the particular selection screen number in which that icon has to be changed. Please help me to proceed.

1 REPLY 1

jitendra_it
Active Contributor
0 Kudos
194

Hi Nagaraj,

Please check below thread .

For your requirement , I think u have to code like this

include rsdbc1xx.

..

current_scr-STATUS = < ur GUI Status >

Thanks

Jitendra