SAP FRMLS_API_ARH RMS-FRM: Header Data of Attribute Part of Formula Table data and field list

FRMLS_API_ARH 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: Header Data of Attribute Part of Formula" 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_API_ARH TYPE FRMLS_API_ARH.

The FRMLS_API_ARH table consists of various fields, each holding specific information or linking keys about RMS-FRM: Header Data of Attribute Part of Formula data available in SAP. These include LINEMODE (Processing Status/Mode of a Record/Step Loop Line), STATUS (Status Information), STATUSCODE (RMS-FRM: Status Code), EXTHANDLE (Handle for API Client; Is Not Overwritten by API)... 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_API_ARH 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_API_ARH 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_API_ARH 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
STATUSStatus Information FRMLE_STATUSINFOCHAR1CHAR1
STATUSCODERMS-FRM: Status Code FRMLE_STATUSCODECHAR3CHAR3
EXTHANDLEHandle for API Client; Is Not Overwritten by API FRMLE_EXTHANDLECHAR10CHAR10
MANDTClient MANDTCLNT3T000MANDT
RECNSubstance Key FRMLE_SUBRECNNUMC20ALPHAESDRECN
ACTNCurrent Number of Change State FRMLE_ACTNNUMC20ALPHAESDACTN
VALFRValid-From Date FRMLE_VALFRDATS8DATUM
VALTOValid-To Date FRMLE_VALTODATS8DATUM
AENNRChange Number FRMLE_AENNRCHAR12AENRAENNRAENNRAENAEN1
DELFLGDeletion Indicator FRMLE_DEL_FLGCHAR1XFELD
PARKFLGData Record is Parked FRMLE_PARK_FLGCHAR1XFELD
CRNAMUser Who Created the Formula FRMLE_CRNAMCHAR12USNAMUSER_ADDR
CRDATCreated On FRMLE_CRDATDATS8DATUM
UPDNAMUser who Last Changed the Formula FRMLE_UPDNAMCHAR12USNAMUSER_ADDR
UPDDATDate of Last Change FRMLE_UPDDATDATS8DATUM
SRSIDSource of Data ESESRSIDCHAR10Assigned to domainESDSRSID
OWNIDData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECN_MASTER1Higher-Level Object Identifier FRMLE_RECN_MASTERCHAR32FRMLD_GUID
RECNROOTFormula Header Object FRMLE_RECNROOTCHAR32FRMLD_GUID
UPDDATSRMS-FRM: Date when the Formula was Last Changed FRMLE_UPDDATFDATS8DATUM
UPDNAMSRMS-FRM: Name of the Person who Last Changed the Formula FRMLE_UPDNAMFCHAR12USNAMUSER_ADDR
SUBIDRecipe Formula FRMLE_FRMLIDCHAR12CHRI2FRMLD_SUBID
SUBCATFormula Type FRMLE_FRMLCATCHAR10TCG31OBJESDSUBCAT
AUTHGRPAuthorization Group of a Formula FRMLE_AUTHGRPCHAR10TCG36OBJESDAUTHGRP
REMRemark FRMLE_REMCHAR60TEXT60
SUBCHARNote FRMLE_CHARCHAR10CHAR10
RECN_STRUCT_HDRRMS-FRM: Object Identifier FRMLE_RECNCHAR32FRMLD_GUID

Key field Non-key field



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

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

How to access SAP table FRMLS_API_ARH

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

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