Mandatory field &1 of staging table &2 cannot be empty; enter valid data

Message type: E = Error

Message class: DMC_RT_MSG - DMC: Runtime Object Messages

Message number: 631

Message text: Mandatory field &1 of staging table &2 cannot be empty; enter valid data



&Cause&
There are some records containing empty mandatory fields in the staging
table.


&Procedure&
Find out these records in this staging table in the database using SQL
queries such as the following one and enter valid data in the mandatory
fields.
<AB>SELECT * FROM <Staging_Table_Name> WHERE <Mandatory_Field_Name> =
<(><<)>Initial_Value></>
where
<Staging_Table_Name> is the name of the staging table.
<Mandatory_Field_Name> is the name of the mandatory field.
<(><<)>Initial_value> is the default value of the mandatory field or
space. To get the default value for a field, check the Default column of
the staging table in the database.

The system issues an error message and will not allow you to continue with this transaction until the error is resolved.


Error message extract from SAP system. Copyright SAP SE.