CBPR_ALLOC SAP (Control Table for Business Process Attributes) Table details

Dictionary Type: Table
Description: Control Table for Business Process Attributes




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




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

CBPR_ALLOC is a standard SAP Table which is used to store Control Table for Business Process Attributes data and is available within R/3 SAP systems depending on the version and release level.

The CBPR_ALLOC table consists of various fields, each holding specific information or linking keys about Control Table for Business Process Attributes data available in SAP. These include GJAHR (Fiscal Year), CBRKE_ALLOC (Indicator: Allocatable Process Attribute, Value Added), CBRKI_ALLOC (Indicator: Allocatable Process Attribute, Value Added), CBART_ALLOC (Indicator: Business Process Attribute Category Allocatable).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CBPR_ALLOC 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CBRKE_ALLOCIndicator: Allocatable Process Attribute, Value Added CO_CBRKG_ALLOCCHAR1FLAG
CBRKI_ALLOCIndicator: Allocatable Process Attribute, Value Added CO_CBRKG_ALLOCCHAR1FLAG
CBART_ALLOCIndicator: Business Process Attribute Category Allocatable CO_CBART_ALLOCCHAR1FLAG
DRVTP_ALLOCIndicator: Allocatable Process Attribute, Cost Behavior CO_DRVTP_ALLOCCHAR1FLAG
CBAT_ALLOCIndicator: Allocatable Process Attribute, Additional CO_CBAT_ALLOCCHAR1FLAG
CBRKE_MDATAIndicator: Maintainable Process Attribute, Value Added CO_CBRKG_MDATACHAR1FLAG
CBRKI_MDATAIndicator: Maintainable Process Attribute, Value Added CO_CBRKG_MDATACHAR1FLAG
CBART_MDATAIndicator: Maintainable Attribute Category, Proc.Master Data CO_CBART_MDATACHAR1FLAG
DRVTP_MDATAIndicator: Maintainable Process Attribute, Cost Behavior CO_DRVTP_MDATACHAR1FLAG
CBAT_MDATAIndicator: Maintainable Additional Attribute in Process CO_CBAT_MDATACHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CBPR_ALLOC
INTO CORRESPONDING FIELDS OF WA_CBPR_ALLOC
WHERE...

How to access SAP table CBPR_ALLOC

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