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

User Menu Like SAP menu

Former Member
0 Likes
898

Hello Guys,

I have to create a z Menu like SAP menu which invoke after some z t code.

In this menu I have to add all z t code module wise which will work from there itself. like.

Data Menu

MM module

zmmp1 : Bin Card report

PP Module

zppp1 : Daily production report.

like that Please provide me the help

Thanks

Swati.....

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
0 Likes
823

GO WITH AREA MENUS.

T CODE IS <b>SE43 OR SE43N</b>.

Ex, S001 IS FOR ABAP DEVELOPMENT.

to check it type it in command line.

THIS WILL SOLVE YOUR PROBLEM.

REWARD IF USEFUL.

Hello Guys,

I have to create a z Menu like SAP menu which invoke after some z t code.

In this menu I have to add all z t code module wise which will work from there itself. like.

Data Menu

MM module

zmmp1 : Bin Card report

PP Module

zppp1 : Daily production report.

like that Please provide me the help

Thanks

Swati.....

5 REPLIES 5
Read only

Former Member
0 Likes
823

Hi,

I think you should design your menu in menu painter ie transaction code se41 and give the module wise transaction codes as the options on the menu created , when user clicks on the menu an event is triggere and sy-ucomm contains the code of the option clicked. you can then write impementation as call transaction a particular transaction code depending on the option clicked.

Regards,

Sunmit

Read only

0 Likes
823

Hello Sunmit.

I gone through se41 T -code , but how the add module name and z t code to the same..

Regards

Swati,,.,,

Read only

Former Member
0 Likes
823

ok

Read only

0 Likes
823

Swati,

We had just completed once such requirement in our project.

Go to SE43 and create the Area Menu.

K.Kiran

Read only

SantoshKallem
Active Contributor
0 Likes
824

GO WITH AREA MENUS.

T CODE IS <b>SE43 OR SE43N</b>.

Ex, S001 IS FOR ABAP DEVELOPMENT.

to check it type it in command line.

THIS WILL SOLVE YOUR PROBLEM.

REWARD IF USEFUL.