Fonction SAP BAPI_IBAN_CREATE - Create IBAN

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BANKACCOUNTNUMBER_CREATE BAPI1013_KEY-BANK_ACCT C 35
BANKCOUNTRY_CREATE BAPI1013_KEY-BANK_CTRY C 3
BANKKEY_CREATE BAPI1013_KEY-BANK_KEY C 15
CONTROLKEY_CREATE BAPI1013_KEY-CTRL_KEY C 2
IBAN BAPI1013_DETAIL-IBAN C 34 IBAN (International Bank Account Number)
TABKEY BAPI1013_DETAIL-TABKEY C 24 X IBAN origin: Key to table of bank details
TABNAME BAPI1013_DETAIL-TABNAME C 16 X Table Name
VALID_FROM BAPI1013_DETAIL-VALID_FROM D 8 X Validity start of IBAN

Paramètre Reférence Type Long. 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
RETURN BAPIRET2 u 548 Return Parameter

Functionality
You can use this method to create the IBAN.

Notes
Transfer
You transfer the bank country, bank key, account number, bank controlkey, and the details on the IBAN.
Returns
INCLUDE BAPI_RET

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
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 009 The IBAN number is not correct
E BF00 017 The IBAN number &1 already exists
Other possible messages
Messages from other function modules or programs may be issued that arenot listed here:

  • Messages concerning ALE settings.
  • Description
    For more information on the bank account number, see the correspondingdata element: Bank Account Number.

    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
    For more information on the bank control key, see the corresponding dataelement documentation: Bank Control Key.

    Description
    For more information on the IBAN, see the corresponding data elementdocumentation: IBAN.

    Description
    Origin of the IBAN: Key of bank detail table.
    The transfer is optional.

    Description
    For more information on the parameter, see the corresponding dataelement documentation: Table Name.
    The transfer is optional.

    Description
    Date from which the IBAN is valid.
    The transfer is optional. If the parameter is not transferred, thesystem fills the field with the system date (SY-DATUM).