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: 

Execute Button On a Custom Screen

Former Member
0 Kudos

Hi All,

I am working on a module pool program. I would like to place the execute button on the tool bar. How to get it.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

In PF status

under application toolbar

just give a function code

Function text > Execute

Icon name > ICON_EXECUTE_OBJECT

and call the status in PBO

using SET PF-STATUS

3 REPLIES 3

Former Member
0 Kudos

In PF status

under application toolbar

just give a function code

Function text > Execute

Icon name > ICON_EXECUTE_OBJECT

and call the status in PBO

using SET PF-STATUS

former_member188685
Active Contributor
0 Kudos

in the PBO module you can set the pf-status , there you can add your own buttons to the Application toolbar, for that you need to use the icon icon_execute save and activate the status and then handle the button using the PAI module.

Former Member
0 Kudos

Hi,

To have an execute button on application tool bar, go to PF status of the screen under application tool bar

just give a function code and then Function text > Execute, now choose Icon name > ICON_EXECUTE_OBJECT. once you activate that the icon will be created on application tool bar of the screen. Until you write the code for that under PAI module in user command it does not work. so write the code for sy-ucomm of execute button in PAI module as per your requirement.

Hope this will give you some idea,

Regards,

Aswini.