SAP FRMLS_MODELING_LIST_ENTRY Modeling ALV List Entry Table data and field list

FRMLS_MODELING_LIST_ENTRY 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 "Modeling ALV List Entry" 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_MODELING_LIST_ENTRY TYPE FRMLS_MODELING_LIST_ENTRY.

The FRMLS_MODELING_LIST_ENTRY table consists of various fields, each holding specific information or linking keys about Modeling ALV List Entry data available in SAP. These include EXPL_SCOPE_TXT (Description of Explosion Scope), ID (List Entry ID), NAME (Formula or Recipe), STATUS (Status Text of a List Entry)... 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_MODELING_LIST_ENTRY 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_MODELING_LIST_ENTRY 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_MODELING_LIST_ENTRY 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
EXPL_SCOPEExplosion Scope FRMLE_EXPL_SCOPECHAR10FRMLD_EXPL_SCOPE
EXPL_SCOPE_TXTDescription of Explosion Scope FRMLE_EXPL_SCOPE_TXTCHAR132CHAR132
IDList Entry ID FRMLE_LST_IDCHAR32
NAMEFormula or Recipe FRMLE_LST_NAMECHAR132FRMLD_LST_NAME
STATUSStatus Text of a List Entry FRMLE_STATUS_TXTCHAR30TEXT30
STATUS_ICONStatus Icon FRMLE_STAT_ICONCHAR132TEXT132
STATUS_TXTObject status J_TXT30CHAR30TEXT30
TYPEList Entry Type FRMLE_LST_TYPECHAR10CHAR10
TYPE_TXTDescription of Recipe Type FRMLE_LST_TYPE_TXTCHAR40CHAR40
PRIMARY_OUTPrimary Output of a List Entry FRMLE_OUTPUTCHAR32
PRIMARY_OUT_TXTDescription of Primary Output FRMLE_PO_TXTCHAR132CHAR132
PO_TYPEOutput Component Category FRMLE_OUPUT_TYPECHAR1FRMLD_OUPUT_TYPE
PO_TYPE_TXTOutput Component Category FRMLE_POT_TXTCHAR60DDTEXT
VALFROMValid-From Date RCPE_ADATUMDATS8DATUM
VALTOValid-To Date RCPE_BDATUMDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FRMLS_MODELING_LIST_ENTRY

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

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