EWA_BILL_RELEVNT SAP (Valuation of Fields Relevant for Billing in Waste Bill.Cat.) Table details

Dictionary Type: Table
Description: Valuation of Fields Relevant for Billing in Waste Bill.Cat.




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




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

EWA_BILL_RELEVNT is a standard SAP Table which is used to store Valuation of Fields Relevant for Billing in Waste Bill.Cat. data and is available within R/3 SAP systems depending on the version and release level.

The EWA_BILL_RELEVNT table consists of various fields, each holding specific information or linking keys about Valuation of Fields Relevant for Billing in Waste Bill.Cat. data available in SAP. These include BILLTYPE (Waste Billing Category), LAUFNR (Consecutive Number for Valuation of Waste Billing Category), CONT_COUNT (Number of available containers), BEH_TYPE (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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EWA_BILL_RELEVNT table 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
MANDTClient MANDTCLNT3T000MANDT
BILLTYPEWaste Billing Category EBILLTYPECHAR6TEWABILLTYPEBILLTYPE_IDEAAT
LAUFNRConsecutive Number for Valuation of Waste Billing Category E_LAUFNRCHAR4CHAR4
CONT_COUNTNumber of available containers CONT_COUNTINT410E_FAKTOR
BEH_TYPEContainer category BEH_TYPECHAR18Assigned to domainMATN1MATNRMATMAT1
DIFFCULTWaste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
FREQUENZService Interval E_FREQUENZCHAR4E_FREQUENZ
WASTE_TYPEWaste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
KOMPFAKTWaste Billing Factor E_FAKTORCHAR12EWA_FAKTORCHAR12EFAKTOR
NO_UNITIESNo. of premises NO_UNITIESNUMC6NUMC6
ANZPERSNumber of persons ANZ_PERSNUMC3ANZ_PERS
WINTERLEVELWinter Maintenance Level EEWA_WINTERLEVELCHAR3TEWINTERSRVEEWA_WINTERLEVEL
ROBTYPCleaning Object Category EEWA_ROB_ROBTYPCHAR3TEROBTYPROBTYPEEWA_ROBTYPEEWA_ROBTYP
REMENGAssessment Value EEWA_CLEAN_REMENGMETDEC10(2) DEC8_2
FLAECHEFloor Area in Square Meters E_FLAECHEDEC9(2) DEC7_2
WEEKLYWeekly Service Interval WEEKLYCHAR2RYTHMUS
MONTH_COUNTFrequency of Service in Months MONTH_COUNTCHAR2MONTH_COUNT
DAY_TYPEType of Daily Service (Single/Periodic) DAY_TYPECHAR1DAY_TYPE
BEH_ANZAHL_RMConfirmed Number of Containers ANZSERN_RMINT410CK_INT4
WASTE_WEIGHTWeight of Waste Measured when Container Emptied WASTE_WEIGHTQUAN10(3) MENG10
WASTEWaste WASTE_TYPECHAR18MARAMATN1MATNRMATMAT1
WASTE_VOLWaste Volume Measured when Container Emptied WASTE_VOLQUAN10(3) MENG10
CONFTYPEConfirmation note CONFTYPECHAR8TEWACONFTYPECHAR8
ABRMENGEBilling quantity E_ABRMENGECHAR36E_ABRMENGE
RATEDVALEvaluated Measured Amounts EEWA_CLEAN_RATED_VALUEDEC10(2) DEC8_2
DAY_FREQUENCYDaily Frequency DYFRQNUMC3DYFRQ
FREQZUSService Interval Grouping E_FREQZUSCHAR4TEWASERVZUSE_FREQZUS
REGIOGROUPPolitical regional structure element REGPOLITCHAR8TE227REGPOLITTE227
REGNAMEText for a regional structure element REGNAMECHAR30TEXT30
STYPETXTText for Service Type SERVICETYPE_TXTCHAR30CHAR30
KONDIGRRate fact group KONDIGRCHAR10TE067KONDIGR
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table EWA_BILL_RELEVNT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EWA_BILL_RELEVNT to SELECT all data from the table
DATA: WA_EWA_BILL_RELEVNT TYPE EWA_BILL_RELEVNT.

SELECT SINGLE *
FROM EWA_BILL_RELEVNT
INTO CORRESPONDING FIELDS OF WA_EWA_BILL_RELEVNT
WHERE...

How to access SAP table EWA_BILL_RELEVNT

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