TCDATETRG SAP (Table for date time triggers) Table details

Dictionary Type: Table
Description: Table for date time triggers




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




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

TCDATETRG is a standard SAP Table which is used to store Table for date time triggers data and is available within R/3 SAP systems depending on the version and release level.

The TCDATETRG table consists of various fields, each holding specific information or linking keys about Table for date time triggers data available in SAP. These include GUID (System GUID for ABAP Systems or Other Systems), NAME (Background trigger name), TYPE (Background trigger type), SDLSTRTDT (Planned Start Date for Background Job).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCDATETRG 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
GUIDSystem GUID for ABAP Systems or Other Systems CSMSYSGUIDCHAR32SYSUUID_C
NAMEBackground trigger name TRGNAMECHAR32CHAR32
TYPEBackground trigger type TRGTYPECHAR10CHAR10
SDLSTRTDTPlanned Start Date for Background Job BTCSDATEDATS8SYDATS
SDLSTRTTMPlanned start time for background Job BTCSTIMETIMS6SYTIME
LASTSTRTDTLatest Execution Date for a Background Job BTCLSDATEDATS8SYDATS
LASTSTRTTMLatest Execution Time for Background Job BTCLSTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCDATETRG
INTO CORRESPONDING FIELDS OF WA_TCDATETRG
WHERE...

How to access SAP table TCDATETRG

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