SAP STATIC TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

static type
Data type of a reference variable ( reference type). It determines the objects a reference variable can point to. For object reference variables, the static type is a class or an interface. For data reference variables, the static type is a data type. The static type is always more general than or the same as the dynamic type.