Message: Identifier expected instead of '<invalid identifier>'
Possible error cause: An invalid identifier is passed to a method.
Error correction: Use valid identifiers.
Example of the error:
METHOD 123 VAR_INPUT END_VAR --> C0243: The name used in the signature is not identical to the object name --> C0026: Identifier expected instead of '123'
Error correction:
Example: METHOD METH123