SAP FRMLS_IOT_SUM_VALUE RMS-FRM: Structure with Totals Table data and field list

FRMLS_IOT_SUM_VALUE 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: Structure with Totals" 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_IOT_SUM_VALUE TYPE FRMLS_IOT_SUM_VALUE.

The FRMLS_IOT_SUM_VALUE table consists of various fields, each holding specific information or linking keys about RMS-FRM: Structure with Totals data available in SAP. These include UNIT (Unit of Measure), MASS_QTY (Quantity of a Material or Substance Item), MASS_ERR_FLG (Conversion Error), MASS_% (Percentage Mass of Formula Item)... 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_IOT_SUM_VALUE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FRMLS_IOT_SUM_VALUE 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_IOT_SUM_VALUE 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
COMPTGTQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
UNITUnit of Measure FRMLE_UNITUNIT3Assigned to domainCUNITMEINS
MASS_QTYQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
MASS_ERR_FLGConversion Error FRMLE_CONV_ERR_FLGCHAR1FLAG
MASS_%Percentage Mass of Formula Item FRMLE_MASS_PROPQUAN9(6) FRMLD_QUAN3_6
MASS_UNITUnit of Measure FRMLE_UNITUNIT3Assigned to domainCUNITMEINS
VOL_QTYQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
VOL_ERR_FLGConversion Error FRMLE_CONV_ERR_FLGCHAR1FLAG
VOL_%Proportion of Volume of Formula Item FRMLE_VOL_PROPQUAN9(6) FRMLD_QUAN3_6
VOL_UNITUnit of Measure FRMLE_UNITUNIT3Assigned to domainCUNITMEINS
VOL_QTY_OVRQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
VOL_OVR_ERR_FLGConversion Error FRMLE_CONV_ERR_FLGCHAR1FLAG
VOL_%_OVRProportion of Volume of Formula Item FRMLE_VOL_PROPQUAN9(6) FRMLD_QUAN3_6
TS_QTYQuantity of a Material or Substance Item FRMLE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
TS_ERR_FLGConversion Error FRMLE_CONV_ERR_FLGCHAR1FLAG
TS_%_MASS_QTYPercentage Mass of Formula Item FRMLE_MASS_PROPQUAN9(6) FRMLD_QUAN3_6
TS_%_TS_QTYPercentage Mass of Formula Item FRMLE_MASS_PROPQUAN9(6) FRMLD_QUAN3_6
RECONST_RATE_UNITUnit of Measure FRMLE_UNITUNIT3Assigned to domainCUNITMEINS
MASS_UNIT_STEXTTechnical Unit of Measurement FRMLE_MSEH6CHAR6MSEH6
VOL_UNIT_STEXTTechnical Unit of Measurement FRMLE_MSEH6CHAR6MSEH6
REC_RATE_UNIT_STEXTTechnical Unit of Measurement FRMLE_MSEH6CHAR6MSEH6
MASS_QTY_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
MASS_%_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
VOL_QTY_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
VOL_%_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
VOL_QTY_OVR_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
VOL_%_OVR_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
TS_QTY_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
TS_%_MASS_QTY_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP
TS_%_TS_QTY_FLTFloating Point Value FRMLE_FLTFLTP16(16) FLTP

Key field Non-key field



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

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

How to access SAP table FRMLS_IOT_SUM_VALUE

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

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