SSPIRGOVPR SAP (SPI Cumulation at Process Level) Table details

Dictionary Type: Table
Description: SPI Cumulation at Process Level




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




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

SSPIRGOVPR is a standard SAP Table which is used to store SPI Cumulation at Process Level data and is available within R/3 SAP systems depending on the version and release level.

The SSPIRGOVPR table consists of various fields, each holding specific information or linking keys about SPI Cumulation at Process Level data available in SAP. These include PROCTYPE (SPI: Process Type ID), SUBKEY (SPI Overview: Subkey for Status and Cumulation), AGGR_FROM (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), AGGR_TO (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 SSPIRGOVPR 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
SUBKEYSPI Overview: Subkey for Status and Cumulation SPIOVSKEYCHAR2
AGGR_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
AGGR_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CMPFINSPI: Finished + Complete Status SPICMPFINRAW1SPIPROCST
ERRORSPI: Error Status for Process SPIERRSTRAW1SPIERRST
PCOUNTNatural Number INT4INT410INT4
DMAXUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DMINUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
DAVG Duration in Sec.0
TO_BE_DELETEDGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPIRGOVPR
INTO CORRESPONDING FIELDS OF WA_SSPIRGOVPR
WHERE...

How to access SAP table SSPIRGOVPR

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