ABAP Runtime Errors

SUBMIT_WRONG_SIGN SAP ABAP Runtime Error submit wrong sign







SUBMIT_WRONG_SIGN 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_WRONG_SIGN ABAP Runtime Error

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

Programm <runtime parameter> must be corrected so that <runtime parameter> contains a valid value ('I' or 'E'). Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Incorrect sign in parameter during SUBMIT. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

You attempted to start an ABAP program with SUBMIT.
You attempted to submit a value to selection selection criterion <runtime parameter> using SUBMIT ... WITH <runtime parameter>. You used addition " ... SIGN <runtime parameter>" to specify the sign. The only values allowed for SIGN are 'I' (for Inclusive) and 'E' (for Exclusive). The content of <runtime parameter> is '<runtime parameter>' however (hexadecimal '<runtime parameter>'). Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

You tried to submit a value to a selection criterion for this program. The data was not submitted correctly.