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: SDDL_PARSER_MSG - Message Class for DDL Parser
Message number: 118
Message text: In view extends, no INNER JOIN must be used
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.
SDDL_PARSER_MSG118
- In view extends, no INNER JOIN must be used ?The SAP error message SDDL_PARSER_MSG118 indicates that there is an issue with the way you are trying to define a view in the SAP system, specifically when using the ABAP Dictionary (DDIC) to create or modify a view. The error message states: "In view extends, no INNER JOIN must be used." This typically occurs when you are trying to extend a view that is already defined, and you are attempting to use an INNER JOIN in the definition of that extended view.
Cause:
The primary cause of this error is the use of an INNER JOIN in a view extension. In SAP, when you extend a view, you are expected to use a LEFT OUTER JOIN instead of an INNER JOIN. This is because the view extension is meant to add additional fields to the existing view without filtering out any records that do not match the join condition.
Solution:
To resolve this error, you should modify the view definition to replace any INNER JOINs with LEFT OUTER JOINs. Here are the steps you can follow:
Open the View Definition: Go to the transaction code SE11 (Data Dictionary) and open the view that you are trying to extend.
Check the Join Conditions: Look for any INNER JOIN statements in the SQL code of the view.
Modify the Joins: Change any INNER JOINs to LEFT OUTER JOINs. This will ensure that all records from the base view are retained, and only the matching records from the joined table are included.
Activate the View: After making the changes, activate the view to ensure that the changes take effect.
Test the View: Execute the view to verify that it works as expected and that the error message no longer appears.
Related Information:
By following these steps and understanding the underlying principles, you should be able to resolve the SDDL_PARSER_MSG118 error and successfully extend your view in SAP.
Get instant SAP help. Sign up for our Free Essentials Plan.
SDDL_PARSER_MSG117
TABLE FUNCTION must be followed by the name of the table function
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG116
An empty parameter list is only allowed for table function
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG119
The path expression "&" is not allowed in ON conditions
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG120
The path expression "&" is not allowed in filter conditions
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.