RPIXXXXX SAP (Structure for Report Parameter RPI*) Structure details

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




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




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

RPIXXXXX 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 RPI*" 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_RPIXXXXX TYPE RPIXXXXX.

The RPIXXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPI* data available in SAP. These include RUNDUNG (Indicator: Yes/no), TEILZEIT (Indicator: Yes/no), BPDYNPRO (Screen number for batch input), B_INPUT (Batch input).. 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 RPIXXXXX 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
LGZAPIndicator: Yes/no RP_JNCHAR1CHAR1
RUNDUNGIndicator: Yes/no RP_JNCHAR1CHAR1
TEILZEITIndicator: Yes/no RP_JNCHAR1CHAR1
BPDYNPROScreen number for batch input BPDYNPRONUMC4DYNPRONR
B_INPUTBatch input B_INPUT1CHAR1CHAR1
SONDERSpecial rules to be deleted SONDER_RPCHAR1CHAR1
QRTCalendar quarter of observation period QRTCHAR1CHAR1
JHRYear of birth RPL_JAHRCHAR4GJAHRCJAHR
F_CODEFunction code FCODE_RPCHAR1CHAR1
MAPNAME12Session name MAPNAME_12CHAR12RPCHAR12
RMAC_ELGeneric start of RMAC modules RMAC_ELCHAR3CHAR3
STR1Search value STRCHAR12CHAR12
STR2Search value STRCHAR12CHAR12
UND_ODERLinking search values U_OCHAR1CHAR1
BLANKReplacement character for blank character BLANK_ERSCHAR1CHAR1
UNDERSCOAlternative sign for underscore UNDERS_ERSCHAR1CHAR1
T_DATUMSpecify key date STAG_RPDATS8DATUM
MAPNAME8Name of batch input session with 8 characters MAPNAME_8CHAR8CHAR8
Z_BREITELine width 079/132 BREITE_ZCHAR3CHAR3
TUMMASSNAction/action reason for pay scale reclassification TUMMASSNCHAR4CHAR4
TRFMASSNAction/action reason for pay scale increase TRFMASSNCHAR4CHAR4
FECH_ANTSpecify key date STAG_RPDATS8DATUM
KR_FELD1Checkbox RP_XFELDCHAR1XFELD
KR_FELD2Checkbox RP_XFELDCHAR1XFELD
KR_FELD3Checkbox RP_XFELDCHAR1XFELD
KEEPKeep processed BI session KEEPCHAR1CHAR1
AB_DATUMSpecify key date STAG_RPDATS8DATUM
YEARYear of birth RPL_JAHRCHAR4GJAHRCJAHR
CHOICETest run or productive operations? CHOICE_RPCHAR1CHAR1
AUSZ_LGAPayment wage type AUSZ_LGACHAR4CHAR4
ZIELPERNTarget personnel number TARG_PERNCHAR3CHAR3
KR_FELD4Checkbox RP_XFELDCHAR1XFELD
PSR_TYPEPay scale reclassification type PSRTYCHAR2PSRTY

Key field Non-key field



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

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

How to access SAP table RPIXXXXX

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