SAP DOWN CAST - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

down cast
Also called narrowing cast. Assignment between reference variables, where the static type of the target variable is more specific than the static type of the source variable and the assignability is checked at runtime. A down cast must always be performed explicitly. Assignments can be made using the casting operator ( ?=) and constructor expressions can be specified using the casting operator CAST. See also up cast.
ABAP_MORE_INFO