EWAWA_WEIGHINGPROCESS_DLGS SAP (Weighing Procedure Fields for Dialogs) Structure details

Dictionary Type: Structure
Description: Weighing Procedure Fields for Dialogs




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




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

EWAWA_WEIGHINGPROCESS_DLGS 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 "Weighing Procedure Fields for Dialogs" 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_EWAWA_WEIGHINGPROCESS_DLGS TYPE EWAWA_WEIGHINGPROCESS_DLGS.

The EWAWA_WEIGHINGPROCESS_DLGS table consists of various fields, each holding specific information or linking keys about Weighing Procedure Fields for Dialogs data available in SAP. These include LICENSE_NUM (License plate number), TARAWEIGHT (Tare Weight), WEIGHT_UNIT (Unit of weight), WEIGHT (Tare Weight).. 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: Cannot Be Enhanced


SAP EWAWA_WEIGHINGPROCESS_DLGS 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
CAREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
TARAWEIGHTTare Weight EWEIGHT_TAREQUAN10(3) MENG10
WEIGHT_UNITUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
WEIGHTTare Weight EWEIGHT_TAREQUAN10(3) MENG10
UNITUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
WASTEWaste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
WASTE_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
REDECLARED_WASTEWaste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
REDECLARED_WASTE_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
SAMPLEActual Reserve Sample? EWAEL_ISRETAINSAMPLECHAR1BDC_BOOL
RETAINEDActual Reserve Sample? EWAEL_ISRETAINSAMPLECHAR1BDC_BOOL
TEXT1Description EWAEL_DESCRIPTIONCHAR254EWAEL_CUSTOMTEXT
TEXT2Description EWAEL_DESCRIPTIONCHAR254EWAEL_CUSTOMTEXT
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
SERVLOCLocation of Container SERVLOCCHAR30Assigned to domainTPLNRTPLNRGEPESERVLOC
WDPLANTORDERTYPEOrder Type for Waste Disposal Facility EWAEL_WDPLANTORDERTYPECHAR20TEWA_EL_007EWAEL_WDPLANTORDERTYPEEWAEL_WDPLANTORDERTY

Key field Non-key field



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

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

How to access SAP table EWAWA_WEIGHINGPROCESS_DLGS

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