ITAB_NON_NUMERIC_COMPONENT 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 program correction for more details about the possible cause of this runtime error and how it could be avoided.
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.
Non-numeric field invalid for forming totals
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
The totals associated with statement <runtime parameter> can only be well-defined if
all totaled fields have a numeric type (I, P, DECFLOAT16, DECFLOAT34,
F).
In the present case, an attempt was made to use either the non-numeric
type <runtime parameter> was to form a total in a structureless table or to create a
total using component <runtime parameter> of type <runtime parameter>.
Please see abap internal types for more details about the possible cause of this runtime error and how it could be avoided.
An attempt was made to form a total using an unstructured internal
table with a non-numeric type or a non-numeric component of an internal
table.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
ITAB_NON_NUMERIC_COMPONENT - itab non numeric component ITAB_LINE_NOT_FOUND - itab line not found ITAB_KEY_ILLEGAL_COMPONENT - itab key illegal component ITAB_KEY_COMPONENT_MISSING - itab key component missing ITAB_ILLEGAL_SORT_ORDER_BLK - itab illegal sort order blk ITAB_ILLEGAL_SORT_ORDER - itab illegal sort order