EWA_D_ORDER_RESULT_EMPTYING SAP (Screen Structure for Confirmation) Structure details

Dictionary Type: Structure
Description: Screen Structure for Confirmation




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




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

EWA_D_ORDER_RESULT_EMPTYING 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 "Screen Structure for Confirmation" 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_D_ORDER_RESULT_EMPTYING TYPE EWA_D_ORDER_RESULT_EMPTYING.

The EWA_D_ORDER_RESULT_EMPTYING table consists of various fields, each holding specific information or linking keys about Screen Structure for Confirmation data available in SAP. These include BEHTYP_RM (Container category), SERNR_RM_NEW (Serial Number), BEH_ANZAHL_RM (Confirmed Number of Containers), REMSERNR (Serial Number for Removal).. 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_D_ORDER_RESULT_EMPTYING 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
BEHTYP_RMContainer category BEH_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
SERNR_RM_NEWSerial Number GERNRCHAR18GERNRGERNRSER
BEH_ANZAHL_RMConfirmed Number of Containers ANZSERN_RMINT410CK_INT4
REMSERNRSerial Number for Removal REMSERNRCHAR18GERNRGERNR
WEIGHT_UNITUnit of weight WEIGHT_UNITUNIT3T006CUNITMEINS
WASTE_WEIGHTWeight of Waste Measured when Container Emptied WASTE_WEIGHTQUAN10(3) MENG10
CONT_WGHT_TARAWeight of empty container CONT_WGHT_TARAQUAN10(3) MENG10
CONT_WEIGHT_FULLContainer weight including waste CONT_WEIGHT_FULLQUAN10(3) MENG10
WASTEWaste WASTE_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
VOL_UNITVolume unit VOL_UNITUNIT3T006CUNITMEINS
WASTE_VOLWaste Volume Measured when Container Emptied WASTE_VOLQUAN10(3) MENG10
UZEITTime UZEITTIMS6UZEIT
CONT_SERV_DURATTime required for emptying a container CONT_SERV_DURATTIMS6TIMS
REMENGAssessment Value EEWA_CLEAN_REMENGMETDEC10(2) DEC8_2
CONFTYPE1Confirmation note CONFTYPECHAR8TEWACONFTYPECHAR8
CONFTYPE2Confirmation note CONFTYPECHAR8TEWACONFTYPECHAR8
CONFTYPE3Confirmation note CONFTYPECHAR8TEWACONFTYPECHAR8
TEXTText with 250 characters ETEXT250CHAR250ETEXT250
WCNTConsecutive Number of Weighing Data Record EWEIGHCNTNUMC4EWEIGHCNT
REF_ORDERNRNumber of Waste Disposal Order for Weighing Data Record EORDERNR_REFCHAR20Assigned to domainALPHAEORDERNREORDERNREORDNERNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
ABRMENGEBilling quantity E_ABRMENGECHAR36E_ABRMENGE
MIETDAUERTerm of Lease E_MIETDAUERQUAN13(3) LVS_ZEITD
ZEITUNITTime unit MAIZEUNIT3T006CUNITMEINS
PAUSE_PLength of Breaks PAUSEN_PTIMS6UZEIT
ACTUAL_TIMEActual Time ACTTIMTIMS6UZEIT
WGH_WASTE_WEIGHTTotal Weight of Weighing Notes EWADWGH_WASTE_WEIGHTQUAN10(3) MENG10
WGH_WASTE_VOLTotal Volume of Weighing Notes EWADWGH_WASTE_VOLQUAN10(3) MENG10
.INCLU-_SC 0
KONNR_SCNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNR_SCItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
BSTMG_SCPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTME_SCPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
ORDER_DATE_SUCPlanned Date for Subsequent Waste Disposal Order EEWA_ORDER_DATE_SUCDATS8DATS
PLANNED_TIME_SUCPlanned Time for Successor EEWA_PLDTIM_SUCTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table EWA_D_ORDER_RESULT_EMPTYING

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