SSPIADMEVBDF SAP (PMI: Cutoff Counter/BDF Status for Metrics (Events)) Table details

Dictionary Type: Table
Description: PMI: Cutoff Counter/BDF Status for Metrics (Events)




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




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

SSPIADMEVBDF is a standard SAP Table which is used to store PMI: Cutoff Counter/BDF Status for Metrics (Events) data and is available within R/3 SAP systems depending on the version and release level.

The SSPIADMEVBDF table consists of various fields, each holding specific information or linking keys about PMI: Cutoff Counter/BDF Status for Metrics (Events) data available in SAP. These include PROCTYPE (SPI: Process Type ID), METRICNAME (SPI: Metric Name), BDF_ORIGTIME (SPI: Creation Timestamp of Instance in Central Store), BDF_RESLV_TIME (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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: Cannot Be Enhanced


SAP SSPIADMEVBDF 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROCTYPESPI: Process Type ID SPIPROCTPCHAR32SPIGUID32PSPIPROCTPHSPIPROCTP
METRICNAMESPI: Metric Name SPIMETRICNAMECHAR12SPIMETRICNAME
BDF_ORIGTIMESPI: Creation Timestamp of Instance in Central Store SPIORIGSTMPDEC21(7) TZNTSTMPL
BDF_RESLV_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
EV_COND_SECPMI: Increased Runtime Condition for BDFs (RT Event) in Secs SPIEVCONDSECINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPIADMEVBDF
INTO CORRESPONDING FIELDS OF WA_SSPIADMEVBDF
WHERE...

How to access SAP table SSPIADMEVBDF

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