SAP FRMLS_NUTR_COMP RMS-FRM: Nutritional Composition Table data and field list

FRMLS_NUTR_COMP 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 "RMS-FRM: Nutritional Composition" 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_FRMLS_NUTR_COMP TYPE FRMLS_NUTR_COMP.

The FRMLS_NUTR_COMP table consists of various fields, each holding specific information or linking keys about RMS-FRM: Nutritional Composition data available in SAP. These include ID (ID), RECN (RMS-FRM: Object Identifier), RECNMST (Higher-Level Object Identifier), RECNROOT (Formula Header Object)... 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. .

FRMLS_NUTR_COMP structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FRMLS_NUTR_COMP 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 FRMLS_NUTR_COMP 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
LINEMODEProcessing Status/Mode of a Record/Step Loop Line FRMLE_LINEMODECHAR1CHAR1
IDID FRMLE_IDCHAR32FRMLD_ID
RECNRMS-FRM: Object Identifier FRMLE_RECNCHAR32FRMLD_GUID
RECNMSTHigher-Level Object Identifier FRMLE_RECN_MASTERCHAR32FRMLD_GUID
RECNROOTFormula Header Object FRMLE_RECNROOTCHAR32FRMLD_GUID
LAY_GRP_IDNutrient Group FRMLE_LAY_IDCHAR32FRMLD_LAY_ID
MEMB_IDNutrient FRMLE_MEMB_IDCHAR32FRMLD_MEMB_ID
TEXTDescription of the Material, Substance, or Stream FRMLE_ITEM_DESCRCHAR132TEXT132
MISSING_FLGSubstance Spec. Contains Exception Value or no Nutrient FRMLE_MISS_FLGCHAR1FLAG
COMPTGTQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
EXCVALException Value FRMLE_EXCVALCHAR2Assigned to domainESDCOMPEXCVAL
EXCVAL_TXTText for Exception Value FRMLE_EXCVAL_TXTCHAR40CHAR40
UNITUnit of Measure of a Material or Substance Item FRMLE_COMPUNITUNIT3Assigned to domainCUNITMEINS
PROC_LOSSNutrient Quantity Less Process Loss FRMLE_PROC_LOSSQUAN12(6) FRMLD_QUAN6_6
STOR_LOSSNutrient Quantity Less Storage Loss FRMLE_STOR_LOSSQUAN12(6) FRMLD_QUAN6_6
DECLAREDComposition Value from the Specification of the Output FRMLE_DECLAREDCHAR16FRMLD_QUAN_DIA
OUT_EXCVAL_TXTTemplate Specification Exception Value FRMLE_OUT_EXVAL_TXTCHAR132FRMLD_EXVAL_TXT
CT 0

Key field Non-key field



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

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

How to access SAP table FRMLS_NUTR_COMP

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

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