SAP table TC52A (Customizing of Process Instruction Positions in PI Sheet)
SAP table TC52A has 5 primary key fields being MANDT,WERK,PHSEQ,POSITION,SORTNR.
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 | |||||||||||||||||||
WERK | Plant | CHAR | 4 | 0 | T001W | WERKS_D | |||||||||||||||||||
PHSEQ | Control Recipe Destination | CHAR | 2 | 0 | TC52 | PHSEQ | |||||||||||||||||||
POSITION | Position of generated proc. instructions in the ctrl. recipe | CHAR | 2 | 0 | CO_PI_POS |
|
|||||||||||||||||||
SORTNR | Sequence of the process instructions at one position | NUMC | 2 | 0 | CO_PI_SORT | ||||||||||||||||||||
COSTR | Process message or process instruction category | CHAR | 8 | 0 | TC50 | CO_COSTR | |||||||||||||||||||
GENUMF | Key: Objects for which proc. instruct. are to be generated | NUMC | 2 | 0 | CO_GENUMF |
|
|||||||||||||||||||
FILTER | Name of the report variant of the filter | CHAR | 14 | 0 | VARID | FILTERVARI |
TC52A foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TC52A | COSTR | TC50 | PP-PI: Proc.Message Categories/ Proc.Instruction Categories | MANDT |
0 TC52A | COSTR | TC50 | PP-PI: Proc.Message Categories/ Proc.Instruction Categories | WERKS |
1 TC52A | FILTER | VARID | Variant directory | REPORT |
1 TC52A | FILTER | VARID | Variant directory | FLAG1 |
1 TC52A | FILTER | VARID | Variant directory | FLAG2 |
0 TC52A | PHSEQ | TC52 | Control Recipe Destinations | MANDT |
0 TC52A | PHSEQ | TC52 | Control Recipe Destinations | WERKS |
1 TC52A | WERK | T001W | Plants/Branches | WERKS |