/SPE/INSPECOUTH SAP (Inspection Outcome: Display Header Data) Structure details

Dictionary Type: Structure
Description: Inspection Outcome: Display Header Data




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




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

/SPE/INSPECOUTH 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: Display Header Data" 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/INSPECOUTH TYPE /SPE/INSPECOUTH.

The /SPE/INSPECOUTH table consists of various fields, each holding specific information or linking keys about Inspection Outcome: Display Header Data data available in SAP. These include INSPEC_NO (Inspection Outcome number), RMA_NUMBER (Return Material Authorization Number), PUBLSTATUS (Inspection Outcome: Publishing Status), PUBLSTATUS_DESC (Inspection Outcome: Publication Status).. 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 (character-type or numeric)


SAP /SPE/INSPECOUTH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
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
PUBLSTATUS_DESCInspection Outcome: Publication Status /SPE/INSP_PUBL_STAT_DESCCHAR40QKURZTEXT
HUSTATUSInspection Outcome: Confirmation status of handling units /SPE/INSP_HU_STATCHAR1/SPE/INSP_HU_STAT
HUSTATUS_DESCInspection Outcome: Confirmation Status of Handling Units /SPE/INSP_HU_STAT_DESCCHAR40QKURZTEXT
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
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DELFLAGInspection Outcome: Delete flag /SPE/LSKENZCHAR1/SPE/LSKENZ
CREA_DATEInspection Outcome: Created-on Date /SPE/INSPOUT_CRT_ON_DATEDATS8DATS
CREA_TIMEInspection Outcome: Created-at Time /SPE/INSPOUT_CRT_AT_TIMETIMS6TIME
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHNG_DATEInspection Outcome: Changed-on Date /SPE/INSPOUT_CHG_ON_DATEDATS8DATS
CHNG_TIMEInspection Outcome: Changed-at Time /SPE/INSPOUT_CHG_AT_TIMETIMS6TIME
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table /SPE/INSPECOUTH

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