SAP table TCY06 (Overall profiles for capacity planning)
SAP table TCY06 has 2 primary key fields being MANDT,PROFIL_ID.
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 | |
PROFIL_ID | ID of a user-spec. profile in the table for overall profiles | CHAR | 10 | 0 | PROFIL_ID | ||
SETPROF_ID | ID of a user-spec. profile in the tab. for selectn. profiles | CHAR | 10 | 0 | TCY07 | SETPROF_ID | |
DARPROF_ID | ID of a user-spec. profile in the table for option profiles | CHAR | 10 | 0 | TCY08 | DARPROF_ID | |
LISPROF_ID | List profile | CHAR | 10 | 0 | TCY09 | LISPROF_ID | |
GRAPROF_ID | ID of a user-spec. profile in the tab. for graphics profiles | CHAR | 10 | 0 | TCY21 | GRAPROF_ID |
TCY06 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TCY06 | DARPROF_ID | TCY08 | Option profiles | MANDT |
0 TCY06 | DARPROF_ID | TCY08 | Option profiles | DARPROF_ID |
1 TCY06 | GRAPROF_ID | TCY21 | Graphics profiles | MANDT |
1 TCY06 | GRAPROF_ID | TCY21 | Graphics profiles | GRAPROF_ID |
0 TCY06 | LISPROF_ID | TCY09 | List profiles (standard settings for lists) | MANDT |
0 TCY06 | LISPROF_ID | TCY09 | List profiles (standard settings for lists) | LISPROF_ID |
1 TCY06 | SETPROF_ID | TCY07 | Sel. profiles (Sets for sel. screens & interv. for display) | MANDT |
1 TCY06 | SETPROF_ID | TCY07 | Sel. profiles (Sets for sel. screens & interv. for display) | SETPROF_ID |