/SAPDMC/LSFSCREEN SAP (Files (Screen Fields)) Structure details

Dictionary Type: Structure
Description: Files (Screen Fields)




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




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

/SAPDMC/LSFSCREEN 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 "Files (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/LSFSCREEN TYPE /SAPDMC/LSFSCREEN.

The /SAPDMC/LSFSCREEN table consists of various fields, each holding specific information or linking keys about Files (Screen Fields) data available in SAP. These include FILENAME (File Name (with Directory)), FILETEXT (File description), X_FLATTAB (Flag: Data for One Source Structure (Table)), X_SEQFILE (Flag: Data for Multiple Source Structures (Sequential File)).. 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: Cannot Be Enhanced


SAP /SAPDMC/LSFSCREEN 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
SYSTEMIDSystem ID /SAPDMC/LS_SYSTEMIDCHAR8SYCHAR08
FILENAMEFile Name (with Directory) /SAPDMC/LS_FILENAMECHAR120/SAPDMC/LS_FILENAME
FILETEXTFile description /SAPDMC/LS_FILETEXTCHAR30/SAPDMC/LS_SHORTTXT
X_FLATTABFlag: Data for One Source Structure (Table) /SAPDMC/LS_XFLATTABCHAR1/SAPDMC/LS_FLAG
X_SEQFILEFlag: Data for Multiple Source Structures (Sequential File) /SAPDMC/LS_XSEQFILECHAR1/SAPDMC/LS_FLAG
X_NODELFlag: No Separator /SAPDMC/MG_NODELCHAR1XFELD
X_DELTABFlag: Separator Tabulator /SAPDMC/MG_DELTABCHAR1XFELD
X_DELSEMFlag: Separator Semi-Colon /SAPDMC/MG_DELSEMCHAR1XFELD
X_DELCOMFlag: Separator Comma /SAPDMC/MG_DELCOMCHAR1XFELD
X_DELBLKFlag: Separators Blanks /SAPDMC/MG_DELBLKCHAR1XFELD
X_DELOTHFlag: Other Separator /SAPDMC/MG_DELOTHCHAR1XFELD
DELIMITERDelimiter /SAPDMC/MG_DELIMITCHAR1TEXT1
X_FLDNAMESFlag: Field Names at Start of File /SAPDMC/LS_XFLDNAMESCHAR1/SAPDMC/LS_FLAG
X_COLORDERFlag: Field Order Matches Source Structure Definition /SAPDMC/LS_XCOLORDERCHAR1/SAPDMC/LS_FLAG
X_ENDOFRECFlag: Record End Marker (Text File) /SAPDMC/MG_ENDOFRCCHAR1/SAPDMC/LS_FLAG
X_FIXEDLENFlag: Fixed Record Length /SAPDMC/MG_FIXEDLNCHAR1/SAPDMC/LS_FLAG
REC_LENGTHFixed Record Length /SAPDMC/MG_RECLENNUMC6NUM6
X_LENFLDFlag: Hexadecimal Length Field (4 Bytes) at Start of Record /SAPDMC/LS_LENFLDCHAR1/SAPDMC/LS_FLAG
CPAGEIDCode Page ID of Legacy System /SAPDMC/MG_CPAGEIDNUMC4TCP00CPCODEPAGE
CPAGETXTCode Page ID of Legacy System: Description /SAPDMC/MG_CPAGTXTCHAR50CPCOMMENT
X_ASCIIFlag: ASCII /SAPDMC/LS_XASCIICHAR1/SAPDMC/LS_FLAG
X_IBMDOSFlag: IBM-DOS /SAPDMC/LS_XIBMDOSCHAR1/SAPDMC/LS_FLAG
WILDCARDVALUEValue of Wildcard '*' in File Name /SAPDMC/LS_WILDCARDVALUECHAR30/SAPDMC/LS_VALUE
WILDCARDTEXTText for Value for Wildcard '*' in File Name /SAPDMC/LS_WILDCARDTEXTCHAR60/SAPDMC/LS_TXT
LINE_FROMFrom Line /SAPDMC/LS_LINE_FROMNUMC6NUM6
LINE_TOTo Line /SAPDMC/LS_LINE_TONUMC6NUM6
ID_OFFSETOffset of Identifying Part of Source Structure /SAPDMC/MG_STROFFNUMC4NUM4
ID_LENGTHLength of Identifying Part of Source Structure /SAPDMC/MG_STRLENNUMC4NUM4
ID_VALUEValue of Identifying Part of Source Structure /SAPDMC/MG_STRVALCHAR20/SAPDMC/TEXT20
PATH_LOGLogical Path /SAPDMC/MG_PATHLOGCHAR60Assigned to domainPATHINTERN
FILE_LOGLogical File /SAPDMC/MG_FILELOGCHAR60Assigned to domainFILEINTERN
X_IGNOREFlag: Continue Despite Conversion Error CONVT_CODEPAGE /SAPDMC/LS_XIGNORECHAR1/SAPDMC/LS_XIGNORE
REPCHRReplacement Characters for OPEN DATASET /SAPDMC/LS_REPLACECHAR1/SAPDMC/LS_REPLACE

Key field Non-key field



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

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

How to access SAP table /SAPDMC/LSFSCREEN

Within an ECC or HANA version of SAP you can also view further information about /SAPDMC/LSFSCREEN 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!