Message type: E = Error
Message class: DAAG_COMMON - Messages for DAAG_COMMON
Message number: 312
Message text: Table &1 is not a column store table
The table added to the data aging object is of storage type <LS>Row
Store</> or <LS>Undefined</>.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Add only tables of storage type <LS>Column Store</>.
Error message extract from SAP system. Copyright SAP SE.
DAAG_COMMON312
- Table &1 is not a column store table ?The SAP error message DAAG_COMMON312 indicates that the operation you are trying to perform is being attempted on a table that is not a column store table. This error typically arises in the context of SAP HANA, where certain operations or functions are designed to work specifically with column store tables.
Cause: The error occurs when: You are trying to execute a query or operation that is intended for column store tables on a row store table. The table you are referencing in your SQL statement or operation is not defined as a column store table in the database.
Solution: To resolve this error, you can consider the following solutions: Check Table Type: Verify the type of the table you are working with. You can do this by checking the table definition in the SAP HANA database. Use the SQL command:SELECT * FROM M_TABLES WHERE TABLE_NAME = '<your_table_name>'; Look for the COLUMN_STORE attribute in the result. Convert the Table: If the
Get instant SAP help. Sign up for our Free Essentials Plan.
DAAG_COMMON311
Enter keys for 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...
DAAG_COMMON310
Data aging run failed due to unavailability of resources
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DAAG_DESIGNTIME000
*** Back-end messages: 001 - 299 ***
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DAAG_DESIGNTIME001
Data Management object &1 does not exist
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.