CLEAR is the standard ABAP statement to reset a variable to its initial value regardless of its data type. Setting var = 0 only works for numeric variables, initialize var is syntactically invalid, and VALUE IS INITIAL is used in conditional expressions rather than assignments.