RMPS_REPLISTATTR SAP (Output Attributes Records Directory) Table details

Dictionary Type: Table
Description: Output Attributes Records Directory




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




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

RMPS_REPLISTATTR is a standard SAP Table which is used to store Output Attributes Records Directory data and is available within R/3 SAP systems depending on the version and release level.

The RMPS_REPLISTATTR table consists of various fields, each holding specific information or linking keys about Output Attributes Records Directory data available in SAP. These include LIST_MODE (Single-Character Indicator), ATTRIBUTE (Model: Entity Name), DISPLAY_ORDER (Count parameters), DISPLAY_CHNGMODE (Boolean: Possible Values IF_SRM=>TRUE / FALSE).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RMPS_REPLISTATTR table 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
LIST_TYPECharacter field, length 32 CHAR32CHAR32CHAR32
LIST_MODESingle-Character Indicator CHAR1CHAR1CHAR1
ATTRIBUTEModel: Entity Name SDOK_ENTCHAR30SDOK_ENT
DISPLAY_ORDERCount parameters NUMC4NUMC4NUMC4
DISPLAY_CHNGMODEBoolean: Possible Values IF_SRM=>TRUE / FALSE SRMBOOLEANCHAR1SRMBOOLEAN
DISPLAY_NO_OUTSingle-Character Indicator CHAR1CHAR1CHAR1
SELECT_SG_MAINSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
SELECT_SG_ADDYSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
ALTN_REFTABALV control: Reference table name for internal table field LVC_RTNAMECHAR30CHAR30
ALTN_REFFIELDALV control: Reference field name for internal table field LVC_RFNAMECHAR30CHAR30
F4_HELP_EXITBoolean: Possible Values IF_SRM=>TRUE / FALSE SRMBOOLEANCHAR1SRMBOOLEAN
DROPDOWNBoolean: Possible Values IF_SRM=>TRUE / FALSE SRMBOOLEANCHAR1SRMBOOLEAN

Key field Non-key field



How do I retrieve data from SAP table RMPS_REPLISTATTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on RMPS_REPLISTATTR to SELECT all data from the table
DATA: WA_RMPS_REPLISTATTR TYPE RMPS_REPLISTATTR.

SELECT SINGLE *
FROM RMPS_REPLISTATTR
INTO CORRESPONDING FIELDS OF WA_RMPS_REPLISTATTR
WHERE...

How to access SAP table RMPS_REPLISTATTR

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