SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →self reference
Object reference variable called me that is predefined as a local constant and is available in every instance method. It always points to the instance in which the method is currently being executed. The static type of me is the class in which the instance method is implemented.