SAP table T001A (Additional Local Currencies Control for Company Code)
SAP table T001A has 2 primary key fields being MANDT,BUKRS.
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||
CURTP | Currency type and valuation view | CHAR | 2 | 0 | CURTP |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
KURST | Exchange Rate Type | CHAR | 4 | 0 | TCURV | KURST | |||||||||||||||||||||||||||||||||||||||||||||||||||
CURSR | Source Currency for Currency Translation | CHAR | 1 | 0 | CURSR |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CURDT | Type of Translation Date | CHAR | 1 | 0 | CURDT |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CURTP2 | Currency type and valuation view | CHAR | 2 | 0 | CURTP |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
KURST2 | Exchange Rate Type | CHAR | 4 | 0 | TCURV | KURST | |||||||||||||||||||||||||||||||||||||||||||||||||||
CURSR2 | Source Currency for Currency Translation | CHAR | 1 | 0 | CURSR |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
CURDT2 | Type of Translation Date | CHAR | 1 | 0 | CURDT |
|
T001A foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T001A | BUKRS | T001 | Company Codes | BUKRS |
1 T001A | KURST | TCURV | Exchange rate types for currency translation | MANDT |
1 T001A | KURST | TCURV | Exchange rate types for currency translation | KURST |
0 T001A | KURST2 | TCURV | Exchange rate types for currency translation | MANDT |
0 T001A | KURST2 | TCURV | Exchange rate types for currency translation | KURST |
1 T001A | MANDT | T000 | Clients | MANDT |