SAP NULL VALUE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

null value
Special value returned by a database to indicate an undefined value or result. There are no special null values in ABAP.
BEGIN_SECTION VERSION 5 OUT In assignments made to ABAP data objects in AB_SQL , Native SQL, and AMDP, null values are transformed to type-dependent initial values. In the table buffer and when using internal tables as data sources, however, null values are handled as such.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO