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

ENHANCEMENT-POINT Execution From Different Programs

Former Member
0 Likes
585

I have created an enhancement point implementation in a routine, FORM EKPO-INCO2, that is called by two different programs, SAPMM06E and SAPLMEPO. When using the purchase order transactions ME21N, ME22N, etc. the code in the enhancement is executed. When I use transaction ME23K, Outline Agreements, the code is not executed.

How can I have the code in the enhancement executed from either program?

Thanks!

Craig

1 ACCEPTED SOLUTION
Read only

0 Likes
454

Hello Craig,

when entering the editor you was asked for a main program in a dialog. You decided for one of the programs and created an implementation for that program.

So just enter the editor again, then chose the other program and create a new implementation for that program.

Important: Make sure that you have implemented note 1020176 before.

Best Regards

Michael

2 REPLIES 2
Read only

0 Likes
455

Hello Craig,

when entering the editor you was asked for a main program in a dialog. You decided for one of the programs and created an implementation for that program.

So just enter the editor again, then chose the other program and create a new implementation for that program.

Important: Make sure that you have implemented note 1020176 before.

Best Regards

Michael

Read only

Former Member
0 Likes
454

Thanks for the help!