[ABAP] Konstane NULL (Null-Pointer) definieren

CONSTANTS: null TYPE REF TO object VALUE IS INITIAL.

DATA: o_obj TYPE REF TO object.

o_obj = null.