EEWA_BULKY_DATA SAP (IS-U Waste: Bulk Refuse Order Data) Structure details

Dictionary Type: Structure
Description: IS-U Waste: Bulk Refuse Order Data




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




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

EEWA_BULKY_DATA 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 "IS-U Waste: Bulk Refuse Order Data" 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_EEWA_BULKY_DATA TYPE EEWA_BULKY_DATA.

The EEWA_BULKY_DATA table consists of various fields, each holding specific information or linking keys about IS-U Waste: Bulk Refuse Order Data data available in SAP. These include MATKL (Material Group), MATNR (Material Number), MAKTX (Material Description (Short Text)), MENGE (Target Number of Bulk Waste Objects).. 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 EEWA_BULKY_DATA 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
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MENGETarget Number of Bulk Waste Objects EEWA_MENGEDEC5(2) DEC3_2
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
M3_KZExcess Cubic Meters EWA_M3_KZCHAR1KENNZX
ERS00Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS01Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS02Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS03Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS04Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS05Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS06Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS07Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS08Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
ERS09Waste Management Note DIFFCULTCHAR5TEDIFFCULTDIFF_IDEDIFFCULT
PREISTotal Price GSPRSCURR11(2) PREIS
STPRSStandard price STPRSCURR11(2) WERT11V
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
VOLUMVolume VOLUMQUAN13(3) MENG13
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PRODUCT_AREAService Area PRODUCT_AREACHAR2Assigned to domainPRODUCT_ID
ADDRABHRemoval Address EEWA_ADDRABHCHAR10Assigned to domainALPHAAD_ADDRNUM
TEXTText Field TEXT50CHAR50TEXT50
GSVOLTotal volume of Item GS_VOLQUAN13(3) MENGE13
MARKIndicator for selected line MARKTCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table EEWA_BULKY_DATA

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