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: 

call a area menu from abap code

0 Kudos

is possible call o execute a a area menu ( SE43N ) from a Abap code???

I tried 'CALL TRANSACTION 'ZMENU_01' but not working....

6 REPLIES 6

Former Member
0 Kudos

hi

hope it will help you.

Pls reward if help.

Area 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.

0 Kudos

Thank DEEPANKER .

But i have a area menu with 25 transactions and i need to open a new windows with this area menu when the user presses a button in a dynpro in my modul-pool

0 Kudos

did you try the FM i had suggested? BMENU_WB_SHOW_MENU

0 Kudos

Yes, I tried it, but it takes me the transacction SE43N with my area menu...

I am trying to function FM BMENU_START_BROWSER who is called from BMENU_WB_SHOW_MENU

0 Kudos

Not working, This FM take me to the SE43 in display mode with my area menu....

I need to create a new session with my Area menu ( Ej: 'Z_MENU_USER' ) when the users presses a button in my Modul-pool like if you type '/nZ_MENU_USER'....

athavanraja
Active Contributor
0 Kudos

call function module

BMENU_WB_SHOW_MENU and pass the area menu to parameter MENU_ID