RMPS_REFGEN_PROFILE_R SAP (Generation Rules in Profile for Indicator Generation) Structure details

Dictionary Type: Structure
Description: Generation Rules in Profile for Indicator Generation




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




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

RMPS_REFGEN_PROFILE_R 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 "Generation Rules in Profile for Indicator Generation" 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_RMPS_REFGEN_PROFILE_R TYPE RMPS_REFGEN_PROFILE_R.

The RMPS_REFGEN_PROFILE_R table consists of various fields, each holding specific information or linking keys about Generation Rules in Profile for Indicator Generation data available in SAP. These include ADD_INFO (Additional Information (opt.)), ELEMID_EXTRACT (Rule Element ID whose Value Is to Be Extracted (opt.)), ATTRID_EXTRACT_V (Attribute ID for Extracted Rule Element Value (opt.)), ATTRID_EXTRACT_K (Attribute ID of Extracted Rule Element Key (opt.)).. 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 RMPS_REFGEN_PROFILE_R 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
GENRULE_NAMEName of a Generation Rule SRMRGRNAMECHAR32SRMHLLNAMESRMRGRNAME
ADD_INFOAdditional Information (opt.) RMPS_REFGEN_ADD_INFOCHAR64
ELEMID_EXTRACTRule Element ID whose Value Is to Be Extracted (opt.) RMPS_REFGEN_ELEMID_EXTRACTCHAR32SRMRGNAME
ATTRID_EXTRACT_VAttribute ID for Extracted Rule Element Value (opt.) RMPS_REFGEN_ATTRID_EXTRACT_VALCHAR32SRMID
ATTRID_EXTRACT_KAttribute ID of Extracted Rule Element Key (opt.) RMPS_REFGEN_ATTRID_EXTRACT_KEYCHAR32SRMID

Key field Non-key field



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

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

How to access SAP table RMPS_REFGEN_PROFILE_R

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