EEWA_BULK_DATA SAP (Bulk refuse order data) Table details

Dictionary Type: Table
Description: Bulk refuse order data




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




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

EEWA_BULK_DATA is a standard SAP Table which is used to store Bulk refuse order data data and is available within R/3 SAP systems depending on the version and release level.

The EEWA_BULK_DATA table consists of various fields, each holding specific information or linking keys about Bulk refuse order data data available in SAP. These include VBELN (Sales and Distribution Document Number), VBPOS (Item number of the SD document), POBJNR (Object number), PARTNER (Sold-To Party).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EEWA_BULK_DATA 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 MANDTCLNT3Assigned to domainMANDT
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOSItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
POBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PARTNERSold-To Party BULKPARTNERCHAR10Assigned to domainALPHABU_PARTNERBPA
ABWRHAlternative Invoice Recipient ABWRH_KKCHAR10Assigned to domainALPHABU_PARTNERBUPA
KUNWEBusiness Partner from whom Waste is to be Removed EEWA_KUNWECHAR10Assigned to domainALPHABU_PARTNERBULKY_BUPA
ADDRABHRemoval Address EEWA_ADDRABHCHAR10Assigned to domainALPHAAD_ADDRNUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MENGETarget Number of Bulk Waste Objects EEWA_MENGEDEC5(2) DEC3_2
STPRSStandard price STPRSCURR11(2) WERT11V
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
PREISStandard price STPRSCURR11(2) WERT11V
VOLUMVolume VOLUMQUAN13(3) MENG13
M3_KZExcess Cubic Meters EWA_M3_KZCHAR1KENNZX
ERS00Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
ERS01Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
ERS02Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
ERS03Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
ERS04Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL4Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR4CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
ERS05Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL5Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR5CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
ERS06Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL6Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR6CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
ERS07Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL7Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR7CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
ERS08Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL8Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR8CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
ERS09Waste Management Note DIFFCULTCHAR5DIFF_IDEDIFFCULT
KSCHL9Condition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KBETR9CCondition rate with decimal places and minus sign KBETRCCHAR11CHAR11
BARZAHLUNGCash Payment EEWA_BARZAHLUNGCHAR1CHAR1
VORKASSEPay in Advance EEWA_VORKASSECHAR1CHAR1
NACHKASSEPay Later EEWA_NACHKASSECHAR1CHAR1
GEBUEHRNotice of Charges EEWA_GEBUEHRCHAR1CHAR1
KOSTENLOSFree of Charge EEWA_KOSTENLOSCHAR1CHAR1
CAPA_VOL_SUM Daily capacity: Consumed0
CAPA_FIX Fix removal date0
CAPA_VOL Daily capacity: Total0
EXPRESSExpress Surcharge EEWA_EXPRESSCHAR1CHAR1
TERMIN Removal Date0
TIMEFRAMEService window TIMEFRAMECHAR2TIMEFRAME
START_TIMEStart time of a service window START_TIMETIMS6UZEIT
END_TIMEEnd of service window STOP_TIMETIMS6UZEIT
PRODUCT_AREAService Area PRODUCT_AREACHAR2Assigned to domainPRODUCT_ID
CAPABCapacity Number EEWA_CAPABNUMC10EEWA_CAPAB
SPAUAWaste Disposal Order Type EEWA_SPAUACHAR3CHAR3EEWA_SPAUA

Key field Non-key field



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

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

SELECT SINGLE *
FROM EEWA_BULK_DATA
INTO CORRESPONDING FIELDS OF WA_EEWA_BULK_DATA
WHERE...

How to access SAP table EEWA_BULK_DATA

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