RPLM_TS_POWL_FUNC_LOCS_DEF SAP (Object Definition for Functional Location in Worklist) Structure details

Dictionary Type: Structure
Description: Object Definition for Functional Location in Worklist




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




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

RPLM_TS_POWL_FUNC_LOCS_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 for Functional Location 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_FUNC_LOCS_DEF TYPE RPLM_TS_POWL_FUNC_LOCS_DEF.

The RPLM_TS_POWL_FUNC_LOCS_DEF table consists of various fields, each holding specific information or linking keys about Object Definition for Functional Location in Worklist data available in SAP. These include PLTXT (Description of functional location), SUBMT (Construction type material of the object), PARNR (Partner), EQART (Type of Technical Object).. 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 RPLM_TS_POWL_FUNC_LOCS_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
TPLNRFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
PLTXTDescription of functional location PLTXTCHAR40TEXT40
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
PARNRPartner I_PARNRCHAR12ALPHAI_PARNR
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
ANSDTAcquisition date ANDTIDATS8DATUM
HERSTManufacturer of asset HERSTCHAR30TEXT30
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
I_PSTATINFunctional location status: inclusive I_PSTATINCHAR4TEXT4
I_PSTATEXFunctional location status: exclusive I_PSTATEXCHAR4TEXT4
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
ERDATDate on which the object was created ICRDTDATS8DATUM
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
ARBPLWork center ARBPLCHAR8ARBPLAGR
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
EQFNRSort field EQFNRCHAR30CHAR30
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
GEWRKMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
FLTYPFunctional location category FLTYPCHAR1Assigned to domainFLTYPIFT
DOCNUMNumber of Documents RPLM_MP_NUMBER_DOCSSTR30

Key field Non-key field



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

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

How to access SAP table RPLM_TS_POWL_FUNC_LOCS_DEF

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