/SAPDMC/LSOATT SAP (Object Attributes) Table details

Dictionary Type: Table
Description: Object Attributes




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




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

/SAPDMC/LSOATT is a standard SAP Table which is used to store Object Attributes data and is available within R/3 SAP systems depending on the version and release level.

The /SAPDMC/LSOATT table consists of various fields, each holding specific information or linking keys about Object Attributes data available in SAP. These include SUBPROJ (Subproject), OBJECT (Object), OBJECTTYPE (Object Type), DXOBJ (Standard Batch Input Object, Standard Direct Input 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: 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/LSOATT 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
OBJECTTYPEObject Type /SAPDMC/MG_OBJECTTYPECHAR2CHAR2
DXOBJStandard Batch Input Object, Standard Direct Input Object /SAPDMC/MG_DXOBJCHAR4CHAR4
SUBDXStandard Batch Input Method, Standard Direct Input Method /SAPDMC/MG_SUBDXCHAR4CHAR4
BUSOBJBusiness Object /SAPDMC/MG_BUSOBJCHAR10Assigned to domainOJ_NAME
METHODBusiness Object Method /SAPDMC/MG_METHODCHAR32SWC_ELEM
MESSTYPEMessage Type /SAPDMC/LS_MESSTYPECHAR30Assigned to domainEDI_MESTYP
IDOCTYPEBasic Type /SAPDMC/LS_IDOCTYPECHAR30Assigned to domainEDI_IDOCTP
CIMTYPEEnhancement of Basis Type /SAPDMC/LS_CIMTYPECHAR30Assigned to domainEDI_CIMTYP
PROGRAMNUMBERNumber to Create Name of Generated Programs /SAPDMC/LS_PROGRAMNUMBERNUMC8NUM8
OWNEROwner /SAPDMC/LS_OWNERCHAR12UNAME
X_ONETIMEFlag: Once-Only Data Transfer /SAPDMC/LS_XONETIMECHAR1/SAPDMC/LS_FLAG
X_PERIODICFlag: Periodic Data Transfer /SAPDMC/LS_XPERIODICCHAR1/SAPDMC/LS_FLAG
UNAMELast Changed By /SAPDMC/LS_UNAMECHAR12UNAME
DATUMDate of Last Change /SAPDMC/LS_DATUMDATS8DATUM
SYSTEMDEPENDENTFlag: System-Dependent File Name /SAPDMC/LS_SYSTEMDEPENDENTCHAR1/SAPDMC/LS_FLAG
EDIDC40Flag: EDIDC40 as 'Normal' Target Structure /SAPDMC/LS_EDIDC40CHAR1/SAPDMC/LS_FLAG

Key field Non-key field



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

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

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

How to access SAP table /SAPDMC/LSOATT

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