RPCLXXXX SAP (Structure for Report Parameter RPCL*) Structure details

Dictionary Type: Structure
Description: Structure for Report Parameter RPCL*




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




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

RPCLXXXX 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 RPCL*" 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_RPCLXXXX TYPE RPCLXXXX.

The RPCLXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPCL* data available in SAP. These include DUMMY2 (Sort criteria), SORT1 (Sort list by existing features), GR_SUM (Creation of group totals), SEPERA (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: Can be enhanced (character-type)


SAP RPCLXXXX 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
DUMMY1Sort criteria DUMMY1CHAR6CHAR6
DUMMY2Sort criteria DUMMY_RP2CHAR7CHAR7
SORT1Sort list by existing features SORT_RPCHAR6CHAR6
GR_SUMCreation of group totals GR_SUMCHAR6CHAR6
SEPERAPrint page dividers SEPERACHAR7CHAR7
VERSION_RPProductive version VERS_RP2CHAR1XFELD
SORT2Sort SORT_RP2CHAR7CHAR7
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
LISTEExplode lists LISTE_RPCHAR40CHAR40
PERIODEEmployment period PERIODE_RPCHAR6CHAR6
TA_CODETransaction Code TCODECHAR20Assigned to domainTCODETCD
AUSTRITTPrint former employees? AUSTRIT_RPCHAR1CHAR1
L16_FILECreation of an LZ dataset L16FILECHAR1CHAR1
GR_SUM2Creation of group totals GR_SUM2CHAR7CHAR7
SW_BUCHEPost data? SW_BUCHECHAR1CHAR1
APER_VONPayroll period - From date APERVONCHAR6CHAR6
APER_BISPayroll period - To date APERBISCHAR6CHAR6
LISTE_NList with numeric input field LISTE_NNUMC1NUMC1
LISTE_CList with character input field LISTE_CCHAR1CHAR1
MODUSDisplay type MODUS_RP2CHAR1CHAR1
DISP_AFWDisplay cluster PC DISP_AFWCHAR1CHAR1
AUSW_ARTEvaluation type AUSW_ARTCHAR1AUSW_ART
ABG_STRSequence of delimitation criteria ABG_STRCHAR7CHAR7
SORT_KEYSequence of sort criteria SORT_KEYCHAR7CHAR7
DESTFDestination for cluster ZI DESTFCHAR1CHAR1
KEYFLKey field for cluster ZI KEYFLCHAR14CHAR14
SRTFD_ZIKey to cluster ZI in PCL1 SRTFD_ZICHAR15CHAR15
CLSTB1_LSTList type for HR cluster B1 evaluation CLSTB1_LSTNUMC1CLSTB1_LST
CLSTB2_LSTList type for HR cluster B2 evaluation CLSTB2_LSTNUMC1CLSTB2_LST
CLSTB3_LSTList type for HR cluster B3 evaluation CLSTB3_LSTNUMC1CLSTB3_LST
CLSTB4_LSTList type for HR cluster B4 evaluation CLSTB4_LSTNUMC1CLSTB4_LST
SORT_STRSequence of sort criteria SORT_STRCHAR10CHAR10
SUMM_STRTotaling required for criterion SUMM_STRCHAR10CHAR10
CLSTB2LARTList format CLSTB2LARTCHAR1XFELD
CLSTB2_MTDisplay time events CLSTB2_MTCHAR1XFELD
CLSTB2_PERPeriod for cluster display CLSTB2_PERNUMC6NUM06
WPBPSPLITAssignment of wage types w/o exact splits to WPBP period WPBPSPLITCHAR1WPBPSPLIT
NULLPRTOnly print employee data excerpts with zeros NULLPRTCHAR1XFELD
ACT_RESULTDisplay last result only ? ACT_RESULTCHAR1XFELD
SEP_JUPERSeparate form if legal person changes ? SEP_JUPERCHAR1XFELD
ONLSUMPrint totals pages only ONLSUMCHAR1XFELD
ARCH_DISPDisplay archived cluster records ARCH_DISPCHAR1XFELD
LISTE_XCheckbox RP_XFELDCHAR1XFELD
LAST_RESULTOnly display last result LAST_RESULTCHAR1XFELD
FORPERIOD_TOOContext-Sensitive Display FORPERIOD_TOOCHAR1XFELD
FORPER_VARFor-Period Layout FORPER_VARCHAR14RALDB_VARI
INPER_VARIn-Period Layout INPER_VARCHAR14RALDB_VARI
MAN_INPUTInput Parameters Manually MAN_INPUTCHAR1XFELD
EDT_VAR_INPUTParameter Input Using Variant EDT_VAR_INPUTCHAR1XFELD
DISPLAY_STATDisplay Statistics DISPLAY_STATCHAR1XFELD
INPER_VIEWIn-view payroll periods INPER_VIEWCHAR1XFELD
ARCH_TOOConsider and Display Archived Payroll Results ARCH_TOOCHAR1BOOLE
RETROSUMOutput Total per Wage Type RETROSUMCHAR1XFELD
FORPER_VIEWFor-view payroll periods H99_FPVIEWCHAR1BOOLE
ORIG_PERIODSOnly Original Results H99_OPVIEWCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table RPCLXXXX

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