Get Example source ABAP code based on a different SAP table
VERSION 5 IN
initial value The ABAP runtime framework defines an initial value for each data type>. The initial values of the elementary data types> depend on the corresponding built-in ABAP type> . The initial value of reference types> is the null reference>. The initial value of an internal table> is an empty table without lines. The initial value of structured types> is produced from the initial values of the individual components> . The statement CLEAR>> with no additions sets a data object> to the appropriate initial value for its type. Initial values are also assigned to most built-in data types> in ABAP Dictionary>, but those are not evaluated in ABAP programs.