2008 Aug 22 1:34 PM
hi all..
at present this function module is picking of values based on the exchange rates on billing dates
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
EXPORTING
DATE = VBKD-PRSDT
FOREIGN_AMOUNT = V_KBETR
FOREIGN_CURRENCY = V_WAERK
LOCAL_CURRENCY = 'USD'
IMPORTING
LOCAL_AMOUNT = V_KBETR1.
I_DATA-KBETR = V_KBETR1.
ENDIF.
i want to pick up values based on the exchange rates on contract booking dates
pricing date-vbkd-prsdt
net value-vbap-netwr
exchange rate-vbkd-kursk
what should i do.....?
hi all..
at present this function module is picking of values based on the exchange rates on billing dates
CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
EXPORTING
DATE = VBKD-PRSDT
FOREIGN_AMOUNT = V_KBETR
FOREIGN_CURRENCY = V_WAERK
LOCAL_CURRENCY = 'USD'
IMPORTING
LOCAL_AMOUNT = V_KBETR1.
I_DATA-KBETR = V_KBETR1.
ENDIF.
i want to pick up values based on the exchange rates on contract booking dates
pricing date-vbkd-prsdt
net value-vbap-netwr
exchange rate-vbkd-kursk
what should i do.....?
2008 Aug 24 9:44 AM
2008 Aug 28 9:48 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |