RPCBXXXX SAP (Structure for Report Parameter RPCB* and RPCK*) Structure details

Dictionary Type: Structure
Description: Structure for Report Parameter RPCB* and RPCK*




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




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

RPCBXXXX 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 for Report Parameter RPCB* and RPCK*" 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_RPCBXXXX TYPE RPCBXXXX.

The RPCBXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPCB* and RPCK* data available in SAP. These include DUMMY2 (Sort criteria), SORT2 (Sort), GR_SUM2 (Creation of group totals), TRENN_BL1 (Print page dividers).. 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: Cannot Be Enhanced


SAP RPCBXXXX 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
VERSION_RPProductive version VERS_RP2CHAR1XFELD
DUMMY2Sort criteria DUMMY_RP2CHAR7CHAR7
SORT2Sort SORT_RP2CHAR7CHAR7
GR_SUM2Creation of group totals GR_SUM2CHAR7CHAR7
TRENN_BL1Print page dividers SEPERACHAR7CHAR7
SW_BUCHEPost data? SW_BUCHECHAR1CHAR1
P_GFIBUGrouping code for offsetting entry GFIBUCHAR2CHAR2
SW_DIFFDisplay Differences for Individual Persons SW_DIFFCHAR1XFELD
UMSREGELFeature for converting co.code/pers.area/pers.subarea UMSREGELCHAR5CHAR5
DUMMY3Sort criteria DUMMY3CHAR5CHAR5
SORT3Sort SORT_RP3CHAR5CHAR5
SORT4Sort RPCBETA0 PB03_SORT4CHAR7CHAR7
TRENN_BL2Print page dividers SEPERA2CHAR5CHAR5
FILENAName of sequential dataset FILENACHAR8CHAR8
FILE_RPData carrier with/without list FILE_RP1CHAR1CHAR1
CONVConversion of company code/plant/plant section CONVCHAR5CHAR5
FIBUDataset for transferring data to FI FIBUCHAR8CHAR8
SPLWrite to spool? SPLCHAR1CHAR1
CLUSTProductive version VERS_RP1CHAR2CHAR2
SORT1Sort list by existing features SORT_RPCHAR6CHAR6
GR_SUMCreation of group totals GR_SUMCHAR6CHAR6
TRENN_BL3Print page dividers SEPERA3CHAR6CHAR6
NOCOLPNumber of periods / columns per page NOCOLPNUMC2NUMC2
BEGDTStart date BEGDAT_RPDATS8DATUM
ENDDTEnd date ENDDAT_RPDATS8DATUM
RZNUMData Center Number for Construction Industry Social Fund P01B_RZNUMCHAR8Assigned to domainP01B_RZNUM
LIMITApply Limits PB03_LIMITCHAR1XFELD
RZDATCreation Date of Data Medium P01B_RZDATDATS8SYDATS
XZVB_I5DBBIndicator for Contribution Table/Determination SFP Con. (D) P01B_XZVBICHAR1P01B_XZVBI
DETL_MODIFIndicator for Rounding Modification for Contribs SFP Con.(D) P01B_DETLMCHAR1XFELD
SKBA_VALIDIndicator for General Errors with Contrib.Calc. SFP Con. (D) P01B_SKBAVCHAR1P01B_SKBAV
SKBA_SUCCSIndicator for Special Errors with Contrib. Calc. SFP Con.(D) P01B_SKBASCHAR1P01B_SKBAS
RRPEMSFP: Month of Payroll Period for Recalculation P01B_BKRRMNUMC2NUMC2
RRPEJSFP: Year of Payroll Period for Recalculation P01B_BKRRJNUMC4NUMC4

Key field Non-key field



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

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

How to access SAP table RPCBXXXX

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