hi
getting the abap dump:
Runtime Errors CONVT_NO_NUMBER
Exception CX_SY_CONVERSION_NO_NUMBER
Short textm Unable to interpret ", " as a number.
getting the above error while uploading the data:
CASE xyz.
WHEN 'NUM'.
READ TABLE itab WITH KEY char = nam.
IF syst-subrc = 0.
itab-value_from = value.
MODIFY itab INDEX syst-tabix.
ELSE.
itab-charact = nam.
-
> itab-value_from = value.
APPEND itab.
ENDIF.
pls suggest
regards
chandra
Please use a more informative subject
Please use code tags
Edited by: Rob Burbank on Feb 17, 2009 1:36 PM