P06CR_BRC_PARAM SAP (Add. parameters transfered to SMARTFORM for DUCS output) Structure details

Dictionary Type: Structure
Description: Add. parameters transfered to SMARTFORM for DUCS output




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




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

P06CR_BRC_PARAM 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 "Add. parameters transfered to SMARTFORM for DUCS output" 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_PARAM TYPE P06CR_BRC_PARAM.

The P06CR_BRC_PARAM table consists of various fields, each holding specific information or linking keys about Add. parameters transfered to SMARTFORM for DUCS output data available in SAP. These include VLU_FLAG (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), PERTY_TOT (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), CORGA_TOT (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')), SCHEME_TOT (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')).. 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_PARAM 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
CATEGInsur. org. category P06_CATCCCHAR3P06_CATCC
VLU_FLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PERTY_TOTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CORGA_TOTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SCHEME_TOTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
VCPA_FLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IBAN_FLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
YEARLY_RECAPData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SOFT_VERSIONSAP Release SAPRLCHAR4SAPRL
DECLL1Text length 35 P06_CHAR35CHAR35
DECLL2Text length 35 P06_CHAR35CHAR35
DECLTLTelephone Number TELNRCHAR14TELNR
DECLFXTelephone Number TELNRCHAR14TELNR
EXIG Statement's due date0
REGI Final date for statement's deposit0
PAYM Final date for contributions payment0
DATEIDDate identifier IDDATNUMC2Assigned to domainDATID
UNITYIndic. : assignment of contributions to payroll period P06_UNITYCHAR1XFELD
REGULBRC - various accrual amounts P06_REGUL_BRCCURR15(2) BTRA_BETRG
ACPTEBRC - Payed advances P06_ACPT_BRCCURR15(2) BTRA_BETRG
FLAG1Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FLAG2Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FLAG3Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FLAG4Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DUPER P06_DUPERCHAR1P06_DUPER
WACT_DT 0

Key field Non-key field



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

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

How to access SAP table P06CR_BRC_PARAM

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