ABAP Keyword Documentation → ABAP Glossary
object component selector
The ->
character. Also called
instance component selector. Each visible
component comp
of a
data object or an
instance of a
class can be addressed using ref->comp
if ref
is a
reference variable that points to the object.