Fonction SAP BAPI_IBAN_CHANGE - Change IBAN

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BANKACCOUNTNUMBER BAPI1013_KEY-BANK_ACCT C 35 Bank Account Number
BANKCONTROLKEY BAPI1013_KEY-CTRL_KEY C 2 Bank Control Key
BANKCOUNTRY BAPI1013_KEY-BANK_CTRY C 3 Bank Country Key
BANKKEY BAPI1013_KEY-BANK_KEY C 15 Bank Key
DETAIL BAPI1013_DETAIL u 102 Transfer Structure for Object 1013: IBAN Detail
DETAILX BAPI1013_DETAILX u 2 Change Information on IBAN - Detail

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return Parameter

Functionality
You can use this method to change the IBAN.

Notes
Transfer
You transfer the bank country, bank key, account number, bank controlkey, and the detailed information on the IBAN that are to be changed.You transfer the data to be changed by using reference structure bars(checkbox structures)
Returns
INCLUDE BAPI_RET

Description
INCLUDE BAPI_TABLE

Value range
Type ID Number Message
E BF00 202 The country & is not supported
E BF00 211 Bank & & does not exist
E BF00 020 IBAN does not exist
E BF00 009 The IBAN number is not correct.
Other possible messages
Messages from other function modules or programs may be issued that arenot listed here:

  • Messages that concern the ALE settings.
  • Description
    For more information on the bank key, see the corresponding data elementdocumentation: Bank Account Number.

    Description
    For more information on the bank key, see the corresponding data elementdocumentation: Bank Control Key.

    Description
    For more information on the bank country, see the corresponding dataelement documentation: Bank Country.

    Description
    For more information on the bank key, see the corresponding data elementdocumentation: Bank Key.

    Description
    This structure contains IBAN details.

    Description
    You use this structure to specify the fields from the DETAIL parameterthat are to be taken into account when changes are made.

    Value range
    'X'
    This value means that the corresponding field in the DETAIL structurecontains a changed value.
    ' ' (no value)
    No value means that the corresponding field in the DETAIL structure isto remain the same.