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 to a standard function module.

Former Member
0 Likes
396

Hi everybody.

I used an Implicit Enhancement to a Standard function module Customized_Message, at the starting of function module.

Code:

ENHANCEMENT 1 ZFK01_ENHANCEMENT4. "active version

If sy-tcode = 'FK01' and sy-CPROG = 'SAPMF02K' AND I_MSGNR = '230' AND i_arbgb = 'F2' AND I_DTYPE = 'I'.

EXIT.

ENDIF.

ENDENHANCEMENT.

The above is working fine, to the condition what i had given above code.

But my question is, can i use a implicit enchancement to a Standard function module(Customized_message).

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
301

Yes, but you should also be aware that 'F2' is a configurable message class in the IMG. You should attempt to solve your issue in that manner first.