/PLMB/SPI_CHECK SAP (Check of SPI) Table details

Dictionary Type: Table
Description: Check of SPI




ABAP Code to SELECT data from /PLMB/SPI_CHECK
Related tables to /PLMB/SPI_CHECK
Access table /PLMB/SPI_CHECK




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

/PLMB/SPI_CHECK is a standard SAP Table which is used to store Check of SPI data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/SPI_CHECK table consists of various fields, each holding specific information or linking keys about Check of SPI data available in SAP. These include TARGET_ABBID (Application Building Block ID), TARGET_USER (User Name in User Master Record), INACTIVE (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), CREATE_USER (User 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: 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 /PLMB/SPI_CHECK 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TARGET_ABBIDApplication Building Block ID /PLMB/SPI_ABBIDCHAR10Assigned to domain/PLMB/SPI_ABBID/PLMB/SPI_ELM_ABBID
TARGET_USERUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
INACTIVEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CREATE_USERUser name USERNAMECHAR12USERNAME
CREATE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /PLMB/SPI_CHECK using ABAP code

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

SELECT SINGLE *
FROM /PLMB/SPI_CHECK
INTO CORRESPONDING FIELDS OF WA_/PLMB/SPI_CHECK
WHERE...

How to access SAP table /PLMB/SPI_CHECK

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