Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 372
Message text: Table type change. Delete database table
The table type was changed from TRANSP to POOL/CLUSTER. Conversion is
not necessary since no data exists. Delete the existing database
table.
The table type was changed from TRANSP to INTTAB. Any existing data in
the database table is lost. Delete the existing database table.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Use the 'Delete DB table' function to delete the database table.
INCLUDE ADIC-DB-UTILITIES
Error message extract from SAP system. Copyright SAP SE.
AD372
- Table type change. Delete database table ?The SAP error message AD372, which states "Table type change. Delete database table," typically occurs when there is a mismatch between the table definition in the ABAP Dictionary (Data Dictionary) and the actual database table in the underlying database. This can happen during a transport or when changes are made to the table structure.
Cause: Table Type Change: The error indicates that the type of the table has been changed (e.g., from a transparent table to a pooled table or vice versa). Inconsistent State: The database table may not match the definition in the Data Dictionary, leading to inconsistencies. Transport Issues: If the table was modified in a development environment and the changes were transported to a production environment, the transport might not have been executed correctly. Manual Changes: Manual changes made directly in the database (bypassing the Data Dictionary) can lead to this error.
Solution: Delete the Database Table: The error message suggests deleting the database
Get instant SAP help. Sign up for our Free Essentials Plan.
AD371
Table type change. Create database table
What causes this issue? The table type was changed from POOL/CLUSTER to TRANSP. The table was activated since it contained no data. However, a new ta...
AD370
Active nametab is missing. Nametab was re-written
What causes this issue? When activating this table, it was found that the active nametab of this table is missing although the table already existed ...
AD373
Fields deleted; update the DB table/data
What causes this issue? Fields at the end of the table have been deleted. TRANSP-type tables can only be activated if the database table has been adj...
AD374
Create a database table
What causes this issue? The activated VIEW table is new. Please create a corresponding database view.System Response The system issues an error mess...
Click on this link to search all SAP messages.