/BI0/E0RSTT_C04 SAP (Detail Results of Coverage Analysis) Table details

Dictionary Type: Table
Description: Detail Results of Coverage Analysis




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




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

/BI0/E0RSTT_C04 is a standard SAP Table which is used to store Detail Results of Coverage Analysis data and is available within R/3 SAP systems depending on the version and release level.

The /BI0/E0RSTT_C04 table consists of various fields, each holding specific information or linking keys about Detail Results of Coverage Analysis data available in SAP. These include KEY_0RSTT_C04T (Dimension Table Key), KEY_0RSTT_C04U (Dimension Table Key), KEY_0RSTT_C041 (Master data ID), KEY_0RSTT_C042 (Dimension Table Key).. 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/E0RSTT_C04 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_0RSTT_C04PDimension Table Key RSDIMIDINT410/BI0/D0RSTT_C04PINT4
KEY_0RSTT_C04TDimension Table Key RSDIMIDINT410/BI0/D0RSTT_C04TINT4
KEY_0RSTT_C04UDimension Table Key RSDIMIDINT410INT4
KEY_0RSTT_C041Master data ID RSSIDINT410RSSID
KEY_0RSTT_C042Dimension Table Key RSDIMIDINT410/BI0/D0RSTT_C042INT4
KEY_0RSTT_C043Dimension Table Key RSDIMIDINT410/BI0/D0RSTT_C043INT4
KEY_0RSTT_C044Dimension Table Key RSDIMIDINT410/BI0/D0RSTT_C044INT4
KEY_0RSTT_C045Dimension Table Key RSDIMIDINT410/BI0/D0RSTT_C045INT4
KEY_0RSTT_C046Dimension Table Key RSDIMIDINT410/BI0/D0RSTT_C046INT4
RSTT_CADPNumber of Terminations /BI0/OIRSTT_CADPINT410RSKYFINT
RSTT_CACLNumber of Calls /BI0/OIRSTT_CACLDEC17(3) RSKYFNUM
RSTT_CAOKNumber of Called Program Blocks /BI0/OIRSTT_CAOKDEC17(3) RSKYFNUM
RSTT_CABKNumber of Total Program Blocks /BI0/OIRSTT_CABKDEC17(3) RSKYFNUM
RSTT_CABGNumber of Blocks in Group /BI0/OIRSTT_CABGDEC17(3) RSKYFNUM
RSTT_CACHNumber of Source Code Changes of Processing Block /BI0/OIRSTT_CACHDEC17(3) RSKYFNUM
RSTT_CASTNumber of Statements Within Processing Block /BI0/OIRSTT_CASTDEC17(3) RSKYFNUM

Key field Non-key field



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

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

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

How to access SAP table /BI0/E0RSTT_C04

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