SAP table TPKSF (Kanban Status Sequences)
SAP table TPKSF has 2 primary key fields being MANDT,PKSFG.
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 | |
PKSFG | Status Sequence Kanban | CHAR | 4 | 0 | PKSFG | ||
SFGS1 | Identifier for status 1 (wait) in the status sequence | CHAR | 1 | 0 | SFGS1 | ||
SFGS2 | Identifier for status 2 (empty) in status sequence | CHAR | 1 | 0 | SFGS2 | ||
SFGS3 | Identifier for status 3 (in process) in the status sequence | CHAR | 1 | 0 | SFGS3 | ||
SFGS4 | Indicator for status 4 (in transit) in the status sequence | CHAR | 1 | 0 | SFGS4 | ||
SFGS5 | Identifier for status 5 (full) in status sequence | CHAR | 1 | 0 | SFGS5 | ||
SFGS6 | Identifier for status 6 (in use) in status sequence | CHAR | 1 | 0 | SFGS6 | ||
PKAKT | Define own activities for switching status | CHAR | 1 | 0 | PKAKT |