SAP table TIBAN (IBAN)
SAP table TIBAN has 5 primary key fields being MANDT,BANKS,BANKL,BANKN,BKONT.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | * | MANDT | |
BANKS | Country/Region Key of Bank | CHAR | 3 | 0 | * | BANKS | |
BANKL | Bank Keys | CHAR | 15 | 0 | BANKK | ||
BANKN | Bank account number | CHAR | 35 | 0 | BANKN35 | ||
BKONT | Bank Control Key | CHAR | 2 | 0 | BKONT | ||
IBAN | IBAN (International Bank Account Number) | CHAR | 34 | 0 | IBAN | ||
VALID_FROM | Validity Start of IBAN | DATS | 8 | 0 | IBAN_VALFR | ||
ERNAM | Name of person who created the object | CHAR | 12 | 0 | ERNAM_BF | ||
ERDAT | Date on which the record was created | DATS | 8 | 0 | ERDAT_BF | ||
TABNAME | Table name, 16 characters | CHAR | 16 | 0 | TABNAME16 | ||
TABKEY | IBAN origin: Key to table of bank details | CHAR | 24 | 0 | IBAN_ORKEY |