EWA_ORDER_WEIGH_COMMON SAP (Shared Data of Weighing Transaction and Weighbill) Structure details

Dictionary Type: Structure
Description: Shared Data of Weighing Transaction and Weighbill




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




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

EWA_ORDER_WEIGH_COMMON 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 "Shared Data of Weighing Transaction and Weighbill" 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_EWA_ORDER_WEIGH_COMMON TYPE EWA_ORDER_WEIGH_COMMON.

The EWA_ORDER_WEIGH_COMMON table consists of various fields, each holding specific information or linking keys about Shared Data of Weighing Transaction and Weighbill data available in SAP. These include WASTE (Waste), LICENSE_NUM (License plate number), GROSS_ID (Gross Weighing Number), GROSS_WDATE (Weighing Date).. 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 EWA_ORDER_WEIGH_COMMON 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
EXT_IDExternal Number of Weighing Data Record EWEIGHEXTIDCHAR30CHAR30
WASTEWaste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
GROSS_IDGross Weighing Number EWEIGHID_GROSSCHAR20ALPHAEWEIGHID
GROSS_WDATEWeighing Date EWEIGHDATEDATS8DATUM
GROSS_WTIMEWeighing time EWEIGHTIMETIMS6UZEIT
GROSS_WEIGHTGross weight EWEIGHT_GROSSQUAN10(3) MENG10
GROSS_SCALEGross weight ESCALE_GROSSQUAN10(3) MENG10
TARE_IDWeight No.- Empty EWEIGHID_TARECHAR20ALPHAEWEIGHID
TARE_WDATEWeighing Date EWEIGHDATEDATS8DATUM
TARE_WTIMEWeighing time EWEIGHTIMETIMS6UZEIT
TARE_WEIGHTTare Weight EWEIGHT_TAREQUAN10(3) MENG10
TARE_SCALEWeight of empty container ESCALE_TAREQUAN10(3) MENG10
WEIGHT_UNITUnit of weight WEIGHT_UNITUNIT3T006CUNITMEINS
NET_WEIGHTNet Weight EWEIGHT_NETQUAN10(3) MENG10
VOLUMEWaste volume EVOLUMEQUAN13(3) MENG13
VOL_UNITVolume unit VOL_UNITUNIT3T006CUNITMEINS
ANALYSEWaste Analysis in Weighing Data Record EWEIGH_ANALYSECHAR5
WDPLANTIdentification of Waste Disposal Facility EWAEL_WDPLANTNRCHAR20EWA_EL_WDPLANTALPHAEWAEL_WDPLANTNREWAEL_WDPLANTNREWAEL_WDPLANT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
LGTYP_WStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLA_WStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
STOCK_TYPEStock Type MB_INSMKCHAR1MB_INSMK
POBJNRObject Number of Order Item EWA_ODITEM_OBJCHAR22Assigned to domainJ_OBJNR
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
PROCESSTYPETransaction Type EWAEL_PROCESSTYPECHAR1EWAEL_PROCESSTYPEEWAEL_PROCESSTYPE
GM_FLAGIndicator for Goods Movement GM_FLAGCHAR1KENNZX
BILLING_FLAGIndicator: Relevant for Billing BILLING_FLAGCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table EWA_ORDER_WEIGH_COMMON

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