RMPSATTRPROFA SAP (Case: Customizing of Additional Attribute Characteristics) Table details

Dictionary Type: Table
Description: Case: Customizing of Additional Attribute Characteristics




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




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

RMPSATTRPROFA is a standard SAP Table which is used to store Case: Customizing of Additional Attribute Characteristics data and is available within R/3 SAP systems depending on the version and release level.

The RMPSATTRPROFA table consists of various fields, each holding specific information or linking keys about Case: Customizing of Additional Attribute Characteristics data available in SAP. These include PROFILE_ID (Case: Attribute Profile ID), ATTRIBUTE (Case: Attribute), INHERIT_FROM_PAR (Indicator: Pass On Attribute Value of Parent Object), UPDATE_CHILDREN (Indicator: Pass Attribute Value onto Child Objects).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RMPSATTRPROFA 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
CLIENTClient MANDTCLNT3T000MANDT
PROFILE_IDCase: Attribute Profile ID SCMGATTRPROFIDCHAR8SCMGATTRPROFSCMGPROFID
ATTRIBUTECase: Attribute SCMGATTRIBUTECHAR30DD03LFDNAME
INHERIT_FROM_PARIndicator: Pass On Attribute Value of Parent Object RMPS_ATTR_INHERIT_FROM_PARENTCHAR1RMPS_ATTR_INHERIT_FROM_PARENT
UPDATE_CHILDRENIndicator: Pass Attribute Value onto Child Objects RMPS_ATTR_UPDATE_FOR_CHILDRENCHAR1RMPS_ATTR_UPDATE_FOR_CHILDREN
TERM_IDTerminology ID SCMGTERMIDCHAR4SCMGTERMSAPSCMGTERMID

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMPSATTRPROFA
INTO CORRESPONDING FIELDS OF WA_RMPSATTRPROFA
WHERE...

How to access SAP table RMPSATTRPROFA

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