cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding user menu

former_member1318783
Participant
0 Kudos

Dear Guru's,

How to add new T-codes for an user menu .

Rgds,

cherukuri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I presume you are talking about the Tcodes that the user will be working on a day to day basis.

If this is the case create a folder and drag and drop each of the Tcode in to the users folder.

If you are talking about authorization, then the user needs to give the object of the Tcode. This object with change/display/create/delete will be assigned by basis team in the user role/profiles. Once this is done then the user will be able to make use of that transaction.

Kind Regards

chakradhar

Answers (1)

Answers (1)

Former Member
0 Kudos

Use TCode : SE43 to add custom tcode to the user area menu.

Creating your own SAP Customized Main Menu

You can add additional menu transaction in the SAP main menu without affecting the original SAP default area menu S000.

For example, you have created a transaction code called ( z123 - ABC Own Report ) and you want to insert it under Logistics. The specific user will be able to access ABC Own Report by clicking Logistics -> ABC Own Report.

Steps :-

Goto Transaction SE43 - Area Menu

Click the copy button. Copy from S000 to ZXXX

After copying, click Change (area menu ZXXX)

Double click on Logistics and add in your transaction code in the AreaMenu.

Remembers to Activate it.

Next Goto Transaction SU01 - Maintain users

Type in the user name and click the Defaults button

Type in the area menu (ZXXX) in the Start Menu field.

Click Save

The user will be able to see the additional transaction on the next logon.

Reward points if useful.