Do you have any question about this error?
Message type: E = Error
Message class: D3 - CCMS - DB2 on OS390
Message number: 790
Message text: After TABLESPACE and PART, no other parameter can be specified
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.
D3790
- After TABLESPACE and PART, no other parameter can be specified ?The SAP error message D3790, which states "After TABLESPACE and PART, no other parameter can be specified," typically occurs in the context of database operations, particularly when defining or altering a database table or partition in SAP.
Cause:
This error arises when you attempt to specify additional parameters after the
TABLESPACE
andPART
keywords in a SQL statement. In SAP, when you define a table or partition, the syntax requires that once you specify theTABLESPACE
andPART
options, no other parameters can follow. This is a restriction in the SQL syntax used by SAP's database interface.Solution:
To resolve this error, you need to review the SQL statement or the configuration where the error is occurring. Here are the steps you can take:
Check SQL Syntax: Ensure that your SQL statement adheres to the correct syntax. After specifying
TABLESPACE
andPART
, do not include any other parameters. For example:CREATE TABLE my_table ( column1 INT, column2 VARCHAR(100) ) TABLESPACE my_tablespace PARTITION BY RANGE (column1);
Ensure that there are no additional parameters after
TABLESPACE
andPART
.Review Documentation: Consult the SAP documentation or the database documentation for the specific SQL syntax and options available for your version of SAP and the underlying database (e.g., HANA, Oracle, etc.).
Modify the Statement: If you need to include additional options, consider restructuring your SQL statement to separate the definitions or to use alternative methods to achieve your goal without violating the syntax rules.
Test Changes: After making the necessary adjustments, test the SQL statement again to ensure that the error is resolved.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
D3789
No parameters were inserted
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
D3788
Sort over a internal table failed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
D3791
TABLESPACE can only be followed by PART
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
D3792
INDEX can only be followed by INDEX or PART
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.