‎2006 Jul 12 10:45 AM
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
‎2006 Jul 12 10:51 AM
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
‎2006 Jul 12 10:51 AM
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
‎2006 Jul 12 10:52 AM
‎2006 Jul 12 11:00 AM
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.
‎2006 Jul 12 12:36 PM