SAP table TC50 (PP-PI: Proc.Message Categories/ Proc.Instruction Categories)

SAP table TC50 has 4 primary key fields being MANDT,WERKS,CSTYP,COSTR.

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
WERKS Plant CHAR 4 0 T001W WERKS_D
CSTYP Object type: proc.message category or proc. instr. category CHAR 2 0 CO_CSTYP
FT Process instruction
MS Process message
COSTR Process message or process instruction category CHAR 8 0 CO_COSTR
FTTYP Type of process instruction CHAR 1 0 TCB01 CO_FTTYP
FTGRP Process instruction group CHAR 8 0 * CO_FTGRP
SNDALL Indicator: Send message to all destinations or not at all CHAR 1 0 CO_SNDALL

TC50 foreign key relationships

Table Field Check Table Check Field
0 TC50 FTTYP TCB01 Process Instruction Types MANDT
0 TC50 FTTYP TCB01 Process Instruction Types FTTYP
1 TC50 WERKS T001W Plants/Branches WERKS