EWA_ORDER_RESULT_OBJECT SAP (Confirmation of waste disposal order for object (container)) Structure details

Dictionary Type: Structure
Description: Confirmation of waste disposal order for object (container)




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




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

EWA_ORDER_RESULT_OBJECT 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 "Confirmation of waste disposal order for object (container)" 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_RESULT_OBJECT TYPE EWA_ORDER_RESULT_OBJECT.

The EWA_ORDER_RESULT_OBJECT table consists of various fields, each holding specific information or linking keys about Confirmation of waste disposal order for object (container) data available in SAP. These include MANDT (Client), ORDERNR (Internal Number for Identifying a Waste Disposal Order), ORDER_LAUFNR (Sequence Number for Waste Disposal Order Item), ORES ().. 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_RESULT_OBJECT 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
OKEY 0
MANDTClient MANDTCLNT3MANDT
ORDERNRInternal Number for Identifying a Waste Disposal Order EORDERNRCHAR20ALPHAEORDERNREORDERNREORDNERNR
ORDER_LAUFNRSequence Number for Waste Disposal Order Item ORDER_LAUFNRNUMC4NUMC4
ORES 0
BEHTYP_RMContainer category BEH_TYPECHAR18MATN1MATNRMATMAT1
SERNR_RM_NEWSerial Number GERNRCHAR18GERNRGERNRSER
BEH_ANZAHL_RMConfirmed Number of Containers ANZSERN_RMINT410CK_INT4
REMSERNRSerial Number for Removal REMSERNRCHAR18GERNRGERNR
WEIGHT_UNITUnit of weight WEIGHT_UNITUNIT3CUNITMEINS
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_TYPECHAR18MATN1MATNRMATMAT1
VOL_UNITVolume unit VOL_UNITUNIT3CUNITMEINS
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 CONFTYPECHAR8CHAR8
CONFTYPE2Confirmation note CONFTYPECHAR8CHAR8
CONFTYPE3Confirmation note CONFTYPECHAR8CHAR8
TEXTText with 250 characters ETEXT250CHAR250ETEXT250
WCNTConsecutive Number of Weighing Data Record EWEIGHCNTNUMC4EWEIGHCNT
REF_ORDERNRNumber of Waste Disposal Order for Weighing Data Record EORDERNR_REFCHAR20ALPHAEORDERNREORDERNREORDNERNR
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4LGORTLAG
ABRMENGEBilling quantity E_ABRMENGECHAR36E_ABRMENGE
MIETDAUERTerm of Lease E_MIETDAUERQUAN13(3) LVS_ZEITD
ZEITUNITTime unit MAIZEUNIT3CUNITMEINS
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 KONNRCHAR10ALPHAEBELNKTR
KTPNR_SCItem Number of Principal Purchase Agreement KTPNRNUMC5EBELP
BSTMG_SCPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTME_SCPurchase Order Unit of Measure BSTMEUNIT3CUNITMEINS

Key field Non-key field



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

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

How to access SAP table EWA_ORDER_RESULT_OBJECT

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