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: 111
Message text: ABAP DDL source code can only be closed with ";"
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_MSG111
- ABAP DDL source code can only be closed with ";" ?The SAP error message SDDL_PARSER_MSG111 indicates that there is a syntax error in your ABAP Data Definition Language (DDL) source code. Specifically, this error occurs when the DDL statement is not properly terminated with a semicolon (
;
). In ABAP DDL, each statement must end with a semicolon to indicate the end of that statement.Cause:
The primary cause of this error is the absence of a semicolon at the end of a DDL statement. This can happen due to:
To resolve this error, you should:
Here’s a simple example of a DDL statement that would trigger this error:
DATA: lv_example TYPE string
To fix it, you would add a semicolon:
DATA: lv_example TYPE string;
Ctrl + F2
).By following these steps, you should be able to resolve the SDDL_PARSER_MSG111 error and ensure your DDL code is correctly formatted.
Get instant SAP help. Sign up for our Free Essentials Plan.
SDDL_PARSER_MSG110
The method name must be specified in the form "
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_MSG109
IMPLEMENTED BY METHOD was expected here
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_MSG112
The annotation "AbapCatalog" is not allowed in table functions
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_MSG113
The annotation "Environment.SystemField #CLIENT" is not allowed here
What causes this issue? The annoation '@Environment.SystemField #CLIENT' can only be used if client handling is activated for the table fun...
Click on this link to search all SAP messages.