ECM_COST SAP (Estimated-Costs Table) Table details

Dictionary Type: Table
Description: Estimated-Costs Table




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




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

ECM_COST is a standard SAP Table which is used to store Estimated-Costs Table data and is available within R/3 SAP systems depending on the version and release level.

The ECM_COST table consists of various fields, each holding specific information or linking keys about Estimated-Costs Table data available in SAP. These include GUID_REQ (GUID for Engineering Change Request), GUID_ECM_GROUP (GUID for User Group), CURRENY (Currency Unit for Estimated Costs), COST_DEV (Estimated Costs for Development).. 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 (Deep)


SAP ECM_COST 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
GUID_REQGUID for Engineering Change Request ECMREQGUIDRAW16
GUID_ECM_GROUPGUID for User Group ECMGRPGUIDRAW16
CURRENYCurrency Unit for Estimated Costs ECM_WAECUKY5ECM_WAE
COST_DEVEstimated Costs for Development COST_DEVDEC15(2) COST_ECMREQ
COST_UMREstimated Costs for Setup COST_UMRDEC15(2) COST_ECMREQ
COST_PROEstimated Costs for Production COST_PRODEC15(2) COST_ECMREQ
COST_EQUEstimated Costs for Equipment COST_EQUDEC15(2) COST_ECMREQ
COST_FHMCosts for PRTs and Operating Facilities COST_FHMDEC15(2) COST_ECMREQ
COST_FGKProduction Overhead COST_FGKDEC15(2) COST_ECMREQ
COST_WZZTool Cost Subsidies COST_WZZDEC15(2) COST_ECMREQ
COST_WHEstimated Costs for Warehouse COST_WHDEC15(2) COST_ECMREQ
COST_SCHEstimated Costs for Scrapping COST_SCHDEC15(2) COST_ECMREQ
COST_ASIGeneral Capital Expenditures COST_ASIDEC15(2) COST_ECMREQ
COST_FLCosts for External Activities COST_FLDEC15(2) COST_ECMREQ
COST_GMKOverhead Costs COST_GMKDEC15(2) COST_ECMREQ
COST_ZINEstimated Costs for Interest COST_ZINDEC15(2) COST_ECMREQ
COST_MANEstimated Costs for Human Resources COST_MANDEC15(2) COST_ECMREQ
COST_TRAEstimated Costs for Travel COST_TRADEC15(2) COST_ECMREQ
COST_OTHOther Estimated Costs COST_OTHDEC15(2) COST_ECMREQ
COST_OVVTotal Estimated Costs COST_OVVDEC15(2) COST_ECMREQ

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECM_COST
INTO CORRESPONDING FIELDS OF WA_ECM_COST
WHERE...

How to access SAP table ECM_COST

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