CRCO SAP (Assignment of Work Center to Cost Center) Table details

Dictionary Type: Table
Description: Assignment of Work Center to Cost Center




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




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

CRCO is a standard SAP Table which is used to store Assignment of Work Center to Cost Center data and is available within R/3 SAP systems depending on the version and release level.

The CRCO table consists of various fields, each holding specific information or linking keys about Assignment of Work Center to Cost Center data available in SAP. These include OBJTY (Object types of the CIM resource), OBJID (Object ID of the resource), LASET (Activity type set), ENDDA (End Date).. 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)


SAP CRCO 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 MANDTCLNT3T000MANDT
OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJIDObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
LASETActivity type set CR_LASETCHAR6CHAR6
ENDDAEnd Date ENDDATUMDATS8DATUMEND
LANUMActivity type number within a set CR_LANUMNUMC4NUM4
BEGDAStart Date BEGDATUMDATS8DATUMBEG
AEDAT_KOSTChanged on AEDTMDATS8DATUM
AENAM_KOSTUser Name USRNAMECHAR12CHAR12
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
LSTAR_REFField is referenced AP_KZREFCHAR1XFELD
FORMLFormula key for costing AP_FORM_C1CHAR6TC25AP_FORMEL
PRZBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
ACTXYActivity description type ACTXYCHAR1ACTXY
ACTXKKey for alternative activity description ACTXKCHAR4CHAR4
LEINHActivity Unit LEINHUNIT3Assigned to domainCUNITMEINS
BDETransfer activity types to incentive wages BDENRCHAR1BDENR
SAKLRecord type group SA_KLASSENUMC1SA_KLASSE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRCO
INTO CORRESPONDING FIELDS OF WA_CRCO
WHERE...

How to access SAP table CRCO

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