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

sap menu

Former Member
0 Likes
659

Hello All ,

i would like to disable sap menu and keep only user menu by default from logon screen.

may i know how to disbale .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

Hi Sagar,

There is table SSM_CUST

and there are lot of options which need to be maintained by you.

if you want to diable sap menu you can set this option

SAP_MENU_OFF - yes

ALL_USER_MENUS_OFF and don't maintain any thing for this ID.

Hope this helps,

Regards,

Rakesh.T

5 REPLIES 5
Read only

Former Member
0 Likes
594

Hi Sagar,

There is table SSM_CUST

and there are lot of options which need to be maintained by you.

if you want to diable sap menu you can set this option

SAP_MENU_OFF - yes

ALL_USER_MENUS_OFF and don't maintain any thing for this ID.

Hope this helps,

Regards,

Rakesh.T

Read only

0 Likes
593

Hello ,

i have tried but it did'nt work .

have set to yes and saved . then logged off and logged in .

but i can find the sap menu enabled.

Read only

0 Likes
593

Dont use value 'yes' for SAP_MENU_OFF but use value 'X' . Then it will work.

Kind regards,

Lodewijk Borsboom

Read only

0 Likes
593

And there is another table USERS_SSM where you can switch the menus of or on for specific users.

Read only

0 Likes
593

it worked

thanks a lot