[SAP Abap] X-DOC: SE43 - SAP user menu definition

1. Menu structure

SAP's menu bar supports hierarchical configuration and includes the following two concepts:
(1) Menu item: A specific menu directory or menu item needs to be created within the menu area.
(2) Menu area: A container for a set of menu items, which can be mounted in other menu areas or independently mounted on the user menu bar.
Insert image description here

2. Menu configuration

(1) The SAP system initial menu is viewed and set through SSM2. When the user does not set a start menu, the default menu is displayed when the user logs in.
(2) User start menu, viewed and set through SU3, has a higher priority than the SAP system initial menu. If set, the user menu will be displayed.

3. Menu customization

SAP transaction code: SE43, you can use the following two methods:
(1) Expand the original menu area, SAP upgrade may be reset
(2) Create a self-built menu area, the recommended method.

4. Practical demonstration

Execute transaction code: SE43, you can create and maintain the system menu bar
Insert image description here
(1) Create a custom menu area: ZMM01 MM module
Insert image description here
Add other menu areas: ZSD01 SD module, ZPP01 PP module, ZPS01 PS module, ZFICO01 FICO module.
Insert image description here

(2) Create a custom menu directory:
add: batch guide, function, printing, report, etc. in the menu area
Insert image description here
(3) Create a custom menu item: insert a sub-node in the menu directory and
Insert image description here
fill in the menu item name and corresponding TCODE
Insert image description here
prompt: Query the TCODE of the function that needs to be added through SE93, as shown in the figure below (use Ctrl+Y to copy)
Insert image description here
. After the menu item is added, the menu area will be as shown in the figure below, and you can save it.
Insert image description here
(4) Menu area nesting
Create menu area: Z001 Self-developed function, add submenu area
Insert image description here
Add the results as follows, save
Insert image description here
(5) Copy system menu area
View system initial menu, execute transaction code: SSM2
Insert image description here
Copy system initial menu S000 to Z000 SAP User configuration menu
Insert image description here
Insert image description here
Insert image description here
Insert image description here
(5) Modify the menu area Z000
Insert image description here
and add a submenu area: Z001
Insert image description here
is as shown below. Save,
Insert image description here
you can also expand the system menu area S000
Insert image description here
Insert image description here
and add a submenu area later, the same as above.

(6) Application menu area
. Execute transaction code: SSM2, change the system default menu to Z000, and re-login to the menu bar as follows.
Insert image description here
Execute transaction code: SU3, change the user start menu to Z001
Insert image description here
and re-log in to the menu bar as follows.
Insert image description here

Original article, please indicate the source when reprinting - X-Files

Guess you like

Origin blog.csdn.net/XLevon/article/details/130264717