ABAP Runtime Errors

METH_PARM_IS_NOT_SEQUENCE_OF_C SAP ABAP Runtime Error meth parm is not sequence of c







METH_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.


METH_PARM_IS_NOT_SEQUENCE_OF_C ABAP Runtime Error

Notes for error correction targetted at 'ABAP developers' (any detail). 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.

The parameter <runtime parameter> is not of the 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.

It was tried to transfer a current parameter that does not have the type C or STRING at runtime to the formal parameter '<runtime parameter>' of the method '<runtime parameter>' of the class '<runtime parameter>'.

The parameter '<runtime parameter>' was typed with ANY in order to be able to pass character fields as well as strings. As there no specific generic type for the types C and STRING yet, this check is carried out not until runtime. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.