EORDER_ALV SAP (Structure for Displaying Waste Disposal Orders in ALV grid) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Waste Disposal Orders in ALV grid




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




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

EORDER_ALV 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 "Structure for Displaying Waste Disposal Orders in ALV grid" 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_EORDER_ALV TYPE EORDER_ALV.

The EORDER_ALV table consists of various fields, each holding specific information or linking keys about Structure for Displaying Waste Disposal Orders in ALV grid data available in SAP. These include ORDER_DATE (Planned Date for Execution of Waste Disposal Order), ORDER_LAUFNR (Sequence Number for Waste Disposal Order Item), CONTAINER (Serial Number of Container), MATNR (Container category).. 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)


SAP EORDER_ALV 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
ORDERNRInternal Number for Identifying a Waste Disposal Order EORDERNRCHAR20Assigned to domainALPHAEORDERNREORDERNREORDNERNR
ORDER_DATEPlanned Date for Execution of Waste Disposal Order EORDER_DATEDATS8DATS
ORDER_LAUFNRSequence Number for Waste Disposal Order Item ORDER_LAUFNRNUMC4NUMC4
CONTAINERSerial Number of Container BEHAELTERCHAR18GERNRGERNRSER
MATNRContainer category BEH_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
STATUS_TXTStatus Text of the Waste Disposal Order EORDER_STATUS_TXTCHAR30CHAR30
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
ROUTEPlanned Waste Disposal Order Route EROUTECHAR10Assigned to domainALPHAEROUTEEROUTEEROUTE_MAIN
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
NAME_TXTText for business partner TEXT1GP_KKCHAR132TEXT132
EORDER_STATUSStatus of the waste disposal order EORDER_STATUSCHAR2EORDER_STATUS
EPROPProperty EEWA_CLEAN_PROPCHAR12ALPHAEEWA_CLEAN_PROPECLEAN
ROBCleaning Object EEWA_CLEAN_ROBCHAR16ALPHAROBEROBEEWA_ROB_F4_ALL

Key field Non-key field



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

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

How to access SAP table EORDER_ALV

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