EWACONTAINER SAP (All Container-Relevant Data) Structure details

Dictionary Type: Structure
Description: All Container-Relevant Data




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




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

EWACONTAINER 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 "All Container-Relevant 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_EWACONTAINER TYPE EWACONTAINER.

The EWACONTAINER table consists of various fields, each holding specific information or linking keys about All Container-Relevant Data data available in SAP. These include BIS (Date at Which a Time Slice Expires), AB (Date from which time slice is valid), TIMBI (Equipment usage period time stamp), TIMAB (Start time).. 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 EWACONTAINER 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
TIMBIEquipment usage period time stamp TIMBITIMS6ZEITBI
TIMABStart time TIMEFROMTIMS6
GERAETSerial Number GERNRCHAR18GERNRGERNRSER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DEVLOCDevice Location DEVLOCCHAR30Assigned to domainTPLNRTPLNRGEPEGPL
DEVGRPDevice group DEVGRPCHAR8Assigned to domainALPHADEVGRPDGP
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
TEMPLOCIndicators KENNZXCHAR1KENNZX
TEMPREMOVALIndicators KENNZXCHAR1KENNZX
EINBDATInstallation date EINBDATDATS8DATUM
AUSBDATDevice removal date AUSBDATDATS8DATUM
UMBAUDATModification date UMBAUDATDATS8DATUM
GERWECHSActivity reason GERWECHSCHAR2Assigned to domainGERWECHS
UMBAUGRModification reason UMBAUGRCHAR2Assigned to domainUMBAUGR
KOMBINATCombination of a device category KOMBINATCHAR8KOMBINAT
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LAGERStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
HERSTManufacturer of asset HERSTCHAR30TEXT30
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
S_EQBSEQSI Exists KZEQBSCHAR1KZEQBS
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
EQLFNConsecutive numbering of EquipUsagePeriods on same day EQLFNNUMC3NUM03EQL
EQUZNNumber of next EquipUsagePeriod on same day EQNNRNUMC3NUM03
ILOANLocation and account assignment for technical object ILOANCHAR12Assigned to domainILOAN
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
OWNERObject reference indicator ILOM_OWNERCHAR1ILOM_OWNER
ERNAZName of Person who Created the Object ERNAMCHAR12USNAM
ERDAZDate on Which Record Was Created ERDATDATS8DATUM
AENAZName of Person Who Changed Object AENAMCHAR12USNAM
AEDAZChanged On AEDATDATS8DATUM
VALFRIBase: Valid From IB_VALFRDEC15TSTPSBCOS_TSTMP
VALTOIBase: Valid To IB_VALTODEC15TSTPSBCOS_TSTMP
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
IN_RECNOIB: Unique record number IB_RECNOCHAR22SYSUUID_22
NO_SERIALIndicators KENNZXCHAR1KENNZX
CONT_COUNTNumber of available containers CONT_COUNTINT410E_FAKTOR
/GEP/PASSENGERNumber of Passengers /GEP/FLEET_D_PASSENGERNUMC2/GEP/FLEET_DO_PASSENGER
/GEP/AUTOMVehicle Equipment: Automatic Transmission /GEP/FLEET_D_AUTOMCHAR1CMPFLAG
/GEP/KLIMAVehicle Equipment: Air Conditioning /GEP/FLEET_D_KLIMACHAR1CMPFLAG
/GEP/DACHGVehicle Equipment: Roof Rack /GEP/FLEET_D_DACHGCHAR1CMPFLAG
/GEP/SCHNEEKVehicle Equipment: Snow Chains /GEP/FLEET_D_SCHNEEKCHAR1CMPFLAG
/GEP/WINTERRVehicle Equipment: Snow Tyres /GEP/FLEET_D_WINTERRCHAR1CMPFLAG
/GEP/VHCATVehicle Type /GEP/FLEET_D_VHCATCHAR2/GEP/FLEET_DO_VEHICLE_CAT

Key field Non-key field



How do I retrieve data from SAP structure EWACONTAINER using ABAP code?

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

How to access SAP table EWACONTAINER

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