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

Function module implicit enhancements

Former Member
0 Likes
1,419

Hello everyone,

I think I am in a need of implementing a implicit enhancement on one of the standard function modules but could not find any options any where in my system to do this. I am on ECC 5.0. Could anyone please let me know how I can proceed here? Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
727

Hi,

I dont think you have implicit enhancement option in ECC5. Time to upgrade my friend.

Regards,

Himanshu

Read only

Former Member
0 Likes
727

Hi,

Display the function module source code in SE37. Then click the Enhance Source Code bussont (Shift + F4). Next, select Edit > Enhancement Operations > Show Implicit Enhancements

They will be highlighted in yello. Place cursor where you want your code to go, then click Create Enhancement.

Make sure this is what you want to do, as this si very much like changing SAP standard code, and this method should really be a last resort.