CBPR SAP (CO-ABC: Activity Master Table) Table details

Dictionary Type: Table
Description: CO-ABC: Activity Master Table




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




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

CBPR is a standard SAP Table which is used to store CO-ABC: Activity Master Table data and is available within R/3 SAP systems depending on the version and release level.

The CBPR table consists of various fields, each holding specific information or linking keys about CO-ABC: Activity Master Table data available in SAP. These include KOKRS (Controlling Area), PRZNR (Business Process), DATBI (Valid To Date), DATAB (Valid-From 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 or numeric)

Text table = CBPT


SAP CBPR 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
PRZNRBusiness Process CO_PRZNRCHAR12ALPHACO_PRZNRKWP
DATBIValid To Date DATBIDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
ERFDTCreated on ERFDTDATS8DATUM
ERFNMEntered by ERFNMCHAR12USNAM
AENDTDate of last change AENDTDATS8DATUM
AENNMLast changed by AENNMCHAR12USNAM
PRARTCO-OM-ABC: Business Process Category CO_CBART_4CHAR4CBPLCO_PRART
PRTYPCO-ABC: Business Process Type CO_BPTYPNUMC2CO_BPTYP
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
OWAERCurrency Key OWAERCUKY5TCURCWAERSOWS
VERAPPerson Responsible CO_VERAPCHAR20VERAK
VERAP_USERPerson Responsible for Business Process VERAP_USERCHAR12USR02XUBNAMEXUSUSER_COMP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
PHINRStandard Hierarchy Area CO_BPHINRCHAR12SETNRKWH
ATTRIBusiness Process Attributes/CO Tasks CB_ATTRICHAR4CB_ATTRI
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KHINRCost Center Group KSGRUCHAR15GRPNAMEKSG
ATTR1First Business Process Attribute ABC_ATTRI1CHAR24CHAR24
ATTR2Second Business Process Attribute ABC_ATTRI2CHAR24CHAR24
BP_STATIndicator 'Statistical Business Process' BP_STATCHAR1XFELD
TEMPLCLASSValid Environments ABC_CLASSCHAR3COTPLCLASSCOTPL_CLASSTPC
TEMPLATETemplate: Allocation of Business Processes ABC_TEMPL_SBPCHAR10COTPLABC_TEMPLABT
TEMPL_BPPTemplate for Formula Planning on Business Processes ABC_TEMPL_BPPCHAR10COTPLABC_TEMPLABT
KALSMCosting Sheet AUFKALSMCHAR6T683KALSM
PD_TASK_TPTask Type PD_TASK_TPCHAR2Assigned to domainOTYPEP-T
PD_TASK_IDTask (ID of Task) PD_TASK_IDNUMC8Assigned to domainHROBJIDP-I
CBRKEExternal Value Added Ranking (CO-OM-ABC) CO_CBRKENUMC2CBRKCO_CBRKG
CBRKIInternal Value Added Ranking (CO-OM-ABC) CO_CBRKINUMC2CBRKCO_CBRKG
CBARTBusiness Process Attribute: Category CO_CBARTCHAR2CBARCO_CBART
DRVTPBusiness Process Attribute: Allocation Category (CO-OM-ABC) CO_DRVTPCHAR3CBDTALPHACO_DRVTP
CBATBusiness Process Attribute: Additional Attribute (CO-OM-ABC) CO_CBATCHAR10CBATALPHACO_CBAT
WFD_IDNumber of workflow definition SWD_WFD_IDCHAR10Assigned to domainSWD_WFDIDS
VERSIONVersion SWD_VERSIOCHAR4SWD_VERSIO
EXETYPWorkflow Type SWD_EXETYPCHAR1SWD_EXETYP
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
LEINHActivity Unit (CO-OM-ABC) LEINH_ABCUNIT3T006CUNITMEINS
AUSEHOutput Unit AUSEHUNIT3T006CUNITMEINS
AUSFKOutput factor AUSFKDEC5(2) AUSFK
VKSTAAllocation Cost Element VKSTACHAR10Assigned to domainALPHAKSTAR
TARKZPrice Indicator: Calculate Allocation Price TARKZCHAR3TKA10ALPHATARKZ
TARKZ_IIndicator: Actual Allocation Price CO_TARKZ_ICHAR3TKA10ALPHATARKZ
YRATEPrice Calculation with Period-Based Average Prices CO_YRATECHAR1XFELD
LATYPAllocation Category (CO-OM-ABC) LATYP_ABCCHAR1LATYP
LATYPIVariant Allocation Category in Actual (CO-OM-ABC) LATYPI_ABCCHAR1LATYPI
MANISTIndicator: Confirm quantity manually in actual CO_MANISTCHAR1XFELD
MANPLANIndicator: Plan quantity manually set. CO_MANPLANCHAR1XFELD
FIXVOPredistribution of fixed costs for acty type/bus. process CO_FIXVOCHAR1XFELD
.INCLU--AP 0
FERC_INDRegulatory indicator FE_INDCHAR4FERC_C7ALPHAFE_IND

Key field Non-key field



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

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

SELECT SINGLE *
FROM CBPR
INTO CORRESPONDING FIELDS OF WA_CBPR
WHERE...

How to access SAP table CBPR

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