EWATDEVLOC SAP (Provisional Container/Container Location Allocation) Table details

Dictionary Type: Table
Description: Provisional Container/Container Location Allocation




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




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

EWATDEVLOC is a standard SAP Table which is used to store Provisional Container/Container Location Allocation data and is available within R/3 SAP systems depending on the version and release level.

The EWATDEVLOC table consists of various fields, each holding specific information or linking keys about Provisional Container/Container Location Allocation data available in SAP. These include ORDERNR (Internal Number for Identifying a Waste Disposal Order), LAUFNR (Sequence Number), AUFNR (Order Number), MATNR_NEU (New Container Category).. 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 EWATDEVLOC 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
ORDERNRInternal Number for Identifying a Waste Disposal Order EORDERNRCHAR20Assigned to domainALPHAEORDERNREORDERNREORDNERNR
LAUFNRSequence Number LFNDRNUMC4NUM4
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
MATNR_NEUNew Container Category BEHTYPNEUCHAR18Assigned to domainMATN1MATNRMATETYP
GERAET_NEUNew Container Serial Number BEHNEUCHAR18GERNRGERNRSER
DEVGRP_NEUDevice group DEVGRPCHAR8Assigned to domainALPHADEVGRPDGP
MATNR_ALTOld Container Category BEHTYPALTCHAR18Assigned to domainMATN1MATNRMAT
GERAET_ALTOld container BEHALTCHAR18GERNRGERNR
DEVGRPDevice group DEVGRPCHAR8Assigned to domainALPHADEVGRPDGP
DEVLOCDevice Location DEVLOCCHAR30Assigned to domainTPLNRTPLNRGEPEGPL
EINBDATInstallation date EINBDATDATS8DATUM
AUSBDATDevice removal date AUSBDATDATS8DATUM
LVORMDeletion Indicator LVORMCHAR1XFELD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
POBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PLANNED_TIMETime Planned PLDTIMTIMS6UZEIT
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWATDEVLOC
INTO CORRESPONDING FIELDS OF WA_EWATDEVLOC
WHERE...

How to access SAP table EWATDEVLOC

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