2005 May 20 7:39 PM
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
2005 May 20 8:12 PM
What is the context in which you are using this GUI Status? Custom screen? ALV List?
2005 May 20 8:12 PM
What is the context in which you are using this GUI Status? Custom screen? ALV List?
2005 May 20 9:01 PM
Jason ,
The GUI status is for a custom screen, type normal.
Bruce
2005 May 20 9:15 PM
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?
2005 May 20 10:09 PM
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
2005 May 20 10:59 PM
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