EWMINSPDETAIL SAP (Inspection List Detail) Table details

Dictionary Type: Table
Description: Inspection List Detail




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




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

EWMINSPDETAIL is a standard SAP Table which is used to store Inspection List Detail data and is available within R/3 SAP systems depending on the version and release level.

The EWMINSPDETAIL table consists of various fields, each holding specific information or linking keys about Inspection List Detail data available in SAP. These include CAMPAIGN (Campaigns for inspections), OBJNR (Object number), EQUNR (Equipment Number), KZ_TECHINST (Equipment is a technical installation).. 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 EWMINSPDETAIL 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
CAMPAIGNCampaigns for inspections EEWM_CAMPAIGNCHAR30EWMINSPHEADCHAR030
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
KZ_TECHINSTEquipment is a technical installation KZ_TECHINSTCHAR1KENNZX
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
SPARTEDivision SPARTECHAR2TSPASPARTSPA
REGIOGROUPRegional structure grouping REGIOGROUPCHAR8ADRREGGRPREGIOGROUP
ABLEINHEITMeter Reading Unit ABLEINHEITCHAR8TE422ABLEINHEITTAETE422A
ABLEIN_EINDEUTIGMeter reading unit is unique EEWM_KZ_ABLEIN_EINDEUTIGCHAR1KENNZX
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
CITY_CODECity Code for City/Street File CITY_CODECHAR12ADRCITYALPHACITY_CODEORTCITYA
STREETCODEStreet Number for City/Street File AD_STRNUMCHAR12ADRSTREETALPHASTRT_CODE
HOUSENUMHouse number (numerical part) HOUSENUMNUMC10NUMC10
VBSARTType of premise VBSARTCHAR8TE102VBSART
EQARTType of Technical Object EQARTCHAR10T370KEQART
LAST_INSP_DATEDate of last inspection EEWM_LAST_INSPECTIONDATS8DATS
NEXT_INSP_DATEDate of next inspection EEWM_NEXT_INSPECTIONDATS8DATS
PERIOD_MPeriod for inspections in months EEWM_INSP_PERIOD_MINT410INT4
PERIOD_YPeriod for inspections in years EEWM_INSP_PERIOD_YINT410INT4
DEVLOCDevice Location DEVLOCCHAR30IFLOTTPLNRTPLNRGEPEGPL
HAUSConnection Object HAUSCHAR30IFLOTTPLNRTPLNRHAUEHAU
ORDER_CODEOrder Code ORDER_CODECHAR4TEWOCODESCHAR004E_TEWOCODES
NOTIF_CODENotification code NOTIF_CODECHAR4TENOCODESCHAR004E_TENOCODES
AUFTRAGOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MELDUNGNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
SERVICE_DATEDate when order or notification are scheduled EEWM_PLANNED_SERVICE_DATEDATS8DATS
COMPLETION_DATECompletion date for inspection order or notification EEWM_COMPLETION_DATEDATS8DATS
DUMMY1Dummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP table EWMINSPDETAIL using ABAP code

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

SELECT SINGLE *
FROM EWMINSPDETAIL
INTO CORRESPONDING FIELDS OF WA_EWMINSPDETAIL
WHERE...

How to access SAP table EWMINSPDETAIL

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