ABAP Keyword Documentation → ABAP Glossary
up cast
Also known as a widening cast. Assignment between reference variables, where the static type of the target variables is similar or identical to the static type of the source variables. An up cast does not have to be performed explicitly. See down cast.