sapdev logo background
sapdev logo sapdev logo
Comments

ABAP METHOD KERNEL MODULE INTERNAL Statement syntax, information and example SAP source code



Return to Statement index



METHOD - Internal Additions

ABAP_ADDITION:
... BY KERNEL MODULE p1 ...

What does it do? This addition of the statement METHOD defines the method meth as a kernel method . This means that the method meth is not implemented in ABAP but in the kernel instead by using one of the kernel modules p1 specified here. No statements are allowed between METHOD and ENDMETHOD
.
Latest notes: In global classes, the addition must be entered directly in the source code editor in Class Builder and is not listed under the prop
erties of the method there.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




METHODS_TESTING
MINIMUM




comments powered by Disqus