EEWA_CAPAB_HEAD SAP (IS-U Waste: Capacity Planning - Header) Table details

Dictionary Type: Table
Description: IS-U Waste: Capacity Planning - Header




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




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

EEWA_CAPAB_HEAD is a standard SAP Table which is used to store IS-U Waste: Capacity Planning - Header data and is available within R/3 SAP systems depending on the version and release level.

The EEWA_CAPAB_HEAD table consists of various fields, each holding specific information or linking keys about IS-U Waste: Capacity Planning - Header data available in SAP. These include CAPAB (Capacity Number), CAPA_VOL (Total Volume of Day Capacity), CAPA_VOL_SUM (Volume of Day Capacity Allocated), CAPA_WEIGHT (Total Weight of Day Capacity).. 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_CAPAB_HEAD 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
CAPABCapacity Number EEWA_CAPABNUMC10EEWA_CAPAB
CAPA_VOLTotal Volume of Day Capacity CAP_VOL_TOTALDEC13(3) DEC10_3
CAPA_VOL_SUMVolume of Day Capacity Allocated CAP_VOL_USEDQUAN13(3) MENG13
CAPA_WEIGHTTotal Weight of Day Capacity CAP_WEIGHT_TOTALQUAN13(3) MENG13
CAPA_WEIGHT_SUMTotal Weight of Day Capacity CAP_WEIGHT_TOTALQUAN13(3) MENG13
PROC_CAPA_M3Percentage of Total Capacity for M3 with Difficulties PART_M3_PRZTDEC5(1) PROZENT41
CAPA_M3_SUMVolume of Excess Cubic Meters Already Allocated CAP_M3_USEDQUAN13(3) MENG13
PROC_CAPA_EAPercentage Portion of Total Capacity for Express Orders PART_EA_PRZTDEC5(1) PROZENT41
CAPA_EA_SUMVolume of Excess M3 Already Allocated CAP_EA_USEDQUAN13(3) MENG13
CAPA_TEXTText Field TEXT50CHAR50TEXT50
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 EEWA_CAPAB_HEAD using ABAP code

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

SELECT SINGLE *
FROM EEWA_CAPAB_HEAD
INTO CORRESPONDING FIELDS OF WA_EEWA_CAPAB_HEAD
WHERE...

How to access SAP table EEWA_CAPAB_HEAD

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