/BIC/E100001 SAP (DTP Statistics) Table details

Dictionary Type: Table
Description: DTP Statistics




ABAP Code to SELECT data from /BIC/E100001
Related tables to /BIC/E100001
Access table /BIC/E100001




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

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

The /BIC/E100001 table consists of various fields, each holding specific information or linking keys about DTP Statistics data available in SAP. These include KEY_100001T (Master data ID), KEY_1000011 (Master data ID), KEY_1000012 (Master data ID), KEY_1000013 (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 /BIC/E100001 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_100001PDimension Table Key RSDIMIDINT410/BIC/D100001PINT4
KEY_100001TMaster data ID RSSIDINT410RSSID
KEY_1000011Master data ID RSSIDINT410RSSID
KEY_1000012Master data ID RSSIDINT410RSSID
KEY_1000013Master data ID RSSIDINT410RSSID
KEY_1000014Master data ID RSSIDINT410RSSID
KEY_1000015Master data ID RSSIDINT410RSSID
KEY_1000016Master data ID RSSIDINT410RSSID
TCTDURTIONDuration /BI0/OITCTDURTIONFLTP16(16) RSKYFFLO
TCTSTRTDATStart Date /BI0/OITCTSTRTDATDATS8DATUM
TCTSTRTTIMStart Time /BI0/OITCTSTRTTIMTIMS6TIME
TCTSTRTTSTStart Time-Stamp /BI0/OITCTSTRTTSTDEC17(3) RSKYFNUM
TCTENDTIMEnd Time /BI0/OITCTENDTIMTIMS6TIME
TCTENDTSTEnd Time-Stamp /BI0/OITCTENDTSTDEC17(3) RSKYFNUM
TCTSTRRECSNumber of Records at Start /BI0/OITCTSTRRECSDEC17(3) RSKYFNUM
TCTENDRECSNumber of Records at End /BI0/OITCTENDRECSDEC17(3) RSKYFNUM
TCTSTRSIZESize at start /BI0/OITCTSTRSIZEDEC17(3) RSKYFNUM
TCTENDSIZESize at end /BI0/OITCTENDSIZEDEC17(3) RSKYFNUM
TCTENDDATEnd Date /BI0/OITCTENDDATDATS8DATUM
TCTSTIMEKStart Time /BI0/OITCTSTIMEKTIMS6TIME
TCTSTAUIKFrequency /BI0/OITCTSTAUIKDEC17(3) RSKYFNUM
FACTCOUNTData Record Counter (is not allowed to be used) /BI0/OIFACTCOUNTINT410RSKYFINT

Key field Non-key field



How do I retrieve data from SAP table /BIC/E100001 using ABAP code

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

SELECT SINGLE *
FROM /BIC/E100001
INTO CORRESPONDING FIELDS OF WA_/BIC/E100001
WHERE...

How to access SAP table /BIC/E100001

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