SSPIRGOVSTX SAP (SPI Cumulation at Step Level) Table details

Dictionary Type: Table
Description: SPI Cumulation at Step Level




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




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

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

The SSPIRGOVSTX table consists of various fields, each holding specific information or linking keys about SPI Cumulation at Step 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 SSPIRGOVSTX 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
PRSTEPIDSPI: Process Step ID SPIPRSTIDCHAR32SPIGUID32
SUCCEDIDSPI: Process Step ID SPIPRSTIDCHAR32SPIGUID32
PREDECIDSPI: Process Step ID SPIPRSTIDCHAR32SPIGUID32
.INCLU-P 0
CMPFINPSPI: Finished + Complete Status SPICMPFINRAW1SPIPROCST
ERRORPSPI: Error Status for Process SPIERRSTRAW1SPIERRST
.INCLU-S 0
CMPFINSSPI: Finished + Complete Status SPICMPFINRAW1SPIPROCST
ERRORSSPI: Error Status for Process SPIERRSTRAW1SPIERRST
PCOUNT Number of Processes0
SCOUNT Number of Steps0
TO_BE_DELETEDGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPIRGOVSTX
INTO CORRESPONDING FIELDS OF WA_SSPIRGOVSTX
WHERE...

How to access SAP table SSPIRGOVSTX

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