ABAP Keyword Documentation → ABAP Glossary
null reference
Initial value of a reference variable. The null reference does not point to an object and can be assigned to any reference variable. Data objects accessed using the null reference generally raise a non-handleable exception. Method calls using the null reference produce a handleable exception.