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

Button creation

Former Member
0 Likes
494

Hi,

I have to create a button on top of the screen i.e in the Blue bar on top of the scree.Please suggest how can it be created.

4 REPLIES 4
Read only

Former Member
0 Likes
473

hi,

using pf status u can create a button in application toolbar..

go to se41, menu painter and create the pf status..

Rgds.,

subash

Read only

Former Member
0 Likes
473

Hello,

To createa button on the Menu bar, create one in the PF-status of the screen in the Menu Bar section. Give a name for the button and create.

Regards,

Mansi.

Read only

Former Member
0 Likes
473

Hi,

If it is the custom program, then it can be done simply by creating your PF status, and adding the new one as required.

If it is the standard means, then you need to search the suitable exit or badi, where this can be done.

For existing options, you can refer to the given screen in SE41. i.e. Menu painter.

Regards,

Santhosh.

Read only

Former Member
0 Likes
473

hi

in your sorce code use set pf-status command

set pf-status 'Zstatus'.

now double click on zstatus and create the pf status for your screen.

here u can add new button for screen