RSTC_S_EXTR_0TCT_EX21 is an SAP Structure so does not store data like a database table does but can be used to process "BW Statistics: Transaction Data Process Chain Statistics" 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_RSTC_S_EXTR_0TCT_EX21 TYPE RSTC_S_EXTR_0TCT_EX21 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CHAIN_ID | RSPC_CHAIN | CHAR | 25 | Process Chain | ||
LOG_ID | RSPC_LOGID | CHAR | 25 | Log-ID of a Process Chain Run | ||
TYPE | RSPC_TYPE | CHAR | 10 |
* | Process Type | |
VARIANTE | RSPC_VARIANT | CHAR | 30 | Process Variant (Name) | ||
INSTANCE | RSPC_INSTANCE | CHAR | 30 | Process Instance (Value) | ||
STARTTIMESTAMP | RSTIMESTMPL | DEC | 21(7) | UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) | ||
ENDTIMESTAMP | RSTIMESTMPL | DEC | 21(7) | UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) | ||
DURATION | RSDDKRUNTIME | DEC | 21(6) | Runtime | ||
SYSID | LOGSYS | CHAR | 10 |
* | Logical system | ALPHA |
STAUIK | RSDDSTATCOUNT | DEC | 15 | BW Statistics: Number | ||
CALDAY | DATUM | DATS | 8 | Date | ||
TIME | UZEIT | TIMS | 6 | Time |
Key field | |
Non-key field |
RSTC_S_EXTR_0TCT_EX21 - BW Statistics: Transaction Data Process Chain Statistics RSTC_S_EXTR_0TCT_EX15 - data-storages with inconsistent & not uptodate data RSTC_S_EXTR_0TCT_EX14 - Report Availability Status RSTC_S_EXTR_0TCT_EX12 - BW Statistics: Process Chain Status RSTC_S_EXTR_0TCT_EX11 - BW Statistics: Transaction Data Load Status RSTC_S_EXTR_0TCT_EX07 - OLAP Cache: Query memory consumption