SSPI_OV_ATT SAP (SPI: Attributes of Component Overview) Table details

Dictionary Type: Table
Description: SPI: Attributes of Component Overview




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




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

SSPI_OV_ATT is a standard SAP Table which is used to store SPI: Attributes of Component Overview data and is available within R/3 SAP systems depending on the version and release level.

The SSPI_OV_ATT table consists of various fields, each holding specific information or linking keys about SPI: Attributes of Component Overview data available in SAP. These include NAME (Technical Name of Attribute), TOOL (SPI: Tool ID), ICONNAME (SPI: Name of an Icon), CLSNAME (Object Type Name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SSPI_OV_ATT_T


SAP SSPI_OV_ATT 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
NAMETechnical Name of Attribute SPIATTNAMECHAR32SPIGUID32
TOOLSPI: Tool ID SPITOOLIDCHAR8Assigned to domainSPITOOLID
ICONNAMESPI: Name of an Icon SPIICONNAMCHAR30ICONNAME
CLSNAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
ATTYPSPI: Attribute Data Type SPIATTYPINT13SPIATTYP
ATTCATAttribute Category SPIATTCATCHAR2SPIATTCAT
DISPLTOOLFlag: Has Tool for Object Display SPIHASDSPLINT13SPIBOOL
DETAILFlag: Has Tool for Detailed Display SPIHASDETLINT13SPIBOOL
INSTANCESFlag: Process Display Possible SPIHASINSTINT13SPIBOOL
DBFIELDSPI: Data Field Name SPIDFLDNAMCHAR30SPIDFLDNAM
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 table SSPI_OV_ATT using ABAP code

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

SELECT SINGLE *
FROM SSPI_OV_ATT
INTO CORRESPONDING FIELDS OF WA_SSPI_OV_ATT
WHERE...

How to access SAP table SSPI_OV_ATT

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