SAP table T012 (House Banks)
SAP table T012 has 3 primary key fields being MANDT,BUKRS,HBKID.
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 | T000 | MANDT | |
BUKRS | Company Code | CHAR | 4 | 0 | T001 | BUKRS | |
HBKID | Short Key for a House Bank | CHAR | 5 | 0 | HBKID | ||
BANKS | Country/Region Key of Bank | CHAR | 3 | 0 | T005 | BANKS | |
BANKL | Bank Keys | CHAR | 15 | 0 | BANKK | ||
TELF1 | First telephone number | CHAR | 16 | 0 | TELF1 | ||
STCD1 | Tax Number 1 | CHAR | 16 | 0 | STCD1 | ||
NAME1 | Name of contact person | CHAR | 30 | 0 | NAME1_A | ||
SPRAS | Language Key | LANG | 1 | 0 | T002 | SPRAS | |
BUPLA | Business Place | CHAR | 4 | 0 | PBUSINESSPLACE | BUPLA_T012 | |
VPAST | Value date in the past allowed | CHAR | 1 | 0 | VPAST |
T012 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T012 | BANKS | T005 | Countries | MANDT |
0 T012 | BANKS | T005 | Countries | LAND1 |
1 T012 | BUKRS | T001 | Company Codes | BUKRS |
0 T012 | BUPLA | PBUSINESSPLACE | Generated Table for View | BUKRS |
0 T012 | BUPLA | PBUSINESSPLACE | Generated Table for View | BRANCH |
1 T012 | MANDT | T000 | Clients | MANDT |
0 T012 | SPRAS | T002 | Language Keys (Component BC-I18) | SPRAS |