TSEGWS01 SAP (WS Application-specific Additional Data for Date Segment) Table details

Dictionary Type: Table
Description: WS Application-specific Additional Data for Date Segment




ABAP Code to SELECT data from TSEGWS01
Related tables to TSEGWS01
Access table TSEGWS01




Table field list including key, data, relationships and ABAP select examples

TSEGWS01 is a standard SAP Table which is used to store WS Application-specific Additional Data for Date Segment data and is available within R/3 SAP systems depending on the version and release level.

The TSEGWS01 table consists of various fields, each holding specific information or linking keys about WS Application-specific Additional Data for Date Segment data available in SAP. These include HEAD_HDL (Handle for time segment header), EVEN (Event type), EVEN_CNT (Transaction type counter for multiple use), KNOTE (Transportation Connection Points).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSEGWS01 table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
HEAD_HDLHandle for time segment header TSEGHDLHDRCHAR22TSEGHTSEGHANDLE
EVENEvent type TSEGEVTTYPCHAR10TTSEGEVTYEVTYATSEGEVTTYP
EVEN_CNTTransaction type counter for multiple use TSEGEVTCNTINT25TSEGEINT2
KNOTETransportation Connection Points KNOTECHAR10TVKNKNOTN
VSTGADeadline deviation reason VSTGACHAR4TVTGVSTGA

Key field Non-key field



How do I retrieve data from SAP table TSEGWS01 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TSEGWS01 to SELECT all data from the table
DATA: WA_TSEGWS01 TYPE TSEGWS01.

SELECT SINGLE *
FROM TSEGWS01
INTO CORRESPONDING FIELDS OF WA_TSEGWS01
WHERE...

How to access SAP table TSEGWS01

Within an ECC or HANA version of SAP you can also view further information about TSEGWS01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!