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

Modify GUI Status in Standard SAP Program

aaron_morden2
Contributor
0 Likes
2,864

Hey All,

I would like to add some custom buttons to the toolbar of a standard SAP transaction. I would like to do this dynamically in an Enhancement as opposed to getting an Access Key to modify the actual GUI Status.

Is there any way to add a Toolbar item and assign a function code to the GUI Status at runtime?

This is not a Standard Selection Screen.

Any help is appreciated.

Thanks,

Aaron

3 REPLIES 3
Read only

aaron_morden2
Contributor
0 Likes
1,720

I ended up copying the SAP GUI Status into a custom Z program. From there I just inserted an implicit enhancement in the SAP code to call my GUI Status instead of the SAP GUI Status.

Read only

0 Likes
1,720

Hi Aaron,

Did your custom pf-status worked? I have the same requirement.

Thanks,

Trixa

Read only

0 Likes
1,720

Yes, this solution worked for me.