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.
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.
SUBMIT_PARAM_NOT_CONVERTIBLE - submit param not convertible SUBMIT_PARAM_FRAGMENTS_MISSING - submit param fragments missing SUBMIT_PARAMETER_ERROR - submit parameter error SUBMIT_NO_RANGE_TABLE - submit no range table SUBMIT_IN_ITAB_ILL_STRUCTURE - submit in itab ill structure SUBMIT_IMPORT_ONLY_PARAMETER - submit import only parameter