‎2008 Oct 07 9:39 AM
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
‎2008 Oct 07 9:54 AM
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.
‎2008 Oct 07 9:54 AM
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.
‎2008 Oct 07 10:24 AM
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.
‎2008 Oct 07 10:33 AM
Hello
In SE41 you input programm name.
Open such programm in SE38 and link menu function and your transaction (programm).