STRG_ILLEGAL_FORMAT 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.
Probably the only way to eliminate the error is to correct the program.
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.
Format specification '<runtime parameter>' with value '<runtime parameter>' is invalid.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
The format specification for a string expression here is F = '<runtime parameter>' with
value V = '<runtime parameter>'. This has resulted in an error with code <runtime parameter>.
The meaning of the error code is:
- Code 1: Format specification F = V is generally invalid.
- Code 2: Format specification F is invalid for type '<runtime parameter>' of the value
to be formatted.
- Code 3: Format specification F = V and format specification '<runtime parameter>'
cannot both be used at the same time.
- Code 4: Format specification F = V also requires format specification
'<runtime parameter>' to be made.
- Code 5: '<runtime parameter>' is not recognised by the system as an ISO currency.
- Code 6: '<runtime parameter>' is not recognised by the system as a country key.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.