/SPE/INSPECRESH SAP (Inspection Outcome: Header) Table details

Dictionary Type: Table
Description: Inspection Outcome: Header




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




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

/SPE/INSPECRESH is a standard SAP Table which is used to store Inspection Outcome: Header data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/INSPECRESH table consists of various fields, each holding specific information or linking keys about Inspection Outcome: Header data available in SAP. These include INSPEC_NO (Inspection Outcome number), RMA_NUMBER (Return Material Authorization Number), PUBLSTATUS (Inspection Outcome: Publishing Status), HUSTATUS (Inspection Outcome: Confirmation status of handling units).. 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: Can be enhanced (character-type or numeric)


SAP /SPE/INSPECRESH 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 MANDTCLNT3T000MANDT
INSPEC_NOInspection Outcome number /SPE/INSPEC_NOCHAR12/SPE/INSPEC_NO
RMA_NUMBERReturn Material Authorization Number /SPE/RET_RMACHAR20ALPHA/SPE/RET_RMA
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 LGNUMCHAR3T300LGNUMLGN
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
TZONETime Zone TZNZONECHAR6TTZZTZNZONE
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DELFLAGInspection Outcome: Delete flag /SPE/LSKENZCHAR1/SPE/LSKENZ
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
MSR_IDProcess Identification Number MSR_PROCESS_IDCHAR10ALPHAMSR_PROCESS_ID
REF_DOCDocument Number MSR_DOC_NRCHAR30MSR_DOC_NR
REF_DOC_ITEMDocument Item MSR_DOC_ITEMNUMC10MSR_DOC_ITEM
REF_DOC_TYPEDocument Type MSR_DOC_TYPECHAR2MSR_DOC_TYPE
INSP_VENDORInspecting Vendor MSR_INSP_VENDORCHAR10Assigned to domainALPHALIFNRLIFKRED_C
AT_CUSTOMER_SITEInspection at Customer Site MSR_AT_CUSTOMER_SITECHAR1XFELD
INSP_CANCELLEDInspection Cancelled MSR_INSP_CANCELLEDCHAR1FLAG
FUP_BLOCKBlock for Follow-Up Activities MSR_INSP_FUP_BLOCKCHAR4Assigned to domainMSR_INSP_FUP_BLOCKMSR_ELM_FUP_BLOCK

Key field Non-key field



How do I retrieve data from SAP table /SPE/INSPECRESH using ABAP code

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

SELECT SINGLE *
FROM /SPE/INSPECRESH
INTO CORRESPONDING FIELDS OF WA_/SPE/INSPECRESH
WHERE...

How to access SAP table /SPE/INSPECRESH

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