SAP table TPOOL (Master Record, LIFO Pools)
SAP table TPOOL has 3 primary key fields being MANDT,MYKEY,MYPOOL.
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 | |
MYPOOL | Pool number for LIFO valuation | CHAR | 4 | 0 | MYPOOL | ||
MEINS | Base Unit of Measure | UNIT | 3 | 0 | T006 | MEINS | |
PEINH | Price unit | DEC | 5 | 0 | PEINH | ||
XINDX | LIFO Valuation: Index Pool Indicator | CHAR | 1 | 0 | MYPOOLINDX | ||
RANGE1 | LIFO Valuation: Planned Price Range of Pool (Category 1) | DEC | 4 | 1 | MYPOOLRANGE1 | ||
RANGE2 | LIFO Valuation: Planned Price Range of Pool (Category 2) | DEC | 4 | 1 | MYPOOLRANGE2 | ||
CHKPR | LIFO Valuation: Guideline Price of Pool | CURR | 11 | 2 | MYCHKPR |
TPOOL foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TPOOL | MEINS | T006 | Units of Measurement | MANDT |
0 TPOOL | MEINS | T006 | Units of Measurement | MSEHI |
1 TPOOL | MYKEY | T001Y | Valuation Levels for LIFO Inventory Valuation | MANDT |
1 TPOOL | MYKEY | T001Y | Valuation Levels for LIFO Inventory Valuation | MYKEY |