P06BRC_T_RECO SAP (RECOT data and corresponding data from SV) Structure details

Dictionary Type: Structure
Description: RECOT data and corresponding data from SV




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




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

P06BRC_T_RECO 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 "RECOT data and corresponding data from SV" 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_P06BRC_T_RECO TYPE P06BRC_T_RECO.

The P06BRC_T_RECO table consists of various fields, each holding specific information or linking keys about RECOT data and corresponding data from SV data available in SAP. These include SEQNO (Sequential number), BEGDA (Start Date), ENDDA (End Date), CNTR1 (SI split).. 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: Not classified


SAP P06BRC_T_RECO 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
SECTNForms: Section P_99S_SECTNCHAR4P_99S_SECTN
SEQNOSequential number P06_SEQNONUMC2NUMC2
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
CNTR1SI split CNTR1RAW1RAW1
ORGANSI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COTISTax and social insurance payroll costs COTISCHAR4Assigned to domainP06_COTIS
TRANXLevel type P06_TRANCHAR3P06_TRAN
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BASEContribution Basis P06_BASECURR15(2) PRBETRG
FBASEContribution Basis P06_BASECURR15(2) PRBETRG
FBASRContribution Basis P06_BASECURR15(2) PRBETRG
BRUTContributions: Gross P06_BRUTCURR15(2) PRBETRG
PEREERate of the employee contribution (%) P06_PEREEDEC5(3) DEC2_3
COTEEEmployee Contribution P06_COTEECURR15(2) PRBETRG
PERERRate of the employer's contribution (%) P06_PERERDEC5(3) DEC2_3
COTEREmployer Contribution P06_COTERCURR15(2) PRBETRG
GENDEEmployee gender P06_GENDERCHAR1P06_GENDER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
ANSVHWork Contract ANSVHCHAR2Assigned to domainANSVH
FPPERFor-period for payroll FAPERCHAR6CHAR6
INPERIn-period for payroll IPERICHAR6CHAR6
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
PAYDTPay date for awards PAYDTDATS8DATUM
SIRENSIREN number SIRENCHAR9CHAR9
NUMICNIC NUMICCHAR5CHAR5
REGNOSI contrib. model REGNOCHAR4Assigned to domainP06_REGNO
CORGAAgency code P06_CORGACHAR2Assigned to domainP06_CORGA
PERTYEmployee type P06_PERTYCHAR5Assigned to domainP06_PERTY
CATEGInsur. org. category P06_CATCCCHAR3P06_CATCC
SCREEN_CATEGInsur. org. category P06_CATCCCHAR3P06_CATCC
CTMODContribution type P06_CTMODCHAR2Assigned to domainP06_CTMOD
RTMODContribution rate modifier P06_RTMODCHAR4Assigned to domainP06_RTMOD
GRCBIIdentical basis contribution wage type group P06_GRCBICHAR2CHAR2
OPSSocial protection agency P06_OPSCHAR9Assigned to domainP06_OPS

Key field Non-key field



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

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

How to access SAP table P06BRC_T_RECO

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