Hello All,
I am getting the shortdump when I am trying to pass the value from char field to quantity .
Example:
Data : lv_comp_qty like STPO_API02-COMP_QTY.
Data: lv_stpo_qty like STPO_MENGE.
I am getting dump when I am trying to pass 4,123 ( value of lv_comp_qty ) to lv_stpo_qty .
lv_stpo_qty = lv_comp_qty .
I've tried all the possibilities and also FM CHECK_AND_CONVERT_NUMERICS but no luck.
Please give ur input.
Thanks in Advance,
Vinay.
Edited by: Vinay parakala on Jun 8, 2011 6:29 AM