ABAP Keyword Documentation → ABAP Glossary
start value
Value specified when a data
object is declared. The data object is filled with this value when it is created. The start value
is set using the VALUE
addition
of the DATA
statement. If the VALUE
addition is not used, the system uses the type-dependent
initial value.