/SAPDMC/LSASCREEN SAP (Auto-Field Mapping (Screen Fields)) Structure details

Dictionary Type: Structure
Description: Auto-Field Mapping (Screen Fields)




ABAP Code to SELECT data from /SAPDMC/LSASCREEN
Related tables to /SAPDMC/LSASCREEN
Access table /SAPDMC/LSASCREEN




Structure field list including key, data, relationships and ABAP select examples

/SAPDMC/LSASCREEN 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 "Auto-Field Mapping (Screen Fields)" 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_/SAPDMC/LSASCREEN TYPE /SAPDMC/LSASCREEN.

The /SAPDMC/LSASCREEN table consists of various fields, each holding specific information or linking keys about Auto-Field Mapping (Screen Fields) data available in SAP. These include X_SRCFLD1 (Checkbox), SOURCE1 (Text (length 120)), X_SRCFLD2 (Checkbox), SOURCE2 (Text (length 120)).. 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SAPDMC/LSASCREEN structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TARGETText (length 120) /SAPDMC/TEXT120CHAR120/SAPDMC/TEXT120
X_SRCFLD1Checkbox XFELDCHAR1XFELD
SOURCE1Text (length 120) /SAPDMC/TEXT120CHAR120/SAPDMC/TEXT120
X_SRCFLD2Checkbox XFELDCHAR1XFELD
SOURCE2Text (length 120) /SAPDMC/TEXT120CHAR120/SAPDMC/TEXT120
X_SRCFLD3Checkbox XFELDCHAR1XFELD
SOURCE3Text (length 120) /SAPDMC/TEXT120CHAR120/SAPDMC/TEXT120
X_SRCFLD_OTHERFlag Auto Field Mapping: Other Source Field /SAPDMC/LS_XSRCFLD_OTHERCHAR1/SAPDMC/LS_FLAG
SRCFLD_OTHERSource Field /SAPDMC/LS_SRCFLDCHAR30Assigned to domainAS4TAB
X_SRCFLD_NONEFlag Auto Field Mapping: No Source Field /SAPDMC/LS_XSRCFLD_NONECHAR1/SAPDMC/LS_FLAG
X_MOVETransfer (MOVE) /SAPDMC/MG_XMOVECHAR1XFELD
X_FIXEDVALUEFixed Value /SAPDMC/MG_XFIXEDVALCHAR1XFELD
FIXEDVALUERule Name /SAPDMC/LS_RULENAMECHAR30/SAPDMC/LS_RULENAME
X_TRANSLATIONTranslation /SAPDMC/MG_XTRANSLATIONCHAR1XFELD
TRANSLATIONRule Name /SAPDMC/LS_RULENAMECHAR30/SAPDMC/LS_RULENAME
X_USERROUTINEUser-Defined Routine /SAPDMC/MG_XUSERROUTINECHAR1XFELD
USERROUTINERule Name /SAPDMC/LS_RULENAMECHAR30/SAPDMC/LS_RULENAME

Key field Non-key field



How do I retrieve data from SAP structure /SAPDMC/LSASCREEN using ABAP code?

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

How to access SAP table /SAPDMC/LSASCREEN

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!