Do you have any question about this error?
Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 017
Message text: Semicolon missing
The system syntax check found an error in a list - items in the list
should be separated by semicolons.
The system expects a semicolon at the cursor.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Check the expression at the cursor and enter a semicolon as separator
character if required. Please also take not of other possible sources
of errors (messages).
Error message extract from SAP system. Copyright SAP SE.
COM_PME_PARSER017
- Semicolon missing ?The SAP error message COM_PME_PARSER017 indicates that there is a syntax error in your code or configuration, specifically that a semicolon is missing. This error typically occurs in ABAP (Advanced Business Application Programming) code or in configuration files where semicolons are required to terminate statements.
Cause:
- Missing Semicolon: The most straightforward cause is that a semicolon is simply missing at the end of a statement.
- Incorrect Syntax: There may be other syntax issues that lead to the parser expecting a semicolon.
- Commenting Issues: If comments are not properly formatted, it might confuse the parser, leading to this error.
- Multi-line Statements: If a statement is split across multiple lines without proper continuation, it may also trigger this error.
Solution:
- Check the Code: Review the code or configuration file where the error is reported. Look for any statements that are missing a semicolon at the end.
- Syntax Review: Ensure that all statements are correctly formatted and adhere to the syntax rules of ABAP or the relevant configuration language.
- Commenting: Make sure that comments are properly formatted. In ABAP, single-line comments start with an asterisk () or double quotes ("), and multi-line comments are enclosed in `/ ... */`.
- Line Continuation: If you have multi-line statements, ensure that they are properly continued. In ABAP, you can use the
&
character to indicate that a statement continues on the next line.- Use of Tools: Utilize the ABAP editor's syntax check feature (available in the SAP GUI) to identify and correct syntax errors.
Related Information:
By carefully reviewing your code and ensuring that all statements are correctly terminated and formatted, you should be able to resolve the COM_PME_PARSER017 error.
Get instant SAP help. Start your 7-day free trial now.
COM_PME_PARSER016
Expression too long
What causes this issue? The syntax check found an expression which is too long.System Response The cursor marks the start of the incorrect expressio...
COM_PME_PARSER015
Missing comma
What causes this issue? The system check has found a syntax error. The system expects a comma at the cursor.System Response The system issues an err...
COM_PME_PARSER018
You must enter parentheses in expressions with operator &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
COM_PME_PARSER021
Error: remaining part of expression cannot be interpreted
What causes this issue? The syntax check could not interpret part of your entry.System Response The cursor shows the start of the expression that co...
Click on this link to search all SAP messages.