ABAP Keyword Documentation → ABAP − Reference → Program Layout → Modularization Statements → Procedures → Methods → METHOD
METHOD - Internal Additions
Other versions: 7.31 | 7.40 | 7.54
Internal Additions
Other versions: 7.31 | 7.40 | 7.54
These additions are for internal use only. Do not use them in application programs.
Addition
... ... BY KERNEL MODULE p1 ...
Effect
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
.
Note
In global classes, the addition must be entered directly in the source code editor in Class Builder and is not specified under the properties of the method there.