/ISDFPS/PM_RELOC_CHECK_QMEL SAP (Transfer of Technical Object: Notifications) Structure details

Dictionary Type: Structure
Description: Transfer of Technical Object: Notifications




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




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

/ISDFPS/PM_RELOC_CHECK_QMEL 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 "Transfer of Technical Object: Notifications" 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_/ISDFPS/PM_RELOC_CHECK_QMEL TYPE /ISDFPS/PM_RELOC_CHECK_QMEL.

The /ISDFPS/PM_RELOC_CHECK_QMEL table consists of various fields, each holding specific information or linking keys about Transfer of Technical Object: Notifications data available in SAP. These include QMNUM (Notification No), IWERK (Maintenance Planning Plant), ILOAN (Location and account assignment for technical object), ILOAI (ILOA Individual).. 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: Can Be Enhanced (Deep)


SAP /ISDFPS/PM_RELOC_CHECK_QMEL 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
MANDTClient MANDTCLNT3T000MANDT
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
ILOANLocation and account assignment for technical object ILOANCHAR12ILOAILOAN
ILOAIILOA Individual ILOAICHAR1X
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
BAUTLAssembly BAUTLCHAR18MARAMATN1MATNRMAT
EBORTInstallation Point for Subitem EBORTCHAR20TEXT20
MSAUSBreakdown Indicator MSAUSCHAR1XFELD
AUSVNStart of Malfunction (Date) AUSVNDATS8DATUM
AUSBSEnd of Malfunction (Date) AUSBSDATS8DATUM
AUZTVStart of Malfunction (Time) AUZTVTIMS6UHRZT
AUZTBEnd of Malfunction (Time) AUZTBTIMS6UHRZT
BTPLNFunctional Location Affected BTPLNCHAR30IFLOTTPLNRTPLNRIFLIFLM
BEQUIEquipment Affected BEQUICHAR18EQUIALPHAEQUNREQN
AUSWKEffect on Operation AUSWKCHAR1T357AAUSWK
VERFVAvailability Before Malfunction VERFVNUMC3NUM3
VERFNAvailability After Malfunction VERFNNUMC3NUM3
VERFMAvailability After Completion of Task VERFMNUMC3NUM3
ANLZVSystem Condition Before Malfunction ANLZVCHAR1T357ZANLAZ
ANLZNSystem Condition After Malfunction ANLZNCHAR1T357ZANLAZ
ANLZESystem Condition After Completion of Task ANLZECHAR1T357ZANLAZ
INSPKName of Person Responsible for Technical Inspection INSPKCHAR12USNAM
DATANDate of Technical Inspection DATANDATS8DATUM
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
WARPLMaintenance Plan WARPLCHAR12MPLAALPHAWARPLMPLMPLAL
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
REVNRRevision for Plant Maintenance and Customer Service REVNICHAR8Assigned to domainREVNI
QMARTNotification Type QMARTCHAR2TQ80QMARTQMR
QMTXTShort Text QMTXTCHAR40TEXT40
ARTPRPriority Type ARTPRCHAR2T356AARTPR
PRIOKPriority PRIOKCHAR1T356PRIOKPRIOK
QMDATDate of Notification QMDATDATS8DATUM
QMNAMName of Person Reporting Notification QMNAMCHAR12USNAM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
VERIDProduction Version VERIDCHAR4MKALVERIDVER
RM_MATNRMaterial number of the production version RM_MATNRCHAR18MKALMATN1MATNRMATMAT1
RM_WERKSPlant of production version RM_WERKSCHAR4MKALWERKSWRKH_T001W
SA_AUFNRRun schedule header number SA_AUFNRCHAR12SAFKALPHASA_AUFNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
MAKNZTask Records Exist MAKNZCHAR1CHAR1
OBJNRObject Number for Status Management QMOBJNRCHAR22ONR00J_OBJNR
HERKZOrigin of Notification HERKZCHAR2HERKZ
QMKATCatalog Type - Coding QMKATCHAR1TQ15QKATART
QMGRPCode Group - Coding QMGRPCHAR8QPGRQCODEGRP
QMCODCoding QMCODCHAR4Assigned to domainQCODE
/ISDFPS/OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
/ISDFPS/MEQUIMaster Equipment /ISDFPS/MEQUICHAR18Assigned to domainALPHAEQUNR
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM

Key field Non-key field



How do I retrieve data from SAP structure /ISDFPS/PM_RELOC_CHECK_QMEL using ABAP code?

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

How to access SAP table /ISDFPS/PM_RELOC_CHECK_QMEL

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