RRXP_RANKING SAP (Fields for Ranking Dialog) Structure details

Dictionary Type: Structure
Description: Fields for Ranking Dialog




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




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

RRXP_RANKING 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 "Fields for Ranking Dialog" 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_RRXP_RANKING TYPE RRXP_RANKING.

The RRXP_RANKING table consists of various fields, each holding specific information or linking keys about Fields for Ranking Dialog data available in SAP. These include RANKORDER (Ranked list sorting (top, bottom)), RANKPINDEX (Ranking parameter percentage), RANKNINDEX (Ranked list paramter N Objects), FILTERVAL (Filter val).. 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 RRXP_RANKING 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
RANKTYPERanked list type (total, number of Objects, percentage) RRXPRANKTYPECHAR1RRXPRANKTYPE
RANKORDERRanked list sorting (top, bottom) RRXPRANKORDERCHAR1RRXPRANKORDER
RANKPINDEXRanking parameter percentage RRXPRANKPINDEXDEC4(2)
RANKNINDEXRanked list paramter N Objects RRXPRANKNINDEXNUMC3NUMC3
FILTERVALFilter val RRXPFILTERVALUECURR13(2)
CURRENCYStrMember: Target Currency for Currency Translation RRTCURR_CURRCUKY5Assigned to domainWAERS
UNITUnit key RSUNITUNIT3Assigned to domainCUNITMEINS
TITLE Dialog box title0
ELT1TXTLong description RSTXTLGCHAR60TEXT60
ELT2TXTLong description RSTXTLGCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table RRXP_RANKING

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