RMAN_PRSP_PM_NOTIF_TYPE_ST SAP (Structure for PM Messages in Supervisor Worklist) Structure details

Dictionary Type: Structure
Description: Structure for PM Messages in Supervisor Worklist




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




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

RMAN_PRSP_PM_NOTIF_TYPE_ST 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 "Structure for PM Messages in Supervisor Worklist" 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_RMAN_PRSP_PM_NOTIF_TYPE_ST TYPE RMAN_PRSP_PM_NOTIF_TYPE_ST.

The RMAN_PRSP_PM_NOTIF_TYPE_ST table consists of various fields, each holding specific information or linking keys about Structure for PM Messages in Supervisor Worklist data available in SAP. These include QMNUM (Notification No), QMTXT (Short Text), TPLNR (Functional Location Label), PLTXT (Description of functional location).. 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 RMAN_PRSP_PM_NOTIF_TYPE_ST 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
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMTXTShort Text QMTXTCHAR40TEXT40
TPLNRFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
PLTXTDescription of functional location PLTXTCHAR40TEXT40
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EQKTXDescription of technical object KTX01CHAR40TEXT40
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
ARBPLMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
STRMNRequired start date STRMNDATS8DATUM
LTRMNRequired End Date LTRMNDATS8DATUM
MSAUSBreakdown Indicator MSAUSCHAR1XFELD
PRIOKPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
QMDATDate of Notification QMDATDATS8DATUM
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
BAUTLXAssembly Description BAUTXLCHAR40TEXT40
AUSVNStart of Malfunction (Date) AUSVNDATS8DATUM
AUZTVStart of Malfunction (Time) AUZTVTIMS6UHRZT
AUSBSEnd of Malfunction (Date) AUSBSDATS8DATUM
AUZTBEnd of Malfunction (Time) AUZTBTIMS6UHRZT
AUSWKEffect on Operation AUSWKCHAR1Assigned to domainAUSWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZEITTime of Change AEZEITTIMS6UHRZT
MZEITTime of Notification MZEITTIMS6UHRZT
QMNAMName of Person Reporting Notification QMNAMCHAR12USNAM
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SERIALNRSerial Number GERNRCHAR18GERNRGERNRSER
MSGRPRoom RAUMNRCHAR8CHAR8
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
KTXTCDCode Text for Coding QMCODETEXTCHAR80QTEXT80
INDTXObject Long Text Available INDLTXCHAR1CHAR1
STTXTSystem status line J_STEXTCHAR40TEXT40
USTXTUser Status Line J_ATEXTCHAR40TEXT40
DOCNUMNumber of Documents RPLM_TD_QIMT_NUMBER_DOCSSTR30
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PP_ARBPLWork center ARBPLCHAR8ARBPLAGR
PP_ARBPL_TXTText describing work center in more detail ARBPLTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RMAN_PRSP_PM_NOTIF_TYPE_ST

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