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: 

GUI status, can I use standard GUI status & add to it?

Former Member
0 Kudos
764

Hello all,

If I use the standard GUI status by setting it this way:

set pf-status space.

Can I add additional toolbar buttons and function keys?

Or, do I have to create a GUI status and set up everything that I want to be in that GUI status?

When I set up my own GUI status none of the standard function keys work and the standard toolbar is grayed out.

Thanks

Bruce

1 ACCEPTED SOLUTION

Former Member
0 Kudos
168

What is the context in which you are using this GUI Status? Custom screen? ALV List?

5 REPLIES 5

Former Member
0 Kudos
169

What is the context in which you are using this GUI Status? Custom screen? ALV List?

0 Kudos
168

Jason ,

The GUI status is for a custom screen, type normal.

Bruce

0 Kudos
168

You should create your own GUI status. You will obviously need to handle ucomm in your PAI module. I am confused as to why you would want to append buttons to pf-status space? Is there any particular reason why you would find this desirable?

0 Kudos
168

Jason,

I want the standard icons: Back, Exit, Cancel, Print, et. Then I want to add a couple of buttons and a couple of other function codes that can be accessed either through the menu or by pressing the function codes directly.

I guess what I'm really asking is, do I have to specifically code for every icon and function key that I want to use, or is there some way of implementing the SAP standard, plus any new icons, function codes, or buttons that I want to add?

Bruce

0 Kudos
168

Hi,

I think that you cannot modify standard status with name space although you can create easily similar one using function Extras -> Adjust template and choosing for example List status. Standard list processing function will be copied automatically into your status. And all of them will work in standard way. For example if you choose Print button (%PRI) printer dialog will be displayed.

regards

Krzys