CRCA SAP (Work Center Capacity Allocation) Table details

Dictionary Type: Table
Description: Work Center Capacity Allocation




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




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

CRCA is a standard SAP Table which is used to store Work Center Capacity Allocation data and is available within R/3 SAP systems depending on the version and release level.

The CRCA table consists of various fields, each holding specific information or linking keys about Work Center Capacity Allocation data available in SAP. These include OBJTY (Object types of the CIM resource), OBJID (Object ID of the resource), CANUM (Capacity allocation number), BEGDA (Start 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 CRCA 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
CANUMCapacity allocation number CR_CAPNUMNUMC4NUM4
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
AEDAT_KAPAChanged on AEDTMDATS8DATUM
AENAM_KAPAUser Name USRNAMECHAR12CHAR12
KAPIDCapacity ID KAPIDNUMC8KAKOKAPID
FORK1Formula for setup capacity requirements AP_FORM_K1CHAR6TC25AP_FORMEL
FORK2Formula for processing capacity requirements AP_FORM_K2CHAR6TC25AP_FORMEL
FORK3Formula for teardown capacity requirements AP_FORM_K3CHAR6TC25AP_FORMEL
FORKNFormula for cap. reqmts. for other types of int. processing AP_FORM_KNCHAR6TC25AP_FORMEL
PROZTPercentage share of available capacity AP_PROZ_KANUMC3AWAHR
VERT1Distribution of capacity requirements (Planned/prod.order) CR_VERT1CHAR8TC29CR_VERTL
VERT2Key for distributing requirements over processing time CR_VERT2CHAR8TC29CR_VERTL
VERT3Distribution key for teardown requirements CR_VERT3CHAR8TC29CR_VERTL
VERTNDistr.cap.reqmts (plant maint.,process order, network) CR_VERTNCHAR8TC29CR_VERTL
CAROLRole of work center capacity CR_CAPROLECHAR40TEXT40
ISTBED_KZCalculation of actual capacity requirements CY_ISTBEDKZCHAR1CY_ISTBEDKZ
VGWT1Actual requirements for operation segment setup CY_VGWT1CHAR6Assigned to domainPARAMID
VGWT2Actual requirements for operation segment processing CY_VGWT2CHAR6Assigned to domainPARAMID
VGWT3Actual capacity requirements for operation segment teardown CY_VGWT3CHAR6Assigned to domainPARAMID
VGWTNActual capacity requirements for in-house processing CY_VGWTNCHAR6Assigned to domainPARAMID
CAP_BACKFLUSH_SUControl: Calc. of Remaining Req./Duration After Confirmation CAP_BACKFLUSHNUMC1CAP_BACKFLUSH
CAP_BACKFLUSH_PRControl: Calc. of Remaining Req./Duration After Confirmation CAP_BACKFLUSHNUMC1CAP_BACKFLUSH
CAP_BACKFLUSH_TDControl: Calc. of Remaining Req./Duration After Confirmation CAP_BACKFLUSHNUMC1CAP_BACKFLUSH

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRCA
INTO CORRESPONDING FIELDS OF WA_CRCA
WHERE...

How to access SAP table CRCA

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