SAP Table
TCN00 Key Word ID for PS User Fields
SAP Table TCN00 is used in the Project System (PS) module to define and manage keyword IDs for user-defined fields. These fields allow customization and flexibility by enabling users to create additional fields specific to their business requirements. The table stores configurations that link these user-defined fields to their respective keyword IDs, ensuring consistent usage across the system.
SAP table TCN00 has 2 primary key fields being MANDT,SLWID.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
TCN00 columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeySLWID | Key word ID for user-defined fields | CHAR | 7 | 0 | SLWID | ||
| PAR04 | Parameter ID | CHAR | 6 | 0 | TC20 | PARAMID | |
| PAR05 | Parameter ID | CHAR | 6 | 0 | TC20 | PARAMID | |
| BEROB | Authorization object for user defined fields authorization | CHAR | 10 | 0 | TOBJ | PS_USRBERO |
/ Relationships