SAP UP CAST - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

upcast
Also referred to as a widening cast. Assignment between reference variables, where the static type of the target variables is more general or identical to the static type of the source variables. An upcast does not have to be performed explicitly. See downcast.
ABAP_MORE_INFO