EQUIPKPI SAP (Used to store the Delta values and counters for MTBE calc) Table details

Dictionary Type: Table
Description: Used to store the Delta values and counters for MTBE calc




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




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

EQUIPKPI is a standard SAP Table which is used to store Used to store the Delta values and counters for MTBE calc data and is available within R/3 SAP systems depending on the version and release level.

The EQUIPKPI table consists of various fields, each holding specific information or linking keys about Used to store the Delta values and counters for MTBE calc data available in SAP. These include EQUNR (Equipment Number), LENGTH (Length of the period), DATETO (End date of time segment), TPLNR (Functional Location).. 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: Can be enhanced (character-type or numeric)


SAP EQUIPKPI 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
LENGTHLength of the period LENPRDNUMC2LENPRD
DATETOEnd date of time segment MTBE_DATETODATS8DATUM
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
DATEFRMStart date of time segment MTBE_DATEFRMDATS8DATUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DELTA_T_OHTotal operation hours per SI Unit DELTA_OHFLTP16(16) IMRC_FLTPS
SI_UNIT_OHUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
DELTA_T_OCTotal operation Operation Cycles per SI Unit DELTA_OCFLTP16(16) IMRC_FLTPS
SI_UNIT_OCUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
DELTA_T_LCTotal Landing Cycles DELTA_LCFLTP16(16) IMRC_FLTPS
SI_UNIT_LCUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
COUNT_SHCDCount the total number of Scheduled Removals COUNT_SHCDINT410COUNT_NOTIF
COUNT_UNSCCount the total number of Unscheduled Removals COUNT_UNSCINT410COUNT_NOTIF
COUNT_FAILCount the total number of Failures COUNT_FAILINT410COUNT_NOTIF
CREATED_ON_TIMESPEC2000: Created on Time ADSPC_CREATED_ON_TIMETIMS6ADSPC_TIME
CREATED_ON_DATESPEC2000: Created on Date ADSPC_CREATED_ON_DATEDATS8ADSPC_DATE
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM EQUIPKPI
INTO CORRESPONDING FIELDS OF WA_EQUIPKPI
WHERE...

How to access SAP table EQUIPKPI

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