Black Friday is ending this Friday! 40% off with coupon CYBER40 - Sign up here →
Message type: E = Error
Message class: 6A - Real estate messages rent adjustment
Message number: 413
Message text: &1: syntax error ("&2")
In block &V1& of the control table for the representative list of rents
the formula syntax ("&V2&") contains errors.
The formula cannot be evaluated.
Check the formula for errors in the variables and key words (
<DS:FU.CHECK_FORMULA>Info about syntax</>).
Error message extract from SAP system. Copyright SAP SE.
The SAP error message 6A413 indicates a syntax error in the ABAP code or in the configuration of a particular object. The message format is typically as follows:
6A413 &1: syntax error ("&2")
Where:
&1 usually represents the name of the object (like a program, function module, or class) where the error occurred.
&2 represents the specific part of the code or configuration that has the syntax error.
Cause
The syntax error can be caused by several factors, including:
Typographical Errors: Mistakes in the code such as misspelled keywords, missing punctuation, or incorrect structure.
Incorrect Data Types: Using incompatible data types in operations or assignments.
Missing or Extra Keywords: Forgetting to include necessary keywords or including unnecessary ones.
Improperly Defined Objects: Issues with the definition of variables, methods, or classes.
Version Compatibility: Using features or syntax that are not supported in the current version of the ABAP runtime.
Solution
To resolve the syntax error, you can follow these steps:
Check the Code: Review the
Get instant SAP help. Sign up for our Free Essentials Plan.
6A412 &1: action lines missing
What causes this issue? Block &V1& of the control table for the representative list of rents contains no action items (lines with specified r...
6A411 &1: condition line is missing
What causes this issue? Block &V1& of the control table for the representative list of rents contains no condition lines (lines without speci...
6A414 &1: value &2 is not of category &3
What causes this issue? The formula of block &V1& of the control table for the representative list of rents was evaluated, resulting in the v...
6A415 &1: name &2 is not a variable name
What causes this issue? In block &V1& of the control table for the representative list of rents you are using the variable name &V2&....
Click on this link to search all SAP messages.