EWA_ORDER_RESULT_HEAD SAP (Confirmation for Waste Disposal Order Header) Structure details

Dictionary Type: Structure
Description: Confirmation for Waste Disposal Order Header




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




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

EWA_ORDER_RESULT_HEAD 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 for Waste Disposal Order Header" 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_HEAD TYPE EWA_ORDER_RESULT_HEAD.

The EWA_ORDER_RESULT_HEAD table consists of various fields, each holding specific information or linking keys about Confirmation for Waste Disposal Order Header data available in SAP. These include ACTUAL_ROUTE (Actual Route of Waste Disposal Order), ACTUAL_START (Actual Start Time for Waste Disposal Order), ACTUAL_END (Actual Finish Fime for Waste Disposal Order), PAUSE (Total Length of Breaks).. 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_HEAD 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
ACTUAL_DATEActual Date of Waste Disposal Order EORDER_ACTDATEDATS8DATS
ACTUAL_ROUTEActual Route of Waste Disposal Order EROUTE_ACTCHAR10Assigned to domainALPHAEROUTEEROUTEEROUTE_MAIN
ACTUAL_STARTActual Start Time for Waste Disposal Order EWA_ACTSTARTTIMS6UZEIT
ACTUAL_ENDActual Finish Fime for Waste Disposal Order EWA_ACTENDTIMS6UZEIT
PAUSETotal Length of Breaks E_PAUSENTIMS6UZEIT
TEXT1Text (30 Characters) TEXT30CHAR30TEXT30
TEXT2Text (30 Characters) TEXT30CHAR30TEXT30
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
EVOL_ORDER_ACTActual volume of waste disposal order EVOL_ORDER_ACTUALQUAN13(3) MENG13
VOL_UNIT_ACTVolume unit VOL_UNITUNIT3T006CUNITMEINS
ECONT_ORDER_ACTActual number of container in waste disposal order ECONT_ORDER_ACTUALDEC5DEC5
ETIME_ORDER_ACTActual Duration of Waste Disposal Order ETIME_ORDER_ACTUALTIMS6TIME
EDIST_ORDER_ACTActual distance of waste disposal order EDIST_ORDER_ACTUALQUAN13(3) MENG13
MEDST_ACTUnit of measure for distance MEDSTUNIT3T006CUNITMEINS
EWGHT_ORDER_ACTActual weight of waste disposal order EWGHT_ORDER_ACTUALQUAN13(3) MENG13
WEIGHT_UNIT_ACTUnit of weight WEIGHT_UNITUNIT3T006CUNITMEINS
.INCLU-_SC 0
KONNR_SCNumber of Principal Purchase Agreement KONNRCHAR10EKKOALPHAEBELNKTR
KTPNR_SCItem Number of Principal Purchase Agreement KTPNRNUMC5EKPOEBELP
BSTMG_SCPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTME_SCPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table EWA_ORDER_RESULT_HEAD

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