/SPE/INSP_COMM SAP (Inspection Outcome: Communication structure for interfaces) Structure details

Dictionary Type: Structure
Description: Inspection Outcome: Communication structure for interfaces




ABAP Code to SELECT data from /SPE/INSP_COMM
Related tables to /SPE/INSP_COMM
Access table /SPE/INSP_COMM




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

/SPE/INSP_COMM 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 "Inspection Outcome: Communication structure for interfaces" 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_/SPE/INSP_COMM TYPE /SPE/INSP_COMM.

The /SPE/INSP_COMM table consists of various fields, each holding specific information or linking keys about Inspection Outcome: Communication structure for interfaces data available in SAP. These include QUAL_INSP (Stock Type), PUBLSTATUS (Inspection Outcome: Publishing Status), HUSTATUS (Inspection Outcome: Confirmation status of handling units), DELIV_NUMB (Delivery).. 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 /SPE/INSP_COMM 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
RMA_NUMBERReturn Material Authorization Number /SPE/RET_RMACHAR20ALPHA/SPE/RET_RMA
QUAL_INSPStock Type MB_INSMKCHAR1MB_INSMK
PUBLSTATUSInspection Outcome: Publishing Status /SPE/INSP_PUBL_STATCHAR1/SPE/INSP_PUBL_STAT
HUSTATUSInspection Outcome: Confirmation status of handling units /SPE/INSP_HU_STATCHAR1/SPE/INSP_HU_STAT
DELIV_NUMBDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
DELIV_ITEMDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
HU_EXIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
WHSENUMBERWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_EXTLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATNR_VERSVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
MATNR_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
INSP_OUT_GUIDInspection Outcome: Stock GUID set by EWM /SPE/EWM_INSP_GUIDCHAR32CHAR32
QUANInspection Outcome: Inspected Quantity /SPE/INSPQTYQUAN13(3) /SPE/INSPQTY
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
MATERIAL_ACTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNR_EXT_ACTLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATNR_VERS_ACTVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
MATNR_GUID_ACTExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
DEC_CODE_CATInspection Outcome: Catalog Decision /SPE/DEC_CODE_CATCHAR1/SPE/CODE_CATH_TQ15
DEC_CODE_GROUPInspection Outcome: Code group Decision /SPE/DEC_CODE_GROUPCHAR8/SPE/CODE_GROUP
DEC_CODEInspection Outcome: Code Decision /SPE/DEC_CODECHAR4/SPE/CODE
FU_CODE_CATInspection Outcome: Catalog Follow-up activity /SPE/FU_CODE_CATCHAR1/SPE/CODE_CATH_TQ15
FU_CODE_GROUPInspection Outcome: Code group Follow-up activity /SPE/FU_CODE_GROUPCHAR8/SPE/CODE_GROUP
FU_CODEInspection Outcome: Code Follow-up activity /SPE/FU_CODECHAR4/SPE/CODE
CODE_TABLE 0
CREATED_ON_ITEMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BY_ITEMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP structure /SPE/INSP_COMM using ABAP code?

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

How to access SAP table /SPE/INSP_COMM

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