FUNC_PARM_IS_NOT_SEQUENCE_OF_C is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: A - ABAP Programming Error
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
Notes on error corrections for target group "ABAP Developers"
(can be executed as required).
Please see program correction for more details about the possible cause of this runtime error and how it could be avoided.
Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.
Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.
Parameter <runtime parameter> is not of type C or STRING.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
There was attempt made to pass a current parameter to the formal
parameter "<runtime parameter>" of the function "<runtime parameter>". This current parameter does not
have type C or STRING at runtime.
Parameter "<runtime parameter>" is types with ANY so that both character fields as well as strings can be passed. Since there is still no special generic type for types C and STRING, this check will occur only at runtime.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
FUNC_PARM_IS_NOT_SEQUENCE_OF_C - func parm is not sequence of c FREE_BUFFER_ILLEGAL_POINTER - free buffer illegal pointer FREE_BUFFER_ILLEGAL_HEADER - free buffer illegal header FORM_PARM_IS_NOT_SEQUENCE_OF_C - form parm is not sequence of c FLDREF_ACCESS_TO_DELETED - fldref access to deleted FIND_INFINITE_LOOP - find infinite loop