EWAWA_WEIGHINGPROCESS_OUTPUTS SAP (Data for Output Copy During Next Weighing) Structure details

Dictionary Type: Structure
Description: Data for Output Copy During Next Weighing




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




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

EWAWA_WEIGHINGPROCESS_OUTPUTS 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 "Data for Output Copy During Next Weighing" 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_OUTPUTS TYPE EWAWA_WEIGHINGPROCESS_OUTPUTS.

The EWAWA_WEIGHINGPROCESS_OUTPUTS table consists of various fields, each holding specific information or linking keys about Data for Output Copy During Next Weighing data available in SAP. These include PROCESSTYPE (Transaction Type), TRANSPORTER_RECN (Unique ID Number), TRANSPORTER_ACTN (Unique ID Number), TARA_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: Can be enhanced (character-type or numeric)


SAP EWAWA_WEIGHINGPROCESS_OUTPUTS 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
LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
PROCESSTYPETransaction Type EWAEL_PROCESSTYPECHAR1EWAEL_PROCESSTYPEEWAEL_PROCESSTYPE
TRANSPORTER_RECNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
TRANSPORTER_ACTNUnique ID Number EWAEL_UUID_32CHAR32Assigned to domainEWAEL_UUID_32
TARA_WEIGHTTare Weight EWEIGHT_TAREQUAN10(3) MENG10
TARA_UNITUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
TARE_IDWeight No.- Empty EWEIGHID_TARECHAR20ALPHAEWEIGHID
TARE_WEIGHTTare Weight EWEIGHT_TAREQUAN10(3) MENG10
TARE_SCALEWeight of empty container ESCALE_TAREQUAN10(3) MENG10
TARE_WDATEWeighing Date EWEIGHDATEDATS8DATUM
TARE_WTIMEWeighing time EWEIGHTIMETIMS6UZEIT
FLAG_TARAMaintain Tare Weight Manually FLAG_TARACHAR1KENNZX
DEVGRPNR_TAREHardware Profile Group EWAWA_DEVICEGROUPNRCHAR20Assigned to domainEWAWA_DEVICEGROUPNREWAWA_SELPRGRP
CONTRACT_VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
WDPLANTIdentification of Waste Disposal Facility EWAEL_WDPLANTNRCHAR20Assigned to domainALPHAEWAEL_WDPLANTNREWAEL_WDPLANTNREWAEL_WDPLANT
CAREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TRAILEREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
CAR_CONT_NRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CAR_CONT_COUNTNo. of Containers EWAWA_CONTCOUNTNUMC2
TRLR_CONT_NRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TRLR_CONT_COUNTNo. of Containers EWAWA_CONTCOUNTNUMC2
TR_LICENSE_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
CUSTADDRNUMAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
TAREINFOIDID Weiging Information EWAWA_INFOIDCHAR2Assigned to domainALPHAEWAWA_INFOID
WDPLANTORDERTYPEOrder Type for Waste Disposal Facility EWAEL_WDPLANTORDERTYPECHAR20Assigned to domainEWAEL_WDPLANTORDERTYPEEWAEL_WDPLANTORDERTY

Key field Non-key field



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

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

How to access SAP table EWAWA_WEIGHINGPROCESS_OUTPUTS

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