SSPISTRECS SAP (Compressed Statistical Records Before Cumulation) Table details

Dictionary Type: Table
Description: Compressed Statistical Records Before Cumulation




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




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

SSPISTRECS is a standard SAP Table which is used to store Compressed Statistical Records Before Cumulation data and is available within R/3 SAP systems depending on the version and release level.

The SSPISTRECS table consists of various fields, each holding specific information or linking keys about Compressed Statistical Records Before Cumulation data available in SAP. These include DESTINATION (Destination for a Step), STATTYPE (Type of Statistics to be Used), STATGUID (SAP Workload: Workload: Transaction ID), STATCNT (Natural Number).. 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 SSPISTRECS 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 ID SYMANDTCLNT3Assigned to domainMANDT
DESTINATIONDestination for a Step SPIPRSTDESTCHAR32Assigned to domainRFCDESTF4_RFCDES3
STATTYPEType of Statistics to be Used SPISTSTTYINT13SPISTSTTY
STATGUIDSAP Workload: Workload: Transaction ID SAPWLTRIDCHAR32CHAR32
STATCNTNatural Number INT4INT410INT4
STARTTIME1SAP Workload: Time in raw-statisticrecord in Seconds SWLRAWSECSINT410STAT_TIMI0
STARTTIME2SAP Workload: Time in raw-statisticrecord in Microseconds SWLRAWMICSINT410STAT_TIMI0
ENDTIME1SAP Workload: Time in raw-statisticrecord in Seconds SWLRAWSECSINT410STAT_TIMI0
ENDTIME2SAP Workload: Time in raw-statisticrecord in Microseconds SWLRAWMICSINT410STAT_TIMI0
MANDTClient ID SYMANDTCLNT3Assigned to domainMANDT
ACCOUNTDSR Statistics: User Name SWLN3USERCHAR32CHAR32
RESPTISAP Workload: Workload: Response time in micro seconds SAPWLLRESPDEC15SAPWLDEC15
CPUTISAP Workload: CPU Time in Microseconds (Float Value from C) SAPWLCPUTIDEC15SAPWLDEC15
READSEQTISAP Workload: DB Times in Microseconds (Float Value from C) SAPWLDBTIMDEC15SAPWLDEC15
READDIRTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DELTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
UPDTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
INSTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
COMMITTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
READDIRCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
READSEQCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
INSCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
UPDCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DELCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DBPROCTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DBPROCCNTSAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
RFCTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
ROLLED_OUTSAP Workload: Workload: Wait time in status 'Rolled out' SAPWLRLOTIDEC10SAPWLUDC10
GENERATETISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
REPLOADTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
CUALOADTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DYNPLOADTISAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10
DSRUSERDSR Statistics: User Name SWLN3USERCHAR32CHAR32
CPUTIMEDSR Statistics: Time in Milliseconds SWLN3MSECSINT410
RESPTIMEDSR Statistics: Time in Milliseconds SWLN3MSECSINT410
WAITTIMEDSR Statistics: Time in Milliseconds SWLN3MSECSINT410
HTTPTIMESAP Workload: Workload: integer without a leading sign SAPWLUINTDEC10SAPWLUDC10

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPISTRECS
INTO CORRESPONDING FIELDS OF WA_SSPISTRECS
WHERE...

How to access SAP table SSPISTRECS

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