Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SOI - Safe Online Import/Upgrade Messages
Message number: 808
Message text: Column &1 of table &2 is dropped
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SOI808
- Column &1 of table &2 is dropped ?The SAP error message SOI808 indicates that a specific column in a database table has been dropped. This typically occurs during operations that involve database schema changes, such as when a table is altered or when a data model is updated.
Cause:
- Schema Changes: The column in question may have been intentionally dropped as part of a database schema change. This can happen during an upgrade, a data model adjustment, or a manual modification.
- Data Model Mismatch: If there is a mismatch between the data model in the application and the actual database schema, it can lead to this error.
- Incorrect Configuration: Sometimes, incorrect configurations or settings in the application can lead to attempts to access a column that no longer exists.
Solution:
- Check Database Schema: Verify the current structure of the database table in question. You can do this using transaction codes like SE11 (Data Dictionary) or SE14 (Database Utility) in SAP.
- Update Data Model: If the column was dropped intentionally, ensure that the application or data model is updated accordingly to reflect this change. This may involve modifying the code or configuration that references the dropped column.
- Restore Column: If the column was dropped unintentionally, you may need to restore it. This can involve running a database script to add the column back to the table, ensuring that the data type and constraints match the original definition.
- Check for Dependencies: Investigate if there are any dependencies or references to the dropped column in other parts of the application. Update or remove these references as necessary.
- Consult Documentation: Review any relevant SAP notes or documentation that may provide guidance on handling this error, especially if it is related to a specific version or module of SAP.
Related Information:
If the issue persists after following these steps, consider reaching out to SAP support or your internal SAP technical team for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
SOI807
Dropping the primary key of table &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI806
Adding &1 columns to table &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI809
Dropping &1 columns from table &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SOI810
Unable to avoid NULL values for field &1 type &2 (&3)
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.