TREX_BC_MEASURE SAP (Performance measurement information of TREX BasisClient.) Table details

Dictionary Type: Table
Description: Performance measurement information of TREX BasisClient.




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




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

TREX_BC_MEASURE is a standard SAP Table which is used to store Performance measurement information of TREX BasisClient. data and is available within R/3 SAP systems depending on the version and release level.

The TREX_BC_MEASURE table consists of various fields, each holding specific information or linking keys about Performance measurement information of TREX BasisClient. data available in SAP. These include OBJECT_ID (3-Byte field), AS4DATE (Date of Last Change), AS4TIME (Last changed at), SE_NUM_OF_RECS (SE: Number of records in table.).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TREX_BC_MEASURE 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
ICM_USERUser Name SYUNAMECHAR12SYCHAR12
OBJECT_ID3-Byte field CHAR3CHAR3CHAR3
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
SE_NUM_OF_RECS SE: Number of records in table.0
SE_STRING_SIZE SE: Size of serialized string (kbytes)0
SE_CP_CONV_TIME SE: Time of codepage conversion - SYSCP -> UTF8 (msec)0
SE_SERIAL_TIME SE: Time of serialization (msec)0
TREX_COMM_TIME Time of accessing TREX servers (including ICM time).0
SE_TOTAL_TIME SE: Total time (msec)0
DE_NUM_OF_RECS DE: Number of records in table.0
DE_STRING_SIZE DE: Size of deserialized string (kbytes)0
DE_CP_CONV_TIME DE: Time of codepage conversion - UTF8 -> SYSCP (msec)0
DE_AB_SPLIT_TIME DE: Time of ABAP SPLIT INTO TABLE (msec)0
DE_DT_CONV_TIME DE: Time of data conv - text -> proper data type (msec)0
DE_TOTAL_TIME DE: Total time (msec)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREX_BC_MEASURE
INTO CORRESPONDING FIELDS OF WA_TREX_BC_MEASURE
WHERE...

How to access SAP table TREX_BC_MEASURE

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