PLM_EQUIPMENT SAP (Equipment Data in the PLM Portal) Structure details

Dictionary Type: Structure
Description: Equipment Data in the PLM Portal




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




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

PLM_EQUIPMENT 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 "Equipment Data in the PLM Portal" 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_PLM_EQUIPMENT TYPE PLM_EQUIPMENT.

The PLM_EQUIPMENT table consists of various fields, each holding specific information or linking keys about Equipment Data in the PLM Portal data available in SAP. These include RFCDEST (Logical Destination (Specified in Function Call)), OBJECT_HANDLE (ID of object in Product Structure Browser), LOGSYS (Logical system), EQUNR (Equipment Number).. 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: Not classified


SAP PLM_EQUIPMENT 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
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
OBJECT_HANDLEID of object in Product Structure Browser OBJECT_HANDLEINT410INT4
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EQKTXDescription of technical object KTX01CHAR40TEXT40
LVORMDeletion Indicator LVORMCHAR1XFELD
S_EQUIEquipment data exists EQUIP_KNZCHAR1X
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LAGERStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
NOT_EXISTObject does not exist NOT_EXISTCHAR1CHAR1
EQTYPEquipment category EQTYPCHAR1Assigned to domainEQTYPEQT
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
INVNRInventory number INVNRCHAR25INVNR_ANLA
GROESSize/dimensions GROESCHAR32CHAR32
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
ANSDTAcquisition date ANDTIDATS8DATUM
ANSWTAcquisition Value ANSWTCURR13(2) WERT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GWLENDate on which the warranty ends GWLENDATS8DATUM
GWLDTWarranty Date GWLDTDATS8DATUM
HERSTManufacturer of asset HERSTCHAR30TEXT30
HERLDCountry of manufacture HERLDCHAR3Assigned to domainLAND1
HZEINManufacturer drawing number HZEINCHAR30HZEIN
SERGEManufacturer serial number SERGECHAR30CHAR30
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
BAUMMMonth of construction BAUMMCHAR2BAUMM
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
HEQNREquipment position at InstallLoc (Superior Equip./FunctLoc) HEQNRCHAR4CHAR4
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
EQFNRSort field EQFNRCHAR30CHAR30
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
SELECTEDNode has been selected C_PDM_SELECTEDCHAR1CHAR1
NOT_SELECTABLEYou cannot select this object NOT_SELECTABLECHAR1CHAR1
IS_INSTALLEDEquipment is built in IS_INSTALLEDCHAR1CHAR1
S_SERIALSerial data when maintaining equipment KZKSDCHAR1X
INACTIVEIndicator: PM object is active/inactive C_PDM_PM_ACTIVECHAR1CHAR1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DATABStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
MAPARManufacturer part number MAPARCHAR30MAPAR
HIRKZCheckbox XFELDCHAR1XFELD
ORIGINALOriginal application file exists C_PDM_ORIGINALCHAR1CHAR1
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID

Key field Non-key field



How do I retrieve data from SAP structure PLM_EQUIPMENT using ABAP code?

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

How to access SAP table PLM_EQUIPMENT

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