Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 035
Message text: Table type changed from &->& (Table is deleted from DB)
The table type has changed. Changes in the database objects have
therefore become necessary. An existing database table must be deleted.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
This action might be carried out automatically by the system. Otherwise
you must delete the table from the database yourself using the database
utility (SE14).
Error message extract from SAP system. Copyright SAP SE.
The SAP error message DT035 indicates that a table type has changed, specifically that a table has been deleted from the database. This error typically arises in the context of ABAP development, particularly when working with data dictionary objects or when there are inconsistencies between the data dictionary and the underlying database.
Cause: Table Deletion: The most straightforward cause is that a database table that was previously defined in the ABAP Dictionary has been deleted from the database. This could happen due to a manual deletion or as part of a transport request that removed the table. Transport Issues: If a transport request was moved from one system to another (e.g., from development to production) and the table was deleted in the target system, this error can occur. Inconsistent Data Dictionary: If there are inconsistencies between the ABAP Dictionary and the actual database schema, such as changes made directly in the database without corresponding
Get instant SAP help. Sign up for our Free Essentials Plan.
DT034 Table type changed from &->& (Table is created in the DB)
What causes this issue? The table type has changed. Changes in the database objects have therefore become necessary. A table which is active in the A...
DT033 Table type changed from &->& (Delete database table/view)
What causes this issue? The table type has changed. Changes have therefore become necessary in database objects. An existing database table or an exi...
DT036 Table type changed from &->& (Data must be deleted)
What causes this issue? A change in the table type makes it necessary to delete a table which was already created in the database. This table already...
DT037 Table & was activated
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.