SAP RMSLS_PARAMETER Structure for RMSL Customizing Table data and field list

RMSLS_PARAMETER 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 RMSL Customizing" 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_RMSLS_PARAMETER TYPE RMSLS_PARAMETER.

The RMSLS_PARAMETER table consists of various fields, each holding specific information or linking keys about Structure for RMSL Customizing data available in SAP. These include MANDT (Client), PHRGRP_DST (Phrase Group for Diet Statements), PHRGRP_FTN (Phrase Group for Footnotes), PHRGRP_MST (Phrase Group for Marketing Statements)... 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. .

RMSLS_PARAMETER structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RMSLS_PARAMETER structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMSLS_PARAMETER table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PHRGRP_DSTPhrase Group for Diet Statements RMSLE_PARAM_PHRGRP_DSTCHAR10TCG63ESDPHRGRP
PHRGRP_FTNPhrase Group for Footnotes RMSLE_PARAM_PHRGRP_FTNCHAR10TCG63ESDPHRGRP
PHRGRP_MSTPhrase Group for Marketing Statements RMSLE_PARAM_PHRGRP_MSTCHAR10TCG63ESDPHRGRP
PHRGRP_VSTPhrase Group for Declared Value Statement RMSLE_PARAM_PHRGRP_VSTCHAR10TCG63ESDPHRGRP
PHRGRP_PDFPhrase Group for PDF Printing RMSLE_PARAM_PHRGRP_PDFCHAR10TCG63ESDPHRGRP
ESTCAT_INGValue Assignment Type for Desc. of Ingredients on Label RMSLE_PARAM_ESTCAT_INGCHAR30TCG11ESDESTCAT
ATNAM_INGValue Assignment Charac. for Descriptions of Ingredients RMSLE_PARAM_ATNAM_INGCHAR30TCG66ATNAM
PHRGRP_DCGPhrase Group for Declaration Groups RMSLE_PARAM_PHRGRP_DCGCHAR10TCG63ESDPHRGRP
IDLIDRDA Profile Identification Listing RMSLE_PARAM_IDLIDCHAR10TCG26ESDIDLID
STD_NUTRGRPDefault Nutrient Group RMSLE_STD_NUTRGRPCHAR40RMSLD_OBJIDRMSLE_NUTRIENT_GROUP
STD_DIETGRPDefault Diet Group RMSLE_STD_DIETGRPCHAR40RMSLD_OBJIDRMSLE_DIET_GROUP
ESTCAT_RD_NAVal.Assgnmt Type f. Rounding Rules f.Quantities of Nutrients RMSLE_PARAM_ESTCAT_RND_NACHAR30TCG11ESDESTCAT
ATNAM_RD_NA_INFValue Assignment Charac.for Interval f. Rounding Rules (Qty) RMSLE_PARAM_ATNAM_RND_NA_INFRCHAR30ATNAM
ATNAM_RD_NA_RTNValue Assignment Charac.for 'Round to the Nearest'(Quantity) RMSLE_PARAM_ATNAM_RND_NA_RTNCHAR30ATNAM
ATNAM_RD_NA_STMVal.AssgmtCharac.for Decl.Value Stmt for Rounding Rules(Qty) RMSLE_PARAM_ATNAM_RND_NA_STMTCHAR30TCG66ATNAM
ATNAM_RD_NA_VALVal.Assgmt Charac.for Declared Value f. Rounding Rules (Qty) RMSLE_PARAM_ATNAM_RND_NA_VALCHAR30ATNAM
ATNAM_RD_NA_HIDCharac.for 'No Item Display' Checkbox in Rounding Rules(Qty) RMSLE_PARAM_ATNAM_RND_NA_HIDECHAR30ATNAM
ESTCAT_RD_RDAValue Assgnmt Type f. Rounding Rules f. Rec.Daily Allowances RMSLE_PARAM_ESTCAT_RND_RDACHAR30TCG11ESDESTCAT
ATNAM_RD_RDA_INFValue Assignment Charac. f.Interval for Rounding Rules (RDA) RMSLE_PARAM_ATNAM_RND_RDA_INFRCHAR30ATNAM
ATNAM_RD_RDA_RTNVal.AssgmtCharac.f.'Round to the Nearest' f.Round.Rules(RDA) RMSLE_PARAM_ATNAM_RND_RDA_RTNCHAR30ATNAM
ATNAM_RD_RDA_STMVal.AssgmtCharac.for Decl.Value Stmt for Rounding Rules(RDA) RMSLE_PARAM_ATNAM_RND_RDA_STMTCHAR30TCG66ATNAM
ATNAM_RD_RDA_VALVal.Assignmt Charac.for Decl.Value for Rounding Rules (RDA) RMSLE_PARAM_ATNAM_RND_RDA_VALCHAR30ATNAM
ESTCAT_ING_CMPValue Assignment Type for Ingredient Composition RMSLE_PARAM_ESTCAT_ING_CMPCHAR30TCG11ESDESTCAT
PHRGRP_HIEPhrase Group of Component Structure Phrases RMSLE_PARAM_PHRGRP_HIECHAR10TCG63ESDPHRGRP

Key field Non-key field



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

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

How to access SAP table RMSLS_PARAMETER

Within an ECC or HANA version of SAP you can also view further information about RMSLS_PARAMETER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).