Do you have any question about this error?
Message type: E = Error
Message class: DT - Table activation (incl. indexes)
Message number: 747
Message text: This is not possible in row store
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.
DT747
- This is not possible in row store ?The SAP error message DT747 ("This is not possible in row store") typically occurs when you are trying to perform an operation that is not supported in a row store table. This error is often encountered in the context of SAP HANA, where there are two types of data storage: row store and column store.
Cause:
- Data Storage Type: The operation you are attempting to perform is not compatible with row store tables. Certain features, such as specific types of aggregations or calculations, may only be supported in column store tables.
- Data Model Design: The data model may be designed in a way that requires columnar storage for optimal performance or functionality, and the operation is being attempted on a row store table instead.
Solution:
- Change the Table Type: If possible, consider changing the table from row store to column store. This can be done by creating a new column store table and migrating the data from the row store table to the new table.
- Modify the Query: Review the SQL query or operation you are trying to execute. If it involves operations that are not supported in row store, you may need to adjust your approach or use different SQL functions that are compatible with row store.
- Check Documentation: Refer to the SAP HANA documentation for specific limitations and supported operations for row store and column store tables. This can provide insights into what operations can be performed on each type of storage.
- Consult with SAP Support: If you are unable to resolve the issue, consider reaching out to SAP support for assistance. They can provide guidance based on your specific scenario and system configuration.
Related Information:
By addressing the underlying cause of the error and considering the solutions outlined above, you should be able to resolve the DT747 error in your SAP environment.
Get instant SAP help. Start your 7-day free trial now.
DT746
Table contains at least one field of type DECFLOAT 16 DEC/RAW
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DT745
Tab &: Row or Column Store Info from DB cannot be determined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DT748
Table & is participating in DataAging; therefore buffering not possible
What causes this issue? This table takes part in DataAging. This means that its data is managed on the database as current ("hot data") and...
DT749
Table & is already in store &; no action necessary on DB
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.