Application Development 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: 

convert btween types

Former Member
0 Kudos

hi!

i am trying to update a field through bi

the field is like ckmmat_display-pvprs_1,

and the bi field is like bdcdata-fval.

when i am trying to pass the value 4.3 to char field i get only 4.

what is the type that i have to use in order to later on update the bi(bdcdata-fval) with this field.

thanks

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

Hi Yifat,

try:

write ckmmat_display-pvprs_1 to char_field currency CKMMAT_DISPLAY-WAERS_1.

(alternatively another currency code you've in access)

-> have a look to Abap-docu 'write to'

regards Andreas