TSTRGENSEG SAP (Time stream: Time segments for generation) Structure details

Dictionary Type: Structure
Description: Time stream: Time segments for generation




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




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

TSTRGENSEG is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Time stream: Time segments for generation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TSTRGENSEG TYPE TSTRGENSEG.

The TSTRGENSEG table consists of various fields, each holding specific information or linking keys about Time stream: Time segments for generation data available in SAP. These include BEGIN_TIME (Time stream: Start of period in local time), BEGIN_TSTP (Time stream: Start of time segment as time stamp (UTC)), END_DATE (Time stream: End of period in local date), END_TIME (Time stream: End of period in local time).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSTRGENSEG structure 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
BEGIN_DATETime stream: Start of period in local date TSTRPBEGDADATS8TSTRDATLOC
BEGIN_TIMETime stream: Start of period in local time TSTRPBEGTITIMS6TSTRTIMLOC
BEGIN_TSTPTime stream: Start of time segment as time stamp (UTC) TSTRPBEGTSDEC15TZNTSTMPS
END_DATETime stream: End of period in local date TSTRPENDDADATS8TSTRDATLOC
END_TIMETime stream: End of period in local time TSTRPENDTITIMS6TSTRTIMLOC
END_TSTPTime stream: End of time segment as time stamp (UTC) TSTRPENDTSDEC15TZNTSTMPS
BREAKSTime stream: Proportionate breaks in hhhhhh:mm:ss TSTRBREAKSDEC11TSTRNTSTRDURAN
LOADFACTORTime stream: Load factor in xxx,yyy % TSTRLOADFADEC6(3) TSTRLOADFA
HAS_EXTENTFlag - time slot has an extent TSTRFLHEXTCHAR1XFLAG
IS_EXTENTFlag - time slot is an extent TSTRFLIEXTCHAR1XFLAG

Key field Non-key field



How do I retrieve data from SAP structure TSTRGENSEG using ABAP code?

As TSTRGENSEG is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TSTRGENSEG as there is no data to select.

How to access SAP table TSTRGENSEG

Within an ECC or HANA version of SAP you can also view further information about TSTRGENSEG 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!