Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error occurred while data was being converted.

Former Member
0 Likes
460

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.

3 REPLIES 3
Read only

Former Member
0 Likes
440

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.

Read only

0 Likes
440

So i pass both values in char fields and then perform this code.

Read only

Former Member
0 Likes
440

did u got the same result....