SAP Table
TC37P Break schedule
SAP table TC37P has 4 primary key fields being MANDT,SCHGRUP,PAPLAN,PAUNR.
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
TC37P columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeySCHGRUP | Grouping for Shift Definitions and Shift Sequences | CHAR | 2 | 0 | TC39A | SCHGRUP | |
| KeyPAPLAN | Work Break Schedule | CHAR | 4 | 0 | PAUPLAN | ||
| KeyPAUNR | Break Number in a Work Break Schedule | NUMC | 2 | 0 | PAUSENR | ||
| PAUBEG | Start Time | TIMS | 6 | 0 | BEGZT | ||
| PAUEND | End Time | TIMS | 6 | 0 | ENDZT | ||
| STDAZ | Work Break After Hours | DEC | 5 | 2 | PAUNSTD | ||
| PADAUER | Length of a Work Break in Seconds (internal) | INT4 | 10 | 0 | PADAUER |