Do you have any question about this error?
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:
To resolve this error, you can consider the following solutions:
Check Table Type:
SELECT * FROM M_TABLES WHERE TABLE_NAME = '<your_table_name>';
COLUMN_STORE
attribute in the result.Convert the Table:
CREATE COLUMN TABLE new_table AS SELECT * FROM existing_table;
Modify Your Query:
Consult Documentation:
By following these steps, you should be able to address the DAAG_COMMON312 error effectively.
Get instant SAP help. Start your 7-day free trial now.
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.