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

executing a programm through a new menu entry

Former Member
0 Likes
558

hello,

I am new to abap and wanted to know how to execute any abap program by linking it to a new menu entry.

Through the tx SE41 i was able to create new entry in an existing menu.Buth entry is disabled.

I have also an executable program.

I want this programm to get executed whenever i click to that menu option.

please tell the step wise process to establish this process.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

Hello

1. You need to active this function in SE41 (Extras->Active functions in current status)

2. You must set link between function and executable programm in pool-programm.

3 REPLIES 3
Read only

Former Member
0 Likes
530

Hello

1. You need to active this function in SE41 (Extras->Active functions in current status)

2. You must set link between function and executable programm in pool-programm.

Read only

0 Likes
529

ThanksDzed,

I have created the transaction code for the program. can this transaction code be linked with the menu entry?

How?

What fields i need to fill in edit menu to activate the menu entry.

Read only

0 Likes
529

Hello

In SE41 you input programm name.

Open such programm in SE38 and link menu function and your transaction (programm).