SAP RMSLS_HTML_HEADER Header Data Table data and field list

RMSLS_HTML_HEADER 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 "Header Data" 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_RMSLS_HTML_HEADER TYPE RMSLS_HTML_HEADER.

The RMSLS_HTML_HEADER table consists of various fields, each holding specific information or linking keys about Header Data data available in SAP. These include CREADAT (Created On), CREABY (Created By), CREABY_TXT (User Name), CHNGDAT (Changed On)... 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. .

RMSLS_HTML_HEADER structure Technical Details:

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


SAP RMSLS_HTML_HEADER 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 RMSLS_HTML_HEADER 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
LABELIDLabel Set RMSLE_LABELIDCHAR20ALPHARMSLD_LABELIDLABELID
CREADATCreated On RMSLE_HTML_CREADATCHAR10RMSLD_CHAR10
CREABYCreated By RMSLE_CREABYCHAR12USNAMUSER_COMP
CREABY_TXTUser Name RMSLE_USER_NAMECHAR60TEXT60
CHNGDATChanged On RMSLE_HTML_CHNGDATCHAR10RMSLD_CHAR10
CHNGBYChanged By RMSLE_CHNGBYCHAR12USNAMUSER_COMP
CHNGBY_TXTUser Name RMSLE_USER_NAMECHAR60TEXT60
SPECIFICATION_INTSpecification RMSLE_SPECIFICATIONCHAR40RMSLD_OBJIDRMSLE_PRODUCT_SPEC
SPECIFICATION_EXTSpecification RMSLE_HTML_EXT_KEY_SPECCHAR40RMSLD_OBJID
SPECIFICATION_TXTDescription RMSLE_TEXTCHAR128RMSLD_TEXT
LANGULanguage Key RMSLE_HTML_LANGUCHAR2LAISO
LANGU_TXTName of Language SPTXTCHAR16SPTXT16DSB
DESCRIPTIONLabel Set Description RMSLE_LABEL_DSCCHAR128RMSLD_TEXT
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
AENNR_TXTChange Number Description CC_AETXTCHAR40CC_TEXT40
AENNR_AEGRUReason for change AEGRUCHAR40TEXT40
VALID_FROMValid From RMSLE_HTML_VALID_FROMCHAR10RMSLD_CHAR10
VALID_TOValid To RMSLE_HTML_VALID_TOCHAR10RMSLD_CHAR10
CHNGTIMSTMPTime of Last Change (in UTC) RMSLE_HTML_CHNGTIMSTMPCHAR128RMSLD_TEXT
STATUSObject status J_STATUSCHAR5J_STATUS
STATUS_STXTIndividual status of an object (short form) J_TXT04CHAR4TEXT4
STATUS_LTXTObject status J_TXT30CHAR30TEXT30
STM_OBJNOStatement Reference RMSLE_STM_OBJNONUMC12RMSLD_OBJNO
USAGE_OBJNOInternal Key of a Usage RMSLE_USAGE_OBJNONUMC12RMSLD_OBJNO
CLA_OBJNOInternal Key of the Label Set to Be Classified RMSLE_CLA_OBJNORAW16RMSLD_X16
STATEMENTS 0

Key field Non-key field



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

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

How to access SAP table RMSLS_HTML_HEADER

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

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