RPSRIE SAP (Structure for help F1 report RPCRIEI0) Structure details

Dictionary Type: Structure
Description: Structure for help F1 report RPCRIEI0




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




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

RPSRIE 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 help F1 report RPCRIEI0" 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_RPSRIE TYPE RPSRIE.

The RPSRIE table consists of various fields, each holding specific information or linking keys about Structure for help F1 report RPCRIEI0 data available in SAP. These include ANNOP (Reference year), CDRAG (Grouping indicator), SELEZ (Selection list), CONTA (Pers.No. accounting for wage type).. 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: Not classified


SAP RPSRIE 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
MESEProcessing month P15_MESENUMC2NUM02
ANNOPReference year P15_YEARNUMC4NUM04
CDRAGGrouping indicator P15_CDRAGCHAR2T5ITMOP15_CDRAG
SELEZSelection list P15_SELEZCHAR1XFELD
CONTAPers.No. accounting for wage type P15_CONTACHAR1XFELD
RTCRIRead table RT from cluster RI P15_RTCRICHAR1XFELD
RTCXIRead table RT from cluster XI P15_RTCXICHAR1XFELD
RIMXIRt of cluster Ri minus Rt of cluster Xi P15_RIMXICHAR1XFELD
RITOTTotal overview P15_RITOTCHAR1XFELD
RICIDSingle overviews P15_RICIDCHAR1XFELD
CUMULRead cumulation results P15_CUMULCHAR1XFELD
PAGINNew page for wage type P15_PAGINCHAR1XFELD
TOTGRTotal for pay scale indicator group P15_TOTGRCHAR1XFELD
TOTWTTotal at WT breaking P15_TOTWTCHAR1XFELD
TTCIDTotal at Pers.No. breaking P15_TTCIDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPSRIE

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