Message type: E = Error
Message class: COM_PME_PARSER - Configuration
Message number: 087
Message text: Data type error: formal parameter &1 is of type &2
The syntax check found an error in an entry for a table/function.
Formal parameter &V1& is not of the same data type as the argument &V2&
entered with it.
The cursor marks the entry for a table/function that is incorrect.
A table is referred to by the keyword TABLE, the language-independent
table name, and a list of arguments, each consisting of <Formal
parameter = Arg>, for example:
TABLE TEST_TAB(COLOR='red', PRICE=PRICE_1)
COLOR and PRICE are formal parameters of the table, 'red' is a constant
and PRICE_1 is a characteristic-specific variable.
A function is identified by the keyword FUNCTION. The other entries are
the same as for a table, for example:
FUNCTION TEST_FUN(COLOR='red', PRICE=PRICE_1)
The data type of each argument must be the same as that of the formal
parameter. If COLOR is an alphanumeric characteristic (CHAR) in table
TEST_TAB, for example, you cannot enter a figure as an argument. Check
argument &V2& for formal parameter &V1& and correct the error.
Error message extract from SAP system. Copyright SAP SE.
COM_PME_PARSER087
- Data type error: formal parameter &1 is of type &2 ?The SAP error message COM_PME_PARSER087 indicates a data type error related to a formal parameter in a function module or method. Specifically, it states that the formal parameter (denoted as &1) is expected to be of a certain data type (denoted as &2), but the actual data type being passed does not match the expected type.
Cause: This error typically occurs due to one of the following reasons: Type Mismatch: The data type of the variable or parameter being passed to a function module or method does not match the expected data type defined in the function's interface. Incorrect Data Declaration: The variable may have been declared with an incorrect data type in the ABAP program. Changes in Function Module: If the function module or method has been modified (e.g., changes in the parameter types), and the calling program has not been updated accordingly, this error can occur. Inconsistent Data Types: If there are inconsistencies in
Get instant SAP help. Sign up for our Free Essentials Plan.
COM_PME_PARSER086
Formal parameter &1 not valid for: &2
What causes this issue? The syntax check found an error in entry for a table or function. Formal parameter is invalid.System Response The cursor s...
COM_PME_PARSER085
Invalid variable name &1
What causes this issue? The syntax check found an error in a variable definition.System Response The cursor shows where in your entry the error occu...
COM_PME_PARSER088
Variable of type &1 expected
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_PARSER091
Error in standard dependency: &1
What causes this issue? The syntax check found an error in an entry for a predefined standard dependency &V1&.System Response The system iss...
Click on this link to search all SAP messages.