Start of Content Area

-5005: Missing non-NULL value  Locate the document in its SAP Library structure

Explanation:

The INSERT- or UPDATE statement must contain non-NULL values for all mandatory columns. If a key specification is specified, non-NULL values must be specified for all key columns.

User Action:

Use a QUERY statement issued on the system table DOMAIN.COLUMNS to find out the mandatory and key columns of the table.

 

End of Content Area