Using constants in ABAP OO method



Your INCLUDE should only contain definitions of constants nothing else and then the answer is straightforward.

Select Goto → Class - whichever local definition and then add an INCLUDE statement. This will expose all the constants “INCLUDE” in your implementation.


Advertisements