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: 

User menu don't show after logon

Former Member
0 Kudos

Hi, I have created several roles and assigned them to several users. Each role has the transactions in a tree structure in the "Menu" tab, but when the user logs in the User Menu doesn't appear but instead is the SAP Menu which shows.

I want to show the Use Menu and if possible, to let the user switch between User Menu and SAP Menu.

I have been looking for this in the forum but I still haven't found what I'm looking for.

If anyone can help me, I will be very appreciated.

Thanks in advance for your help,

Jose Pinedo

1 ACCEPTED SOLUTION

morten_nielsen
Active Contributor
0 Kudos

Hi Jose

There are a couple of ways two deactivate the different menus.

Take a look in table SSM_CUST - in here look for the entry "ALL_USER_MENUS_OFF".

Furthermore this can be controlled on the user level as well - check table USERS_SSM.

Regards

Morten Nielsen

6 REPLIES 6

manohar_kappala2
Contributor
0 Kudos

Hi,

I think there profile parameters have been changed in transaction RZ11 look for this profile parameter "start_menu" and see if the current value is different from the Dflt value. If they are different then that could be the reason for this.

also let me know if you are able to switch between the SAP menu and USer menu.

0 Kudos

Hi Manohar, thanks for your help, but the other post helped me to solve it.

There is a table, USERS_SSM where you can check-mark if you want the user to have User Menu, SAP Menu or both. If you check both check boxes the user can switch between menus in the toolbox.

Regards,

Jose

0 Kudos

Hi Jose,

You are most welcome. This was a new learning for me too.

Manohar

morten_nielsen
Active Contributor
0 Kudos

Hi Jose

There are a couple of ways two deactivate the different menus.

Take a look in table SSM_CUST - in here look for the entry "ALL_USER_MENUS_OFF".

Furthermore this can be controlled on the user level as well - check table USERS_SSM.

Regards

Morten Nielsen

0 Kudos

Hi Morten.

SSM_CUST activate or deactivate the parameter globally, but USERS_SSM is perfect to allow the users to see its menu, sap menu, or to switch between them.

Thanks a lot

Jose

Former Member