RPDXXXXX SAP (Structure for Report Parameter RPD*) Structure details

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




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




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

RPDXXXXX 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 RPD*" 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_RPDXXXXX TYPE RPDXXXXX.

The RPDXXXXX table consists of various fields, each holding specific information or linking keys about Structure for Report Parameter RPD* data available in SAP. These include MITAUFL (Checkbox), FUNCTION (Required function), PRIMARY (Objects to be processed), KEYWD (Sought key word).. 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 RPDXXXXX 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
MIT52C5Checkbox RP_XFELDCHAR1XFELD
MITAUFLCheckbox RP_XFELDCHAR1XFELD
FUNCTIONRequired function RP_FUNCTCHAR8CHAR8
PRIMARYObjects to be processed PRIMARYCHAR8CHAR8
KEYWDSought key word KEYWDCHAR25CHAR25
DMODEExecution type DMODECHAR8CHAR8
ONSELChoice: Display mode or edit mode ONSELCHAR4CHAR4
DTABLESpecification of table DTABLECHAR5Assigned to domainTABART
MODUSOperation type MODUS_RPCHAR1CHAR1
INH_VRZCheckbox RP_XFELDCHAR1XFELD
MARK_ABSpecify key date STAG_RPDATS8DATUM
SAV_PARMCheckbox RP_XFELDCHAR1XFELD
READ_MODCheckbox RP_XFELDCHAR1XFELD
SPADSYSet SPA parameters SPADSYCHAR34CHAR34
DESTOutput device DESTCHAR8CHAR8
SELCTSelect all / only incorrect SELCTCHAR8CHAR8
PRINTOutput control PRINT_RPCHAR8CHAR8
RELATReference type RELAT_RPCHAR2CHAR2
IT_TEXTInfotype text yes/no IT_TEXTCHAR1CHAR1
DSYSCheckbox RP_XFELDCHAR1XFELD
DFIELDTable field DFIELDCHAR10CHAR10
DDOMAINDomain DDOMAINCHAR10CHAR10
STRUKTURHierarchy class STRUKTURCHAR1CHAR1
KLARTEXTCheckbox RP_XFELDCHAR1XFELD
SORTIERESwitch: Sort sequence RP_SORT1CHAR1CHAR1
VONSpecify key date STAG_RPDATS8DATUM
BISSpecify key date STAG_RPDATS8DATUM
SW_TM08Checkbox RP_XFELDCHAR1XFELD
AUTOCheckbox RP_XFELDCHAR1XFELD
CALL_TABCalling table CALL_TABCHAR5TABFD
SW_T511Checkbox RP_XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPDXXXXX

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