CRMCO_CONF_COSTS SAP (CRM/CO: Actual Costs for Confirmations) Table details

Dictionary Type: Table
Description: CRM/CO: Actual Costs for Confirmations




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




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

CRMCO_CONF_COSTS is a standard SAP Table which is used to store CRM/CO: Actual Costs for Confirmations data and is available within R/3 SAP systems depending on the version and release level.

The CRMCO_CONF_COSTS table consists of various fields, each holding specific information or linking keys about CRM/CO: Actual Costs for Confirmations data available in SAP. These include OBJECT_ID (External Object Technical Key), POSNR (Unit Costing Line Item Number), TYPPS (Item Category), MATNR (Material Number).. 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 CRMCO_CONF_COSTS 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
OBJECT_IDExternal Object Technical Key IAOM_EXT_OBJECT_IDCHAR34IAOM_OBJECT_KEY
POSNRUnit Costing Line Item Number CK_POSNRNUMC5Assigned to domainCK_POSNR
TYPPSItem Category TYPPSCHAR1TYPPS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
MEEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WERTValue in Controlling Area Currency CK_KWTCURR15(2) WERTV8
WERTFFixed Value in Controlling Area Currency CK_KWFCURR15(2) WERTV8
WAERSControlling Area Currency CK_KWAERCUKY5Assigned to domainWAERS
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
BSTNRPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
ERROR_FLAGNew Input Values XFLAGCHAR1XFLAG
REVERSAL_FLAGNew Input Values XFLAGCHAR1XFLAG
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMCO_CONF_COSTS
INTO CORRESPONDING FIELDS OF WA_CRMCO_CONF_COSTS
WHERE...

How to access SAP table CRMCO_CONF_COSTS

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