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: 

Abap program

Former Member
0 Kudos

hi all,

Can anyone tell me how to add my abap program to the application menu in the SAp system. So that users will be able to access and control the program via application menu. for ex: If I write a program to generate reports containing material master data, I should be able to run this from the menu option under MM.

Thanks in advance

Ananda

1 ACCEPTED SOLUTION

Bema
Active Participant
0 Kudos

Hi again,

Go to Tcode SE43N

Enter a name for the menu. Create.(if u have an area menu choose it)

Menuoption Edit-> Insrt Menu Entry-> Insert a submenu

Enter desc and Tcode of ur report prog.Save.

Setting the area menu.

Tcode->SU01->Default tab.

Start menu-> Enter the name of the area menu.

So for this user, the menu will be displayed on the leftside of the start screen.

6 REPLIES 6

vinod_gunaware2
Active Contributor
0 Kudos

U have to Find out <b>Menu Exit</b>.

goto SMOD press f4 Extend help then untick

other exit except menu exit. And try to find out

Menu exit.

regards

vinod

0 Kudos

hi,

Thanks 4 ur reply vinod, but what i want is this,

I have written a program to display some vendor master data. I want this program to be added to the menu under vendor master in SAP menu so that I can view the output (vendor master data) by clicking on the menu without accessing the program.

Thanks in advance

regards,

ananda

0 Kudos

Go to SE43.

Ask your client which is the area menu they are using.

Otherwise search for Z* and choose your Menu.

Select the 'Change Icon' and add your program with Tcode in the appropriate place.

Rgds

Subbu

Bema
Active Participant

Bema
Active Participant
0 Kudos

Hi again,

Go to Tcode SE43N

Enter a name for the menu. Create.(if u have an area menu choose it)

Menuoption Edit-> Insrt Menu Entry-> Insert a submenu

Enter desc and Tcode of ur report prog.Save.

Setting the area menu.

Tcode->SU01->Default tab.

Start menu-> Enter the name of the area menu.

So for this user, the menu will be displayed on the leftside of the start screen.

venkat_o
Active Contributor
0 Kudos

Hi Herath,

<b>1</b>.

U have to use Area Menu to include ur programs

T.Code SE43N.

<b>Thanks,

Venkat.O</b>