RPLM_TS_POWL_CONF_PM_DEF SAP (Object Definition - Confirmation for PM Order in Worklist) Structure details

Dictionary Type: Structure
Description: Object Definition - Confirmation for PM Order in Worklist




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




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

RPLM_TS_POWL_CONF_PM_DEF 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 "Object Definition - Confirmation for PM Order in 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_RPLM_TS_POWL_CONF_PM_DEF TYPE RPLM_TS_POWL_CONF_PM_DEF.

The RPLM_TS_POWL_CONF_PM_DEF table consists of various fields, each holding specific information or linking keys about Object Definition - Confirmation for PM Order in Worklist data available in SAP. These include MANDT (Client), RUECK (Completion confirmation number for the operation), RMZHL (Internal counter), ERSDA (Created On).. 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 (character-type or numeric)


SAP RPLM_TS_POWL_CONF_PM_DEF 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
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLInternal counter CIM_COUNTNUMC8CIM_COUNT
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BUDATPosting date BUCHDATUMDATS8DATUM
INGPRPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
WERKIPlant (Actual) ISTWERKCHAR4T001WWERKSWRK
LTXA1Confirmation text CO_RTEXTCHAR40TEXT40
ABARBConfirmation: Degree of processing CO_ABARBNUMC3CO_ABARB
ISMNWActual work CO_ISMNWQUAN13(3) MENG13
ISMNEUnit of Work (Actual) ISTARBEHUNIT3T006CUNITMEINS
LEARRActivity Type (Actual) ISTLARTCHAR6Assigned to domainLSTAR
IDAURActual Duration for Confirmation IDAURQUAN5(1) DAUER_4_1
IDAUEUnit for actual duration IDAUREUNIT3T006CUNITMEINS
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
ISDDActual start: Execution (date) ISDDDATS8DATUM
ISDZActual start: Execution/setup (time) ISDZTIMS6ATIME
IEDDActual finish: Execution (date) IEDDDATS8DATUMEDR
IEDZActual finish: Execution (time) IEDZTIMS6ATIMEEZR
PEDDForecasted confirmed finish date PEDDDATS8DATS
PEDZForcasted confirmed finish time PEDZTIMS6TIMES
AUERUActivation of Final Confirmation AUERUCHAR1AUERU_VS
AUSORPost open reservations AUSORCHAR1XFELD
STNDRIndicator: Standard confirmation STNDRCHAR1XFELD
AUARTOrder Type for Maintenance Orders PM_AUFARTCHAR4Assigned to domainAUFARTAAI
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OFMNWRemaining Work REMNW_2QUAN8(2) ARBEIT_2
OFMNEUnit of measure for remaining work OFMNEUNIT3T006CUNITMEINS
LEKNWIndicator: No remaining activity expected CO_LEIKZCHAR1XFELD
ODAURRemaining duration of activity ODAURQUAN5(1) DAUER_4_1
ODAUEUnit for remaining duration ODAUEUNIT3T006CUNITMEINS
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STZHLConfirmation counter of cancelled confirmation CO_STZHLNUMC8CIM_COUNT
IARBPLWork Center (Actual) ISTARBPLCHAR8ARBPL
LOARTWage Type LOHNARTCHAR4LOART
PWERKPlant (Planned) PLNWERKCHAR4T001WWERKSWRK
ARBEIWork (Planned) PLNARBEITQUAN7(1) ARBEIT
ARBEHUnit Work (Planned) PLNARBEHUNIT3Assigned to domainCUNITMEINS
PARBPLWork Center (Planned) PLNARBPLCHAR8ARBPL
LARNTActivity Type (Planned) PLNLARTCHAR6Assigned to domainLSTAR
TPLNRFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
STTXTSystem Status CO_STTXTCHAR40CHAR40
USTXTUser Status Line J_ATEXTCHAR40TEXT40
GRUNDReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
UVORNSuboperation UVORNCHAR4NUMCVVORNR
NAMEName of employee RU_NAMECHAR40TEXT40
PERSAPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
TXTSPLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
BEMOTAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
.INCLU--AP 0
UIIUnique Item Identifier UII_CHAR72CHAR72UII_CHAR72UIIH_UII
TPLNR_INTFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
CATSBELNRDocument Number CATSBELNRCHAR10ALPHABELNR
SELECTEDSingle-Character Indicator CHAR1CHAR1CHAR1
PM_SELECTEDLine/Object was Selected in List Editing PM_SELECTEDCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table RPLM_TS_POWL_CONF_PM_DEF

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