/ISDFPS/LMEQEXT SAP (Enhancements to the Equipment Tables for Line Maintenance) Table details

Dictionary Type: Table
Description: Enhancements to the Equipment Tables for Line Maintenance




ABAP Code to SELECT data from /ISDFPS/LMEQEXT
Related tables to /ISDFPS/LMEQEXT
Access table /ISDFPS/LMEQEXT




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

/ISDFPS/LMEQEXT is a standard SAP Table which is used to store Enhancements to the Equipment Tables for Line Maintenance data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/LMEQEXT table consists of various fields, each holding specific information or linking keys about Enhancements to the Equipment Tables for Line Maintenance data available in SAP. These include EQUNR (Equipment Number), IDENT (Tail Number/Identifier), REMARK (Remark), SETUP (Actual Configuration).. 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: Can be enhanced (character-type)


SAP /ISDFPS/LMEQEXT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
IDENTTail Number/Identifier /ISDFPS/DE_LM_DEVICE_IDCHAR14/ISDFPS/DO_LM_DEVICE_ID/ISDFPS/SH_LM_DEVID_COLL
REMARKRemark /ISDFPS/DE_LM_REMARKCHAR60/ISDFPS/DO_LM_TEXT60
SETUPActual Configuration /ISDFPS/DE_LM_CURRENT_SETUPCHAR30/ISDFPS/DO_LM_SETUP
FOREIGN_OBJForeign Equipment /ISDFPS/DE_LM_FOREIGN_OBJECTCHAR1/ISDFPS/DO_LM_XFELD
PRIO_TYPEPrioritization Category /ISDFPS/DE_LM_USAGE_PRIO_TYPECHAR1/ISDFPS/DO_LM_USAGE_PRIO_TYPE
PRIOUsage Preference Priority /ISDFPS/DE_LM_USAGE_PRIOCHAR1Assigned to domain/ISDFPS/DO_LM_PRIO
SITE_IDSite /ISDFPS/DE_LM_SITE_IDCHAR30Assigned to domain/ISDFPS/DO_LM_SITE_ID/ISDFPS/LM_SITE/ISDFPS/SH_LM_SITE
D_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
T_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
MODEL_IDModel ID/Weapon System /ISDFPS/DE_LM_MODEL_IDCHAR14Assigned to domain/ISDFPS/DO_LM_MODEL_ID/ISDFPS/MODID/ISDFPS/SH_LM_MODEL_ID
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/LMEQEXT using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/LMEQEXT
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/LMEQEXT
WHERE...

How to access SAP table /ISDFPS/LMEQEXT

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