SSPIUIOVW SAP (Data of Tabular Process Overview) Structure details

Dictionary Type: Structure
Description: Data of Tabular Process Overview




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




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

SSPIUIOVW 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 "Data of Tabular Process Overview" 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_SSPIUIOVW TYPE SSPIUIOVW.

The SSPIUIOVW table consists of various fields, each holding specific information or linking keys about Data of Tabular Process Overview data available in SAP. These include COLL_ID (PMI: String), COLL_DES (PMI: String), COLL_STAT (LED Color of Status), COLL_ACT (Global SPI: Boolean Value).. 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: Can Be Enhanced (Deep)


SAP SSPIUIOVW 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
COLL 0
COLL_IDPMI: String SPISTRINGSTRG0
COLL_DESPMI: String SPISTRINGSTRG0
COLL_STATLED Color of Status SPILEDCHAR1SPILED
COLL_ACTGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL
COLL_ACT_TXTPMI: String SPISTRINGSTRG0
COLL_ATTR 0
ATTR1PMI: String SPISTRINGSTRG0
ATTR2PMI: String SPISTRINGSTRG0
ATTR3PMI: String SPISTRINGSTRG0
ATTR4PMI: String SPISTRINGSTRG0
ATTR1_SORT Attribute 1 for Sorting0
ATTR2_SORT Attribute 2 for Sorting0
ATTR3_SORT Attribute 3 for Sorting0
ATTR3_SORT Attribute 3 for Sorting0
ATTR4_SORT Attribute 4 for Sorting0
ATTR4_SORT Attribute 4 for Sorting0
STEP 0
IDPMI: String SPISTRINGSTRG0
STEP 0
IDPMI: String SPISTRINGSTRG0
DESCRPMI: String SPISTRINGSTRG0
DESCRPMI: String SPISTRINGSTRG0
STATUSLED Color of Status SPILEDCHAR1SPILED
STATUSLED Color of Status SPILEDCHAR1SPILED
STATUSICONPMI: String SPISTRINGSTRG0
STATUSICONPMI: String SPISTRINGSTRG0
STATUSINFOPMI: String SPISTRINGSTRG0
ACTIVEGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL
STATUSINFOPMI: String SPISTRINGSTRG0
ACTIVEGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL
ATTRIBUTES 0
HLEVELSPI: Level of a Component SPIUILEVELINT410
ACTIVE_TXTPMI: String SPISTRINGSTRG0
TRACEGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL
ATTRIBUTES 0
HLEVELSPI: Level of a Component SPIUILEVELINT410
TRACEGlobal SPI: Boolean Value SPIBOOLINT13SPIBOOL

Key field Non-key field



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

As SSPIUIOVW 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 SSPIUIOVW as there is no data to select.

How to access SAP table SSPIUIOVW

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