‎2008 Feb 23 7:33 PM
hi all,
i am gettting a run-time error (dump) in this line of code,
netval = wa_tb_str_ekpo-ktmng * wa_tb_str_ekpo-netpr.
ktmng is data type QUAN and has reference field MEINS of EKPO table
while netpr is data type CURR and has reference field WAERS of EKKO table.
ABAP ERROR ANALYSIS SAYS :
Error occurred while data was being converted.
Please help me.
Thanks.
‎2008 Feb 23 7:37 PM
hi prasad,
you can pass this value to the char field. then pass it to the field. and let me know the result.
regards,
venkat.
‎2008 Feb 23 7:41 PM
So i pass both values in char fields and then perform this code.
‎2008 Feb 23 7:57 PM