SSPICSPRHD SAP (SPI: Assembled Process Instances) Table details

Dictionary Type: Table
Description: SPI: Assembled Process Instances




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




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

SSPICSPRHD is a standard SAP Table which is used to store SPI: Assembled Process Instances data and is available within R/3 SAP systems depending on the version and release level.

The SSPICSPRHD table consists of various fields, each holding specific information or linking keys about SPI: Assembled Process Instances data available in SAP. These include PRGUID (SPI: Process GUID), PROCTYPE (SPI: Process Type ID), CREATIME (SPI: Inbound Time Stamp Central Store), ORIGTIME (SPI: Creation Timestamp of Instance in Central Store).. 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 SSPICSPRHD 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 MANDTCLNT3T000MANDT
PRGUIDSPI: Process GUID SPIPRGUIDRAW16SYSUUID
PROCTYPESPI: Process Type ID SPIPROCTPCHAR32SSPIPDSPIGUID32PSPIPROCTPHSPIPROCTP
CREATIMESPI: Inbound Time Stamp Central Store SPIINSTMPDEC21(7) TZNTSTMPL
ORIGTIMESPI: Creation Timestamp of Instance in Central Store SPIORIGSTMPDEC21(7) TZNTSTMPL
CMPFINSPI: Finished + Complete Status SPICMPFINRAW1SPIPROCST
ERRORSPI: Error Status for Process SPIERRSTRAW1SPIERRST
PBEGINSPI: Start Time SPIPBEGINDEC21(7) TZNTSTMPL
PENDSPI: End Time SPIPENDDEC21(7) TZNTSTMPL
PDURATIONSPI: Process Duration SPIPDURADEC21(7) TZNTSTMPL
EXPIRYDATEExpiry Date of Process Instance SPIRGEXPIRYDEC15TZNTSTMPS
AGGRDONEProcess Instance Aggregated SPIRGAGGRDONEINT13SPIBOOL
AGGRTIMESPI: Aggregation Time SPIRGAGGRTIMEDEC21(7) TZNTSTMPL
PROCVARSPI: Process Variant SPIPROCVARCHAR10HSPIPROCVAR
MONLEVELSPI: Monitoring Level SPIMONLEVNUMC2SPIMONLEV
PROTECTEDGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL
EVNTSTATPMI TR Header: Event Status for Steps (TRs) of Top Processes SPIEVSTTRAW1SPIEVSTAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPICSPRHD
INTO CORRESPONDING FIELDS OF WA_SSPICSPRHD
WHERE...

How to access SAP table SSPICSPRHD

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