Application Development 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: 

SAP Menu as default menu when a user logs on to SAP System

Former Member
0 Kudos

Hi,

I are looking for a option of SAP Menus the default menu. When you user logons on to SAP System for the first time the menu that he/she should be viewing should be SAP Standard Menu (S000) and not User Menu.

Currently, when a user logs on for first time the menu appears is User Menu.

I checked for the options in table SSN_CUST u201CALL_USER_MENUS_OFFu201D & u201CSAP_MENU_OFFu201D . These options disables either User Menu or SAP Menu.

I tried SU01 Setting : SU01 -> Defaults -> Start Menu -> S000. However this also does not lead to SAP Menu when a user logs on for first time.

I want users to have both the options (SAP Menu & User Menu), but default should be u201CSAP Menuu201D and then user can select the option he/she wants by clicking on "User Menu" (Cntrl + F10)

Thanks,

6 REPLIES 6

Former Member
0 Kudos

Hi Sameek,

Please check if any parameter is set for all users in SU01->parameter TAB

hope this helps

Bernhard_SAP
Employee
Employee
0 Kudos

Hello Sameek,

as far as I remember the standard behaviour is as follows:

the new created user gets the same menu the user had who created him.

So : useradmin has switched to user-menue and creates a user X.

At first logon of user X, he gets the usermenue (if he has one)

displayed.

So it depends on the usersettings of the creator, what the new user

gets displayed at first logon.

You can use the standard FM NAVIGATION_SET_ACTIVE_MENU to create the

relevant tableentry in table AGR_DATEU (which in fact is only created upon first switch of the user from one menu-mode to another) manually. the key is MEN_FLG_STAT.

To avoid this procedure, the administrator should take care, which

mode he has switched on, before usercreation.

b.rgds, Bernhard

0 Kudos

can anyone answer this query ... I also have same requirement.

I want the user to ahve entire SAP menu avalable irrecpective of assigned roles.

Or I want a user to have a menu of a role X while he is has authorization of role Y.

0 Kudos

Hi Hussain,

> can anyone answer this query ... I also have same requirement.

> I want the user to ahve entire SAP menu avalable irrecpective of assigned roles.

I have described exactly how to achieve this in my last post... ???

> Or I want a user to have a menu of a role X while he is has authorization of role Y.

Well, if you think that this makes sense....

You will need 2 roles.

Role X with the menu you want the user to have

and

Role Y with the authorizations but without menu.

Assign both roles to the user, voilá.

b.rgds, Bernhard

Former Member
0 Kudos

Hi Sameek,

Use SE43 to create the area menu of your choice.

In PFCG under the Menu tab of a role, you will find the button "from area menu" .. you can add the newly created from here along with the standard.

By this you can give the user both the custom menu and standard menu.

Regards,

Srihari

stephanm2
Discoverer
0 Kudos

Hi - Try using transaction SSM2 to set the initial menu - system wide.  

stephanm2_0-1707192282770.png