/BI0/E0TCT_C21 SAP (Process Statistics) Table details

Dictionary Type: Table
Description: Process Statistics




ABAP Code to SELECT data from /BI0/E0TCT_C21
Related tables to /BI0/E0TCT_C21
Access table /BI0/E0TCT_C21




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

/BI0/E0TCT_C21 is a standard SAP Table which is used to store Process Statistics data and is available within R/3 SAP systems depending on the version and release level.

The /BI0/E0TCT_C21 table consists of various fields, each holding specific information or linking keys about Process Statistics data available in SAP. These include KEY_0TCT_C21T (Dimension Table Key), KEY_0TCT_C21U (Dimension Table Key), KEY_0TCT_C212 (Dimension Table Key), KEY_0TCT_C213 (Master data ID).. 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 /BI0/E0TCT_C21 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
KEY_0TCT_C21PDimension Table Key RSDIMIDINT410/BI0/D0TCT_C21PINT4
KEY_0TCT_C21TDimension Table Key RSDIMIDINT410/BI0/D0TCT_C21TINT4
KEY_0TCT_C21UDimension Table Key RSDIMIDINT410INT4
KEY_0TCT_C212Dimension Table Key RSDIMIDINT410/BI0/D0TCT_C212INT4
KEY_0TCT_C213Master data ID RSSIDINT410RSSID
TCTDURTIONDuration /BI0/OITCTDURTIONFLTP16(16) RSKYFFLO
TCTSTRTDATStart Date /BI0/OITCTSTRTDATDATS8DATUM
TCTSTRTTIMStart Time /BI0/OITCTSTRTTIMTIMS6TIME
TCTSTRTTSTStart Time-Stamp /BI0/OITCTSTRTTSTDEC17(3) RSKYFNUM
TCTENDDATEnd Date /BI0/OITCTENDDATDATS8DATUM
TCTSTAUIKFrequency /BI0/OITCTSTAUIKDEC17(3) RSKYFNUM
TCTENDTIMEnd Time /BI0/OITCTENDTIMTIMS6TIME
TCTENDTSTEnd Time-Stamp /BI0/OITCTENDTSTDEC17(3) RSKYFNUM
TCTSTIMEKStart Time /BI0/OITCTSTIMEKTIMS6TIME

Key field Non-key field



How do I retrieve data from SAP table /BI0/E0TCT_C21 using ABAP code

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

SELECT SINGLE *
FROM /BI0/E0TCT_C21
INTO CORRESPONDING FIELDS OF WA_/BI0/E0TCT_C21
WHERE...

How to access SAP table /BI0/E0TCT_C21

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