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

Execute Button On a Custom Screen

Former Member
0 Likes
3,968

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
Read only

Former Member
0 Likes
2,057

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
Read only

Former Member
0 Likes
2,058

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

Read only

Former Member
0 Likes
2,057

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.

Read only

Former Member
0 Likes
2,057

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.