2005 Jul 13 12:14 PM
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
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
2005 Jul 13 12:30 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |