ABAP Runtime Errors

SUBMIT_PARAM_NOT_CONVERTIBLE SAP ABAP Runtime Error submit param not convertible







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


SUBMIT_PARAM_NOT_CONVERTIBLE ABAP Runtime Error

Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Parameter value not convertible in the SUBMIT statement. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Program <runtime parameter> called program <runtime parameter> using the SUBMIT statement. At the same time, a value was specified for the parameter <runtime parameter> that cannot be converted into the type of parameter <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.