Fonction SAP BKK_AMOUNT_CONV_TO_INTERN_MAIN - Conversion of All Amounts to Internal Display

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_AMOUNT IBKK_TAMITE u 165 Amounts to be Converted

Paramètre Reférence Type Long. Description
E_AMOUNT IBKK_TAMITI u 69 Converted Amounts

Exception Description
AMOUNTS_NOT_VALID Transfer Invalid Amounts

Functionality
Converts currency amounts from an external format into the internal SAPformat.
The value range is restricted by the MAX_NUMBER_OF_DIGITS parameter.
If successful, the value RETURN = 0 is returned.The following error scenarios can arise:

  • Number of places is too large (RETURN = 1)

  • Conversion error (RETURN = 2)

  • External amount is too large (RETURN = 3)
  • Notes
    This is used on the BAPI interfaces.