EWADEVSERV SAP (Service Order for Container Delivery) Table details

Dictionary Type: Table
Description: Service Order for Container Delivery




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




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

EWADEVSERV is a standard SAP Table which is used to store Service Order for Container Delivery data and is available within R/3 SAP systems depending on the version and release level.

The EWADEVSERV table consists of various fields, each holding specific information or linking keys about Service Order for Container Delivery data available in SAP. These include AUFNR (Order Number), KUNNR (Customer Numbers), SERVLOC (Location of Container), BEH_TYPE (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 EWADEVSERV 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SERVLOCLocation of Container SERVLOCCHAR30Assigned to domainTPLNRTPLNRGEPESERVLOC
BEH_TYPEContainer category BEH_TYPECHAR18MARAMATN1MATNRMATMAT1
ANZAHLNumber of Containers ANZSERNINT410CK_INT4
SERNR_VORLProvisional Serial Number GERNR_VORLCHAR18GERNRGERNR
EQUNR_VORLEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EADAT_VORLActivity Date EADATDATS8DATUMACTIVITY_DATE
ROUTEPlanned Waste Disposal Order Route EROUTECHAR10EWAROUTEALPHAEROUTEEROUTEEROUTE_MAIN
SERNR_ISTSerial Number GERNRCHAR18GERNRGERNRSER
EQUNR_ISTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EADAT_ISTActivity Date EADATDATS8DATUMACTIVITY_DATE
RM_STATUSContainer Delivery Status Confirmation RM_STATUSCHAR1XFELD
EINB_STATUSContainer Delivery Status EINB_STATUSCHAR2EINB_STAUS
AUFTYPOrder Category: 01 - Delivery, 02 - Removal, 03 - Replacemt AUFTYPECHAR2CHAR2
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWADEVSERV
INTO CORRESPONDING FIELDS OF WA_EWADEVSERV
WHERE...

How to access SAP table EWADEVSERV

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