SAP FRMLS_EXPL_DATA Screen Structure Prototype Wizard Table data and field list

FRMLS_EXPL_DATA 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 "Screen Structure Prototype Wizard" 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_EXPL_DATA TYPE FRMLS_EXPL_DATA.

The FRMLS_EXPL_DATA table consists of various fields, each holding specific information or linking keys about Screen Structure Prototype Wizard data available in SAP. These include RECIPE_TYPE (Recipe Type), VAL_FROM (Valid-From Date), VAL_TO (Valid-To Date), RCP_AUTH (Authorization Group of an 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_EXPL_DATA structure Technical Details:

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


SAP FRMLS_EXPL_DATA 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_EXPL_DATA 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_SCOPE2CHAR10FRMLD_EXPL_SCOPE2
RECIPE_TYPERecipe Type FRMLE_RCP_TYPECHAR10TCG31ESDSUBCAT
VAL_FROMValid-From Date FRMLE_VALFRDATS8DATUM
VAL_TOValid-To Date FRMLE_VALTODATS8DATUM
RCP_AUTHAuthorization Group of an Object RCPE_AUTHGRPCHAR10TCG36ESDAUTHGRPESS_TCG36_AUTHGRP
FRM_AUTHAuthorization Group of a Formula FRMLE_AUTHGRPCHAR10TCG36ESDAUTHGRP
FRML_TYPEFormula Type FRMLE_FRM_TYPECHAR10TCG31ESDSUBCAT
RECIPE_STATERecipe Status FRMLE_RCP_STATECHAR5FRMLD_RCP_STATE
RCP_AS_ROOMValidity Area of Recipe FRMLE_RCP_RVLIDCHAR10Assigned to domainESDRVLID
RCP_AS_STATERecipe Status from Scope of Application FRMLE_RCP_AS_STATECHAR5FRMLD_RCP_STATE
RCP_DRAFTInclude Drafts FRMLE_RCP_DRAFTCHAR1
FRM_AS_RATINGFormula Rating FRMLE_FRM_VACLIDCHAR10TCG86ESDVACLID
FRM_AS_ROOMValidity Area of Formula FRMLE_FRM_RVLIDCHAR10Assigned to domainESDRVLID
FRM_AS_STATEFormula Status FRMLE_FRM_AS_STATECHAR5FRMLD_FRM_STATE
FRM_ALT_POSUsing Alternative Items FRMLE_ALT_POSCHAR1
STOPLST_GRPIDGroup for Formula Explosion Modeling FRMLE_STOPLST_GRPIDCHAR10FRMLE_STOPLST_GRPID
STOPLST_OBJIDStop List FRMLE_STOPLST_OBJIDCHAR10FRMLD_STOPLST_OBJID
STOPLST_RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
PROMP_EACH_STEPConfirm Each Explosion Step FRMLE_PROMPT_EACH_STEPCHAR1
RCP_AS_RATINGRecipe Rating FRMLE_RCP_VACLIDCHAR10TCG86ESDVACLID

Key field Non-key field



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

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

How to access SAP table FRMLS_EXPL_DATA

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

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