SAP table TAPOL (Automatic Allocation of Materials to LIFO Pools)
SAP table TAPOL has 4 primary key fields being MANDT,MYKEY,MTART,MEINS.
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 | |
MYKEY | LIFO valuation level | CHAR | 4 | 0 | T001Y | MYKEY | |
MTART | Material type | CHAR | 4 | 0 | T134 | MTART | |
MEINS | Base Unit of Measure | UNIT | 3 | 0 | T006 | MEINS | |
MYPOOL | Pool number for LIFO valuation | CHAR | 4 | 0 | TPOOL | MYPOOL |
TAPOL foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TAPOL | MEINS | T006 | Units of Measurement | MANDT |
0 TAPOL | MEINS | T006 | Units of Measurement | MSEHI |
1 TAPOL | MTART | T134 | Material Types | MANDT |
1 TAPOL | MTART | T134 | Material Types | MTART |
0 TAPOL | MYKEY | T001Y | Valuation Levels for LIFO Inventory Valuation | MANDT |
0 TAPOL | MYKEY | T001Y | Valuation Levels for LIFO Inventory Valuation | MYKEY |
1 TAPOL | MYPOOL | TPOOL | Master Record, LIFO Pools | MANDT |
1 TAPOL | MYPOOL | TPOOL | Master Record, LIFO Pools | MYKEY |
1 TAPOL | MYPOOL | TPOOL | Master Record, LIFO Pools | MYPOOL |