SI_CBPR SAP (CO-ABC: All Data Fields of the Business Process Master Data) Structure details

Dictionary Type: Structure
Description: CO-ABC: All Data Fields of the Business Process Master Data




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




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

SI_CBPR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CO-ABC: All Data Fields of the Business Process Master Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SI_CBPR TYPE SI_CBPR.

The SI_CBPR table consists of various fields, each holding specific information or linking keys about CO-ABC: All Data Fields of the Business Process Master Data data available in SAP. These include ERFDT (Created on), ERFNM (Entered by), AENDT (Date of last change), AENNM (Last changed by).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SI_CBPR structure 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
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

Key field Non-key field



How do I retrieve data from SAP structure SI_CBPR using ABAP code?

As SI_CBPR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SI_CBPR as there is no data to select.

How to access SAP table SI_CBPR

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