OIC_LSMW_PROJ SAP (Used LSMW Project for Data exchange) Table details

Dictionary Type: Table
Description: Used LSMW Project for Data exchange




ABAP Code to SELECT data from OIC_LSMW_PROJ
Related tables to OIC_LSMW_PROJ
Access table OIC_LSMW_PROJ




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

OIC_LSMW_PROJ is a standard SAP Table which is used to store Used LSMW Project for Data exchange data and is available within R/3 SAP systems depending on the version and release level.

The OIC_LSMW_PROJ table consists of various fields, each holding specific information or linking keys about Used LSMW Project for Data exchange data available in SAP. These include PROJTYPE (Formula Type), LSMWPROJ (Project), LSMWSUBPROJ (Subproject), LSMWOBJECT (Object).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OIC_LSMW_PROJ 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROJTYPEFormula Type OIC_FORM_TYPECHAR1OIC_FORM_TYPE
LSMWPROJProject /SAPDMC/LS_PROJECTCHAR15/SAPDMC/LS_KEY
LSMWSUBPROJSubproject /SAPDMC/LS_SUBPROJCHAR15/SAPDMC/LS_KEY
LSMWOBJECTObject /SAPDMC/LS_OBJECTCHAR15/SAPDMC/LS_KEY

Key field Non-key field



How do I retrieve data from SAP table OIC_LSMW_PROJ using ABAP code

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

SELECT SINGLE *
FROM OIC_LSMW_PROJ
INTO CORRESPONDING FIELDS OF WA_OIC_LSMW_PROJ
WHERE...

How to access SAP table OIC_LSMW_PROJ

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