Message type: E = Error
Message class: ACI_COMPILER_GENERIC - EXPERIMENTAL, DON'T USE (ACI: Generic Compiler Messages)
Message number: 070
Message text: Missing end statement, expected '&1' was '&2'.
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.
ACI_COMPILER_GENERIC070
- Missing end statement, expected '&1' was '&2'. ?The SAP error message ACI_COMPILER_GENERIC070 indicates that there is a syntax error in your ABAP code, specifically that the compiler expected an "end statement" but found something else. The message typically follows this format: Expected: The statement that the compiler was expecting (denoted as '&1'). Found: The statement that was actually found (denoted as '&2'). Cause This error usually occurs due to one of the following reasons: Missing End Statement: You may have forgotten to include an END statement for a control structure (like IF, CASE, LOOP, etc.). Mismatched Statements: There might be a mismatch between the opening and closing statements. For example, you might have an IF statement without a corresponding ENDIF. Incorrect Syntax: There could be a syntax error in the code that leads the compiler to misinterpret the structure of your code. Commented Code: Sometimes, if you have commented out parts of your code incorrectly, it can lead to confusion in the compiler. Solution To resolve this
Get instant SAP help. Sign up for our Free Essentials Plan.
ACI_COMPILER_GENERIC062
Scanner error in macro '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACI_COMPILER_GENERIC061
Missing terminating dot in macro '&1'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACI_COMPILER_GENERIC111
Illegal line break within literal
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACI_COMPILER_GENERIC112
Literal space exhausted
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.