TS3RGENSEG SAP (Time Stream: Structure TSTRGENSEG Release 3.*) Structure details

Dictionary Type: Structure
Description: Time Stream: Structure TSTRGENSEG Release 3.*




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




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

TS3RGENSEG 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: Structure TSTRGENSEG Release 3.*" 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_TS3RGENSEG TYPE TS3RGENSEG.

The TS3RGENSEG table consists of various fields, each holding specific information or linking keys about Time Stream: Structure TSTRGENSEG Release 3.* data available in SAP. These include BEGIN_TIME (Time), BEGIN_TSTP (Time Stream: Time Stamp Release 3.*), END_DATE (Date), END_TIME (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 TS3RGENSEG 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_DATEDate DATUMDATS8DATUM
BEGIN_TIMETime UZEITTIMS6UZEIT
BEGIN_TSTPTime Stream: Time Stamp Release 3.* TS3RTSTMPDEC15TS3RTSTMP
END_DATEDate DATUMDATS8DATUM
END_TIMETime UZEITTIMS6UZEIT
END_TSTPTime Stream: Time Stamp Release 3.* TS3RTSTMPDEC15TS3RTSTMP
BREAKSTime Stream: Proportional Breaks in hhhhhh:mm:ss Release 3.* TS3RBREAKSDEC11DEC11
LOADFACTORTime Stream: Load Factor in xxx.yyy% Release 3.* TS3RLOADFADEC6(3) TS3RLOADFA
HAS_EXTENTSingle-Character Indicator CHAR1CHAR1CHAR1
IS_EXTENTSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

As TS3RGENSEG 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 TS3RGENSEG as there is no data to select.

How to access SAP table TS3RGENSEG

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