Fonction SAP BKK_EXCHNGRATE_CONVERT - Exchange Rate Conversion (External -> Internal)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_EXCHNGRATE IBKK_PSTSD-EXCHNGRATE C 10 Exchange Rate in Format CHAR 10

Paramètre Reférence Type Long. Description
E_EXCHNGRATE IBKK_ITEM-EXCHNGRATE P 5 Exchange Rate in Format DEC 9

Exception Description
FORMAT_ERROR Incorrect Format Transferred

Description
Exchange rate in external layout.
The format is CHAR 10 and must have the following layout:

  • Predecimal places: Maximum 4 figures

  • Decimal places: Maximum 5 figures, separated by a decimal point.

  • Example:
    Correct,,Incorrect
    1234.12345,,12345
    12.12,,12345.12
    1.12345,,
    Note:
    Predecimal places > 4: Triggers an exception
    Decimal places > 5: Number cut off to 5 figures.