2006 Jun 27 9:31 AM
Hi,
I'm trying to do the following:
WRITE my_alv-netwr TO ftpost-fval.
my_alv-netwtr is type NETWR BWERT CURR 13 2
and ftpost-fval is FVAL BDC_FVAL CHAR 132 0
The above does not work, i tried
my_alv-netwr = ftpost-fval.
And that did not work, what is the best way of doing this and making sure I do not lose any information?
Thanks
2006 Jun 27 9:37 AM
Hi,
I'm trying to do the following:
WRITE my_alv-netwr TO ftpost-fval.
my_alv-netwtr is type NETWR BWERT CURR 13 2
and ftpost-fval is FVAL BDC_FVAL CHAR 132 0
The above does not work, i tried
my_alv-netwr = ftpost-fval.
And that did not work, what is the best way of doing this and making sure I do not lose any information?
Thanks
2006 Jun 27 9:35 AM
hi,
it works but maybe you'll not see it on your display,
becaus it's formatted <b>right-justified.</b>
->try again with a char20
A.
2006 Jun 27 9:38 AM
Hi,
I had a look the value , using debug, and I could not see anything in it, it complains it's too long, can I force a left justification, also worried to make sure I do not lose any of the data
2006 Jun 27 9:37 AM
2006 Jun 27 9:37 AM
BAPI_CURRENCY_CONV_TO_EXTERNAL Conversion
BAPI_CURRENCY_CONV_TO_INTERNAL Conversion
OR U can directly assign to foalt variable.
regards
vinod
2006 Jun 27 9:56 AM
Hi,
try this Fm <b>HRCM_AMOUNT_TO_STRING_CONVERT</b>
Regards
vijay
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |