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

Create menu entry without SE41 / Set pf-status

Former Member
0 Likes
661

Hi,

Is anybody aware of any possibility to create a menu entry in a program without se41/set pf-status?

I'm looking for something like sscrfields, but for menu entries.

Thank you,

BR,

Matei

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
614

did you consider CL_GUI_TOOLBAR?

did you consider CL_GUI_TOOLBAR?

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
614

No (or only by doing the same as SE41 yourself, compiling it yourself... not recommended at all)

Differently, you may use the contextual menu, or if you want Something really ugly, you may define a menu in the title bar via the "GOS container" which is an area on the left of the title bar (the title will be shifted to the right) and at the same time you may also define a dynpro which hides the application toolbar.

Read only

Clemenss
Active Contributor
0 Likes
615

did you consider CL_GUI_TOOLBAR?