SAP table COFT (Process Management: Process Instructions in Control Recipe)
SAP table COFT has 3 primary key fields being MANDT,CRID,FTNO.
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 | |
CRID | Control Recipe ID | NUMC | 18 | 0 | COCH | CO_CRID | |
FTNO | Sequence number of process instruction in recipe | NUMC | 8 | 0 | FTNO | ||
FTTYP | Type of process instruction | CHAR | 1 | 0 | TCB01 | CO_FTTYP | |
VORNR | Operation/Activity Number | CHAR | 4 | 0 | VORNR | ||
FTRNR | Line Number of Process Instruction | CHAR | 4 | 0 | R_FTNR | ||
COSTR | Process Instruction Category | CHAR | 8 | 0 | TC50 | CO_VORGA |
COFT foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 COFT | COSTR | TC50 | PP-PI: Proc.Message Categories/ Proc.Instruction Categories | MANDT |
0 COFT | COSTR | TC50 | PP-PI: Proc.Message Categories/ Proc.Instruction Categories | WERKS |
1 COFT | FTTYP | TCB01 | Process Instruction Types | MANDT |
1 COFT | FTTYP | TCB01 | Process Instruction Types | FTTYP |
0 COFT | MANDT | T000 | Clients | MANDT |