CBPRA SAP (Structure of all activity attributes) Structure details

Dictionary Type: Structure
Description: Structure of all activity attributes




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




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

CBPRA 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 "Structure of all activity attributes" 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_CBPRA TYPE CBPRA.

The CBPRA table consists of various fields, each holding specific information or linking keys about Structure of all activity attributes 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 CBPRA 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

Key field Non-key field



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

As CBPRA 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 CBPRA as there is no data to select.

How to access SAP table CBPRA

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