Significance of Start Values in Variables – ABAP Code sample

We all know when we declare a variable with the DATA statement, we can use the VALUE addition to set a default value, right ? Like this: What happens when you don’t specify a VALUE addition ? Like this : If the VALUE addition is not used, the system uses the type-specific initial value, which in case of d(date) is ‘00000000’ ( Refer to the …