SAP table TBKBC (Bank Chain from Corresponding Banks)
SAP table TBKBC has 3 primary key fields being MANDT,RCCODE,WAERS.
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 | |
RCCODE | Routing control code | CHAR | 15 | 0 | PRQ_RCC | ||
WAERS | Currency Key | CUKY | 5 | 0 | TCURC | WAERS | |
BNKS2 | Country/Region Key for Correspondence Bank | CHAR | 3 | 0 | T005 | PRQ_BNKS2 | |
BNKK2 | Bank key of correspondent bank | CHAR | 15 | 0 | BNKA | PRQ_BNKK2 | |
BANKN | Bank account number | CHAR | 18 | 0 | BANKN |
TBKBC foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TBKBC | BNKK2 | BNKA | Bank master record | BANKS |
1 TBKBC | BNKS2 | T005 | Countries | MANDT |
1 TBKBC | BNKS2 | T005 | Countries | LAND1 |
0 TBKBC | WAERS | TCURC | Currency Codes | MANDT |
0 TBKBC | WAERS | TCURC | Currency Codes | WAERS |