SSPI_OV_SLCT SAP (Selection Rules for Overview Attributes) Structure details

Dictionary Type: Structure
Description: Selection Rules for Overview Attributes




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




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

SSPI_OV_SLCT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Selection Rules for Overview Attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SSPI_OV_SLCT TYPE SSPI_OV_SLCT.

The SSPI_OV_SLCT table consists of various fields, each holding specific information or linking keys about Selection Rules for Overview Attributes data available in SAP. These include PERRSTAT (SPI Overview: Determining the Error Status), SERRSTAT (SPI Overview: Determining the Error Status), CFSTAT (SPI Overview: Status Open/Finished Complete/Incomplete), SFSTAT (SPI Overview: Status of Step Open/Finished).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SSPI_OV_SLCT structure 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
SELGROUPSPI Overview Tool: Aggregation Group SPISELGROUPINT13SPISELGROUP
PERRSTATSPI Overview: Determining the Error Status SPIPERRSTATINT13SPIERRSTAT
SERRSTATSPI Overview: Determining the Error Status SPISERRSTATINT13SPIERRSTAT
CFSTATSPI Overview: Status Open/Finished Complete/Incomplete SPICFSTATINT13SPICFSTAT
SFSTATSPI Overview: Status of Step Open/Finished SPISFSTATINT13SPICFSTAT
AGGRTYPSPI Overview: Aggregation Type SPIAGGRTYPINT13SPIAGGRTYP

Key field Non-key field



How do I retrieve data from SAP structure SSPI_OV_SLCT using ABAP code?

As SSPI_OV_SLCT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SSPI_OV_SLCT as there is no data to select.

How to access SAP table SSPI_OV_SLCT

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