RPCAXXXX SAP (Structure for Report Parameter RPCA*,E*,G*,M*,P*,U*,V*,Z*) Structure details

Dictionary Type: Structure
Description: Structure for Report Parameter RPCA*,E*,G*,M*,P*,U*,V*,Z*




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




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

RPCAXXXX 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 RPCA*,E*,G*,M*,P*,U*,V*,Z*" 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_RPCAXXXX TYPE RPCAXXXX.

The RPCAXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPCA*,E*,G*,M*,P*,U*,V*,Z* data available in SAP. These include TEST (Options), ANDRUCK (Form printout), RUECKD (Recalculation printout), RUECKR (Type of recalculation printout).. 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 RPCAXXXX 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
PAYRFORMCall up payroll form PAYRFORMCHAR30CHAR30
TESTOptions TEST_RP2CHAR30CHAR30
ANDRUCKForm printout ANDRUCKCHAR2CHAR2
RUECKDRecalculation printout RUECKDCHAR1CHAR1
RUECKRType of recalculation printout RUECKRCHAR3CHAR3
ANZ_TESTNumber ANZ_TESTNUMC1NUM01
SPRACHEOutput language AUSGSPRCHAR1CHAR1
DTACreation of data carrier DTA_RPCHAR1CHAR1
RFILEName of data carrier FILE_RPCHAR8CHAR8
SEITEPrintout of recalculations SEITE_RP2CHAR1CHAR1
DELAYDelay because of days off DELAYCHAR1CHAR1
SPLITSplit different absence types SPLITCHAR1CHAR1
BCKTRACETake selection period into account BCKTRACECHAR1CHAR1
SLAUFSpecial run? SLAUFCHAR1CHAR1
MONEvaluation mode MONCHAR1CHAR1
EINZELIndividual statement EINZEL_RPCHAR1CHAR1
BESCHCapacity Utilization Level BESCH_RPCHAR1CHAR1
FIBUDataset for transferring data to FI FIBUCHAR8CHAR8
RKRFTransfer to CO/FI RKRFCHAR1CHAR1
ERRLISTDisplay error list ERRLIST_RPCHAR1CHAR1
DATASName of dataset DATASCHAR40TEXT40
PRO_STULog type PRO_STUCHAR1CHAR1
VERFAHRCheck digit procedure VERFAHRCHAR2CHAR2
GEBDATDate of birth GEBDATDATS8DATUM
GESCHGender Key GESCHCHAR1GESCH
MELDADate of notification MELDADATS8DATUM
PZIFFERSPF number to be checked PZIFFERCHAR20CHAR20
RUECKMRetroactive accounting period RUECKMCHAR2CHAR2
RUECKJRecalculation year RUECKJCHAR4GJAHRCJAHR
PAYRFORSCall up payroll form PAYRFORMCHAR30CHAR30
PAYRFORACall up payroll form PAYRFORMCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table RPCAXXXX

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