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

Implicit enhancement is allowed?

former_member194142
Participant
0 Likes
670

Hello,

I want to put an inplicit enhancement in a standard SAP's Private visibility having method, pls. let me know is it OK to put implicit enhancements in private methods of standard SAP class~method? If so, any suggestions pls?

I am looking to put in the method of

'COMPLETE_AND_CHECK' of class CMD_EI_API

Thank you

Hello,

I want to put an inplicit enhancement in a standard SAP's Private visibility having method, pls. let me know is it OK to put implicit enhancements in private methods of standard SAP class~method? If so, any suggestions pls?

I am looking to put in the method of

'COMPLETE_AND_CHECK' of class CMD_EI_API

Thank you

1 REPLY 1
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
524

Hi,

technically that is possible. You have implicit enhancement points at the beginning and the end of methods.

Of course, you should know very well what you are doing (and check, if there is a user exit / BAdi / explicit enhancement which you could use instead)

Best regards

Thorsten