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

transaction code for user menu, sap easy access

Former Member
0 Likes
15,683

Hi system experts!

Does anybody know which transaction causes the user-specific menu within "SAP easy access" (the welcome screen after login, like /n does) ?

I need it to be called from a portal iView, so that the usual sapgui-like screen with the user's menu appears in a portal screen, both for SAPGUI for windows and http.

Trx. S000 or SESSION_MANAGER does not cause the user-specific menu when called from the portal. These work least of all for call via ITS.

thanks

Andreas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,534

hi ,

The transaction code is SE41.. This is for creating Menus and tool bars.

you can also try SMEN it will call the user menu as you described in your post.

Regards,

Krishna

Message was edited by: Krishnakumar

4 REPLIES 4
Read only

Former Member
0 Likes
7,535

hi ,

The transaction code is SE41.. This is for creating Menus and tool bars.

you can also try SMEN it will call the user menu as you described in your post.

Regards,

Krishna

Message was edited by: Krishnakumar

Read only

0 Likes
7,534

Check <b>SE41</b> TCODE for creation of Menu Painer

Read only

srinivas_akiri
Active Participant
0 Likes
7,534

Hi,

SAP standard menu is calling in standard include LSMTR_NAVIGATIONF0A by

SET PF-STATUS 'SESSION' EXCLUDING EX_TAB.

you need to dynamally change it to you PF-STATUS.

Read only

Former Member
0 Likes
7,534

it works fine with SMEN, thank you !!