RPEREXEX SAP (Structure of ERE report parameters) Structure details

Dictionary Type: Structure
Description: Structure of ERE report parameters




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




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

RPEREXEX 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 of ERE report parameters" 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_RPEREXEX TYPE RPEREXEX.

The RPEREXEX table consists of various fields, each holding specific information or linking keys about Structure of ERE report parameters data available in SAP. These include REL_TRA_AFEC (Selection field (checkbox)), CER_EMPR (Selection field (checkbox)), ALT_INI_TRAB (Selection field (checkbox)), HIJ_INEM (Selection field (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: Can be enhanced (character-type)


SAP RPEREXEX 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
B_INPUTSelection field (checkbox) PES_XFELDCHAR1XFELD
REL_TRA_AFECSelection field (checkbox) PES_XFELDCHAR1XFELD
CER_EMPRSelection field (checkbox) PES_XFELDCHAR1XFELD
ALT_INI_TRABSelection field (checkbox) PES_XFELDCHAR1XFELD
HIJ_INEMSelection field (checkbox) PES_XFELDCHAR1XFELD
DER_OPCISelection field (checkbox) PES_XFELDCHAR1XFELD
CAL_REGUSelection field (checkbox) PES_XFELDCHAR1XFELD
SOL_REA_PRESSelection field (checkbox) PES_XFELDCHAR1XFELD
DOM_CUE_BANCSelection field (checkbox) PES_XFELDCHAR1XFELD
SOL_CONTSelection field (checkbox) PES_XFELDCHAR1XFELD
S_TESTSelection field (checkbox) PES_XFELDCHAR1XFELD
S_SHOWSelection field (checkbox) PES_XFELDCHAR1XFELD
S_INCLSelection field (checkbox) PES_XFELDCHAR1XFELD
S_DELESelection field (checkbox) PES_XFELDCHAR1XFELD
FEC_EMI_DOCUDocument submission date PES_FECEDDATS8SYDATS

Key field Non-key field



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

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

How to access SAP table RPEREXEX

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