Message type: E = Error
Message class: DO - Dictionary: Mass activation of domains and data elements
Message number: 873
Message text: Table type & is still being used in structure &
When using the where-used list for table types it was found that the
table type is still being referenced in structures.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If you want to delete the table type, remove the use of the table type
in structure fields before performing the deletion.
Error message extract from SAP system. Copyright SAP SE.
DO873
- Table type & is still being used in structure & ?The SAP error message DO873 indicates that a table type is still being used in a structure, which prevents you from making certain changes to the table type. This is a common issue when working with ABAP Dictionary objects in SAP.
Cause: The error occurs when you attempt to delete or modify a table type that is still referenced by a structure or another object in the ABAP Dictionary. This is a safeguard to prevent breaking dependencies in your data model.
Solution: To resolve this error, you need to identify where the table type is being used and remove or modify those references. Here are the steps you can follow: Identify References: Use transaction code SE11 (Data Dictionary) to check the table type. Enter the name of the table type and click on the "Where-Used List" button (or press Shift + F4). This will show you all the objects (like structures, tables, etc.) that are using this table
Get instant SAP help. Sign up for our Free Essentials Plan.
DO872
Table type & is not deleted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DO871
Table type & is deleted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DO874
Table type & is still being used in table type &
What causes this issue? When using the where-used list of the table type, it was found that the table type is being used in other table types. The sy...
DO880
*** Messages about recursive definition
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.