BAPIWASTEROUTE SAP (BAPI Structure for Creating a Route) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Creating a Route




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




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

BAPIWASTEROUTE 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 "BAPI Structure for Creating a Route" 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_BAPIWASTEROUTE TYPE BAPIWASTEROUTE.

The BAPIWASTEROUTE table consists of various fields, each holding specific information or linking keys about BAPI Structure for Creating a Route data available in SAP. These include ROUTE_TXT (Text for route), STICHTAG (Date from which the route is valid), FLEET_CAT (Vehicle Type), CAL_ID (Factory Calendar).. 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 BAPIWASTEROUTE 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
ROUTEPlanned Waste Disposal Order Route EROUTECHAR10EWAROUTEALPHAEROUTEEROUTEEROUTE_MAIN
ROUTE_TXTText for route EROUTE_TXTCHAR30CHAR30
STICHTAGDate from which the route is valid EGUELTIGVONDATS8DATUM
FLEET_CATVehicle Type FLEET_CATCHAR10T370KEQARTFLEET_CAT
CAL_IDFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
CORR_OPTCorrect non-workday CALCORRCHAR1CALCORR
WASTE_CALWaste Management Calendar as Template for Route WASTE_CALCHAR8EWACALENDERCHAR8ECAL
KOLONNEResource master KOLONNENUMC8T527XORGEH
KOLONNE_TXTResource master text KOLONNE_TXTCHAR25TEXT25
WASTE_TYPE1Waste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
PRODUCT_AREA1Service Area PRODUCT_AREACHAR2TPRDCTAREAPRODUCT_ID
RESULTYPConfirmation category ERESULTCHAR2TEWARESULTERESULT_ID
PRODUCT_AREA2Secondary service area PRODUCT_AREA2CHAR2TPRDCTAREAPRODUCT_ID
RESULTYP2Confirmation category ERESULTCHAR2TEWARESULTERESULT_ID
PRODUCT_AREA3Tertiary service area PRODUCT_AREA3CHAR2TPRDCTAREAPRODUCT_ID
RESULTYP3Confirmation category ERESULTCHAR2TEWARESULTERESULT_ID
EVOL_ROUTE_TARGEPlanned volume of route EVOL_ROUTE_TARGETQUAN13(3) MENG13
VOL_UNITVolume unit VOL_UNITUNIT3T006CUNITMEINS
VOL_UNIT_ISOVolume unit in ISO code VOLEH_ISOCHAR3T006IISOCD_UNIT
EPREM_ROUTE_TARGTarget Number of Premises EPREMISE_TARGETNUMC5NUMC5
ECONT_ROUTE_TARGPlanned number of containers for route ECONT_ROUTE_TARGETDEC5DEC5
ETIME_ROUTE_TARGPlanned duration of route ETIME_ROUTE_TARGETTIMS6TIME
MEIZTUnit of measure for travelling times MEIZTUNIT3T006CUNITMEINS
MEIZT_ISOISO Code for Unit of Measurement 'Time' MEIZTISOCHAR3T006IISOCD_UNIT
EDIST_ROUTE_TARGPlanned distance of route EDIST_ROUTE_TARGETQUAN13(3) MENG13
MEDSTUnit of measure for distance MEDSTUNIT3T006CUNITMEINS
MEDST_ISOISO Code for Unit of Measurement 'Distance' MEDSTISOCHAR3T006IISOCD_UNIT
EWGHT_ROUTE_TARGPlanned weight of route EWGHT_ROUTE_TARGETQUAN13(3) MENG13
WEIGHT_UNITUnit of weight WEIGHT_UNITUNIT3T006CUNITMEINS
WEIGHT_UNIT_ISOUnit of weight in ISO code GEWEI_ISOCHAR3T006IISOCD_UNIT
EPNT_ROUTE_TARGTarget Service Points for Route EPOINT_ROUTE_TARGCHAR4CHAR4
WASTE_DISP_PLANTWaste Disposal Facility WASTE_DISP_PLANTCHAR10KNA1ALPHAKUNNRKUNDEBI
REGIOGROUPPolitical regional structure element REGPOLITCHAR8TE227REGPOLITTE227
FORM_ALLORDApplication Form 'Waste Disposal Orders in Full' FORM_ALLORDCHAR30EFRMFORMKEY
FORM_POSORDApplication Form 'Waste Disposal Order Items' FORM_POSORDCHAR30EFRMFORMKEY
FORM_HEADORDApplication Form 'Waste Disposal Orders Cover Sheet' FORM_HEADORDCHAR30EFRMFORMKEY
ESHIFTShift ESHIFTCHAR4TEWASHIFTSCHAR4
SHIFT_VONStart time TIMEFROMTIMS6
SHIFT_BISEnd time TIMETOTIMS6
FLEET_EQUNR1Vehicle Number (Equipment Number) E_VEHICLECHAR18EQUIALPHAEQUNREQNEQUI
ARBPL1Work center ARBPLCHAR8ARBPLAGR
WERKS1Plant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ARBID1Object ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
FLEET_EQUNR2Vehicle Number (Equipment Number) E_VEHICLECHAR18EQUIALPHAEQUNREQNEQUI
ARBPL2Work center ARBPLCHAR8ARBPLAGR
WERKS2Plant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ARBID2Object ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
FLEET_EQUNR3Vehicle Number (Equipment Number) E_VEHICLECHAR18EQUIALPHAEQUNREQNEQUI
ARBPL3Work center ARBPLCHAR8ARBPLAGR
WERKS3Plant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
ARBID3Object ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID

Key field Non-key field



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

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

How to access SAP table BAPIWASTEROUTE

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