SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →instance method
Method of a class that is declared using METHODS, which can only be used in an instance of the class. Instance methods can access all attributes and events in the same class.