SAP Table TSEGE
Time Segment Events
TSEGE (Time Segment Events) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link TSEGE to other SAP tables.
TSEGE table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CLIENT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||||||
HEAD_HDL | Handle for time segment header | TSEGHDLHDR | TSEGH | CHAR | 22 | 0 | ||||||||
EVEN | Event type | TSEGEVTTYP | TTSEGEVTY | CHAR | 10 | 0 | ||||||||
EVEN_CNT | Transaction type counter for multiple use | TSEGEVTCNT | INT2 | 5 | 0 | |||||||||
EVEN_VERTY | Version type of event / time | TSEGVERTYP | CHAR | 1 | 0 |
Possible values
|
||||||||
EVEN_VERNU | Version number of event | TSEGVERNUM | INT2 | 5 | 0 | |||||||||
EVEN_SOR | Sorting field for transaction type | TSEGEVTSRT | INT4 | 10 | 0 | |||||||||
EVEN_TSTFR | Start time of transaction (UTC time stamp) | TSEGEVTFRS | DEC | 15 | 0 | |||||||||
EVEN_ZONFR | Start time zone of transaction | TSEGEVTFRZ | TTZZ | CHAR | 6 | 0 | ||||||||
EVEN_TSTTO | End time of transaction (UTC time stamp) | TSEGEVTTOS | DEC | 15 | 0 | |||||||||
EVEN_ZONTO | End time zone for event | TSEGEVTTOZ | TTZZ | CHAR | 6 | 0 | ||||||||
EVEN_FLGFF | Flag: Start of event is fixed (cannot be delayed) | TSEGTIMFXF | CHAR | 1 | 0 |
Possible values
|
||||||||
EVEN_FLGFT | Flag: End of event is fixed (cannot be delayed) | TSEGTIMFXT | CHAR | 1 | 0 |
Possible values
|
TSEGE foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
TSEGE | CLIENT | TSEGE | CLIENT | T000 | Clients | MANDT |
TSEGE | EVEN | TSEGE | EVEN | TTSEGEVTY | Time Segment for Event Type | EVEN |
TSEGE | EVEN_ZONFR | TSEGE | CLIENT | TTZZ | Time zones | CLIENT |
TSEGE | EVEN_ZONFR | TSEGE | EVEN_ZONFR | TTZZ | Time zones | TZONE |
TSEGE | EVEN_ZONTO | TSEGE | CLIENT | TTZZ | Time zones | CLIENT |
TSEGE | EVEN_ZONTO | TSEGE | EVEN_ZONTO | TTZZ | Time zones | TZONE |
TSEGE | HEAD_HDL | TSEGE | CLIENT | TSEGH | Time Segment Header | CLIENT |
TSEGE | HEAD_HDL | TSEGE | HEAD_HDL | TSEGH | Time Segment Header | HEAD_HDL |