SAP RMSLS_DYNP_VIEW_BASIC_DATA Screen Structure for Label Basic Data Table data and field list

RMSLS_DYNP_VIEW_BASIC_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 for Label Basic 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_DYNP_VIEW_BASIC_DATA TYPE RMSLS_DYNP_VIEW_BASIC_DATA.

The RMSLS_DYNP_VIEW_BASIC_DATA table consists of various fields, each holding specific information or linking keys about Screen Structure for Label Basic Data data available in SAP. These include CREABY (Created By), CREABY_TXT (User Name), CHNGDAT (Changed On), CHNGBY (Changed By)... 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_DYNP_VIEW_BASIC_DATA 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 RMSLS_DYNP_VIEW_BASIC_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 RMSLS_DYNP_VIEW_BASIC_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
CREADATCreated On RMSLE_CREADATDATS8DATUM
CREABYCreated By RMSLE_CREABYCHAR12USNAMUSER_COMP
CREABY_TXTUser Name RMSLE_USER_NAMECHAR60TEXT60
CHNGDATChanged On RMSLE_CHNGDATDATS8DATUM
CHNGBYChanged By RMSLE_CHNGBYCHAR12USNAMUSER_COMP
CHNGBY_TXTUser Name RMSLE_USER_NAMECHAR60TEXT60
SPECIFICATIONSpecification RMSLE_SPECIFICATIONCHAR40RMSLD_OBJIDRMSLE_PRODUCT_SPEC
SPECIFICATION_TEXTDescription RMSLE_TEXTCHAR128RMSLD_TEXT
STATUS_KEYObject status J_STATUSCHAR5J_STATUS
STATUS_TEXTObject status J_TXT30CHAR30TEXT30
FLG_MRKTSTMTMarketing Statement Exists RMSLE_FLG_MRKTSTMTCHAR1BOOLE
FLG_FOOTNOTEFootnote Exists RMSLE_FLG_FOOTNOTECHAR1BOOLE
FLG_LANGULanguages Exist RMSLE_FLG_LANGUCHAR1BOOLE
SOURCE_EXTData Origin RMSLE_DATA_SOURCECHAR40RMSLD_OBJIDRMSLE_DATA_SOURCE
SOURCE_INTData Origin RMSLE_DATA_SOURCECHAR40RMSLD_OBJIDRMSLE_DATA_SOURCE
SOURCE_TYPE_TXTDescription of Data Origin Type RMSLE_DATA_SOURCE_TYPE_TXTCHAR128RMSLD_TEXT
SOURCE_TYPEType of Data Origin RMSLE_DATA_SOURCE_TYPECHAR20CHAR20RMSL_DATA_SRC_TYPERMSLE_DATA_SOURCE_TYPE
KEYDATEDate DATUMDATS8DATUM
AUTHGRPAuthorization Group for Labels RMSLE_AUTHGRPCHAR10RMSLD_AUTHGRP
RATINGRating RMSLE_RATINGCHAR40RMSLD_OBJIDRMSLE_RATING
VALIDITY_AREAValidity Area RMSLE_VALIDITY_AREACHAR40RMSLD_OBJIDRMSLE_VALIDITY_AREA
EXCLUDING_FLGValidity Area Is Excluded RMSLE_FLG_EXCLUDINGCHAR1BOOLE
RATING_TXTDescription RMSLE_TEXTCHAR128RMSLD_TEXT
VALIDITY_AREA_TXTDescription RMSLE_TEXTCHAR128RMSLD_TEXT
SOURCE_EXT_TXTDescription RMSLE_TEXTCHAR128RMSLD_TEXT
VALID_FROMLabeling in PLM Web UI: Valid-From Date RMSLE_VALID_FROMDATS8DATS
VALID_TOLabeling in PLM Web UI: Valid-To Date RMSLE_VALID_TODATS8DATS
WEBUI_STATUSLabeling in PLM Web UI: Status RMSLE_WEBUI_STATUSCHAR20RMSLD_TEXT20

Key field Non-key field



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

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

How to access SAP table RMSLS_DYNP_VIEW_BASIC_DATA

Within an ECC or HANA version of SAP you can also view further information about RMSLS_DYNP_VIEW_BASIC_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).