/SAPDMC/LSOFIW SAP (Files: Values for Wildcard '*') Table details

Dictionary Type: Table
Description: Files: Values for Wildcard '*'




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




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

/SAPDMC/LSOFIW is a standard SAP Table which is used to store Files: Values for Wildcard '*' data and is available within R/3 SAP systems depending on the version and release level.

The /SAPDMC/LSOFIW table consists of various fields, each holding specific information or linking keys about Files: Values for Wildcard '*' data available in SAP. These include SUBPROJ (Subproject), OBJECT (Object), WILDCARDVALUE (Value of Wildcard '*' in File Name), WILDCARDTEXT (Text for Value for Wildcard '*' in File Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPDMC/LSOFIW table 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
PROJECTProject /SAPDMC/LS_PROJECTCHAR15/SAPDMC/LS_KEY
SUBPROJSubproject /SAPDMC/LS_SUBPROJCHAR15/SAPDMC/LS_KEY
OBJECTObject /SAPDMC/LS_OBJECTCHAR15/SAPDMC/LS_KEY
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

Key field Non-key field



How do I retrieve data from SAP table /SAPDMC/LSOFIW using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPDMC/LSOFIW to SELECT all data from the table
DATA: WA_/SAPDMC/LSOFIW TYPE /SAPDMC/LSOFIW.

SELECT SINGLE *
FROM /SAPDMC/LSOFIW
INTO CORRESPONDING FIELDS OF WA_/SAPDMC/LSOFIW
WHERE...

How to access SAP table /SAPDMC/LSOFIW

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