RPUXXXXX SAP (Structure for Report Parameter RPU*) Structure details

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




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




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

RPUXXXXX 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 RPU*" 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_RPUXXXXX TYPE RPUXXXXX.

The RPUXXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPU* data available in SAP. These include DTABLE (Specification of table), KR_FELD2 (Checkbox), KR_FELD3 (Checkbox), KR_FELD4 (Checkbox).. 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 RPUXXXXX 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
KR_FELD1Checkbox RP_XFELDCHAR1XFELD
DTABLESpecification of table DTABLECHAR5Assigned to domainTABART
KR_FELD2Checkbox RP_XFELDCHAR1XFELD
KR_FELD3Checkbox RP_XFELDCHAR1XFELD
KR_FELD4Checkbox RP_XFELDCHAR1XFELD
KR_FELD5Checkbox RP_XFELDCHAR1XFELD
KR_FELD6Checkbox RP_XFELDCHAR1XFELD
KR_FELD7Checkbox RP_XFELDCHAR1XFELD
KR_FELD8Checkbox RP_XFELDCHAR1XFELD
KR_FELD9Checkbox RP_XFELDCHAR1XFELD
AUS_KNOPF1Radio button RP_RADIOCHAR1XFELD
AUS_KNOPF2Radio button RP_RADIOCHAR1XFELD
AUS_KNOPF3Radio button RP_RADIOCHAR1XFELD
AUS_KNOPF4Radio button RP_RADIOCHAR1XFELD
AUS_KNOPF5Radio button RP_RADIOCHAR1XFELD
DATUM1Specify key date STAG_RPDATS8DATUM
JAHR1Year of birth RPL_JAHRCHAR4GJAHRCJAHR
SORTSorting of document evaluation RP_BLG_SRTCHAR5CHAR5
BLGARTDocument type RP_BLG_ARTCHAR1CHAR1
NUM2_1Two-digit numeric value RP_NUM2NUMC2NUM2
NUM2_2Two-digit numeric value RP_NUM2NUMC2NUM2
SPLOHNColumn number P02_SPALTENUMC3NUMC3
SPQSBEColumn number P02_SPALTENUMC3NUMC3
SPQSPRColumn number P02_SPALTENUMC3NUMC3
SPNEXTColumn number P02_SPALTENUMC3NUMC3
SPANZLColumn number P02_SPALTENUMC3NUMC3
SLLOHNColumn width P02_LAENGENUMC1NUMC1
SLQSBEColumn width P02_LAENGENUMC1NUMC1
SLQSPRColumn width P02_LAENGENUMC1NUMC1
UGRENTaxable amount P02_CQLOHNUMC5NUM05
OGRENTaxable amount P02_CQLOHNUMC5NUM05
WEITETaxable amount P02_CQLOHNUMC5NUM05
ACTIOAction to be carried out D99X_ACTIOCHAR1P99X_ACTIO
NLARTNew wage type range D99X_NLARTCHAR4Assigned to domainLGART
TESTTest D99X_TESTCHAR1XFELD
CHAR1_1General field (CHAR1) RP_CHAR1CHAR1CHAR1
CHAR1_2General field (CHAR1) RP_CHAR1CHAR1CHAR1
NUM1_1One figure numeric value RP_NUM1NUMC1NUM1
NUM1_2New wage type range D99X_NLARTCHAR4Assigned to domainLGART
CHAR2_1Field RP_CHAR2CHAR2CHAR2
PROTOCOLLogging of interim results PROT_RPCHAR1CHAR1
EINZELSwitch for Generating Individual Lists EINZELLISTECHAR1XFELD
SAMMELSwitch for Generating a Collective List SAMMELLISTECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPUXXXXX

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