Functionality Converts currency amounts from external data format into SAP internaldata format. The value range will be limited by the parameter"MAX_NUMBER_OF_DIGITS". Notes It is used in BAPI interfaces. Description Error messages Value range The following errors can occur: Code Description ----------------------------------------------------------------------- S& 040 Currency amount cannot be converted S& 041 External currency amount is too large to be converted S& 042 The number of decimal places exceeds the allowed maximum S& 043 No currency key transferred: default conversion carried out S& 044 Transferred currency key is unknown Description This parameter is used to delimit value ranges. The maximum number ofplaces before and after the decimal point is 23. (domain BAPICURR). Example: If a domain in an internal field is 11 digits long, then the maximumnumber of places before and after the decimal point is 11. For allexternal amounts that are more than 11 digits, the error code HV041"external currency amount too large to be converted" is returned in theparameter RETURN. Value range Maximum 23 |