SAP UP CAST - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ABAP_MORE_INFO