P06CR_BRC_HISTORY SAP (History of summary contribution vouchers via B2A) Structure details

Dictionary Type: Structure
Description: History of summary contribution vouchers via B2A




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




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

P06CR_BRC_HISTORY 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 "History of summary contribution vouchers via B2A" 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_P06CR_BRC_HISTORY TYPE P06CR_BRC_HISTORY.

The P06CR_BRC_HISTORY table consists of various fields, each holding specific information or linking keys about History of summary contribution vouchers via B2A data available in SAP. These include BUKRS (Company Code), SIREN (SIREN number), NUMIC (NIC), INPER (In-period for payroll).. 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 (Deep)


SAP P06CR_BRC_HISTORY 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SIRENSIREN number SIRENCHAR9CHAR9
NUMICNIC NUMICCHAR5CHAR5
INPERIn-period for payroll IPERICHAR6CHAR6
IN_BEGDAStart Date BEGDADATS8DATUM
IN_ENDDAEnd Date ENDDADATS8DATUM
FPPERFor-period for payroll FAPERCHAR6CHAR6
FP_BEGDAStart Date BEGDADATS8DATUM
FP_ENDDAEnd Date ENDDADATS8DATUM
CATEGInsur. org. category P06_CATCCCHAR3P06_CATCC
SCREEN_CATEGInsur. org. category P06_CATCCCHAR3P06_CATCC
CORGAAgency code P06_CORGACHAR2Assigned to domainP06_CORGA
PERTYEmployee type P06_PERTYCHAR5Assigned to domainP06_PERTY
NATDECBRC: type of declaration P06_NATDECNUMC1P06_NATDEC
AT_RATERate of the employer's contribution (%) P06_PERERDEC5(3) DEC2_3
PAID_HEADCLast BRC: paid headcount over a period P06_PAID_HEADCNUMC7P06_HEADCOUNTS
EXEMPT_HEADCLast BRC: contr.-exempt headcount during period P06_EXPT_HEADCNUMC7P06_HEADCOUNTS
ENDOP_MENLast BRC: male headcount at end of period P06_ENDOP_MENNUMC7P06_HEADCOUNTS
ENDOP_WOMENLast BRC: female headcount at end of period P06_ENDOP_WOMENNUMC7P06_HEADCOUNTS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CONT_BASISContribution type: max.amount fixed, not fixed or 'accident' P06_TYPCOTCHAR1P06_TYPCOT
PAID_SALARYLast BRC: contributions base P06_PAID_SALARYCURR15(2) BTRA_BETRG
NORMAL_RATELast BRC: standard contribution rate ( non AT ) P06_NORMAL_RATEDEC5(3) DEC2_3
NORMAL_CONTLast BRC: standard contribution rate (non AT) P06_NORMAL_CONTCURR15(2) BTRA_BETRG
SPECIAL_RATELast BRC: special contribution rate ( AT ) P06_SPECIAL_RATEDEC5(3) DEC2_3
SPECIAL_CONTLast BRC: special rate contributions ( ToDo ) P06_SPEC_CONTCURR15(2) BTRA_BETRG
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
DATMODate modifier DATMONUMC2Assigned to domainDATMO
CTMODContribution type P06_CTMODCHAR2Assigned to domainP06_CTMOD
RTMODContribution rate modifier P06_RTMODCHAR4Assigned to domainP06_RTMOD

Key field Non-key field



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

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

How to access SAP table P06CR_BRC_HISTORY

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