EWAEQUI SAP (IS-U WA: Additional Data for Equipment Master) Table details

Dictionary Type: Table
Description: IS-U WA: Additional Data for Equipment Master




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




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

EWAEQUI is a standard SAP Table which is used to store IS-U WA: Additional Data for Equipment Master data and is available within R/3 SAP systems depending on the version and release level.

The EWAEQUI table consists of various fields, each holding specific information or linking keys about IS-U WA: Additional Data for Equipment Master data available in SAP. These include EQUNR (Equipment Number), ABMFZ_EIH (Technical unit of measurement (6 characters)), GEWFZ_EIH (Technical unit of measurement (6 characters)), GEWZULFZ_EIH (Technical unit of measurement (6 characters)).. 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 EWAEQUI 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ABMFZ_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
GEWFZ_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
GEWZULFZ_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
SPEED_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
ABMEIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
LADZ_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
LADV_EIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
GEWEIHTechnical unit of measurement (6 characters) EINH_ISUCHAR6Assigned to domainLUNITMSEC6
LADV_TXTDimension Text DIMTEXTCHAR60CHAR60
ABM_TXTDimension Text DIMTEXTCHAR60CHAR60
GEW_TXTDimension Text DIMTEXTCHAR60CHAR60
LADZ_TXTDimension Text DIMTEXTCHAR60CHAR60
GEWZULFZ_TXTDimension Text DIMTEXTCHAR60CHAR60
GEWFZ_TXTDimension Text DIMTEXTCHAR60CHAR60
SPEED_TXTDimension Text DIMTEXTCHAR60CHAR60
ABMFZ_TXTDimension Text DIMTEXTCHAR60CHAR60
KENNZ_ANHTrailer KENNZ_ANHCHAR1AS4FLAG
KENNZ_PRESCompactor KENNZ_PRESCHAR1AS4FLAG
HOEHEFZHeight of vehicle HOEHEFZDEC7(2) DEC5_2
BREITEFZWidth of vehicle BREITEFZDEC7(2) DEC5_2
GEWZULFZMaximum permissible cargo for vehicle GEWZULFZDEC7(2) DEC5_2
GEWFZTotal weight of vehicle GEWFZDEC7(2) DEC5_2
KENNZ_LRContainer service type KENNZ_LRCHAR2TLOADKENNZ_LR
KOMPFAKTCompaction factor KOMPFAKTDEC5(2) FAKTOR32
MAXSPEEDMaximum Fleet Object Speed MAXSPEEDNUMC3SPEED
MINWORKERMinimum Number of Workers on Vehicle MINWORKERNUMC3ANZ_PERS
PRODUCT_AREAService Area PRODUCT_AREACHAR2Assigned to domainPRODUCT_ID
EIGENTUMOwner EIGENTUMCHAR2EIGENTUM
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWAEQUI
INTO CORRESPONDING FIELDS OF WA_EWAEQUI
WHERE...

How to access SAP table EWAEQUI

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