on ‎2006 Feb 23 6:33 AM
Hi,
Why we can only write Currency COnversions in Update rule but not in Tranfer rules.
Request clarification before answering.
Hi Reddy,
Currency translation in the update allows you to translate data records from the source currency of the InfoSource into a target currency in the data target. This function is only available if key figures with currency fields exist in the source system in various currencies. Currency translation is not available if the currency of the data records to be transferred is the same as the currency of the target key figure in the InfoCube.
http://help.sap.com/saphelp_nw04/helpdata/en/80/1a64e0e07211d2acb80000e829fbfe/frameset.htm
This below link for unit conversion.
http://help.sap.com/saphelp_nw04/helpdata/en/3f/2aea76361311d4b2c30050dadfb23f/frameset.htm
These above links will give more examples on conversions.
Thaks
VJ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
We can write currency conversions in the update as well as the transfer rules..
Check this link out for further details..
http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/content.htm
Regards,
Jess.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
we can also do currency conversion in transfer rules, using function module, e.g
CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY'
EXPORTING
DATE = 0DOC_DATE
FOREIGN_CURRENCY = 0DOC_CURRCY
LOCAL_AMOUNT = TRAN_STRUCTURE-[fieldname]
LOCAL_CURRENCY = TRAN_STRUCTURE-0LOC_CURRCY
IMPORTING
FOREIGN_AMOUNT = RESULT
EXCEPTIONS
.....
hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.