Start of Content Area
narrowing cast (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Also referred to as down cast.

Assignment between reference variables in which the static type of the target variable is more specific than the static type of the source variable. Only possible in assignments using the casting operator (?=) or MOVE ... ?TO. See also widening cast.

End of Content Area