ABAP Dumps¶
Runtime errors (ST22 short dumps) decoded. Each page follows the same shape so you can scan it quickly:
- Symptom — the exact error text and where it shows up
- Cause — what actually went wrong
- Fix — the minimum change to get past it
- Prevention — how to stop it happening again
Index¶
| Dump | Category | Likely cause |
|---|---|---|
| CONVT_NO_NUMBER | Conversion | Non-numeric string assigned to numeric field |
More pages coming. To request one, open an issue.