PDM_FUNCLOCAT SAP (Functional Location Data in Product Structure Browser) Structure details

Dictionary Type: Structure
Description: Functional Location Data in Product Structure Browser




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




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

PDM_FUNCLOCAT 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 "Functional Location Data in Product Structure Browser" 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_PDM_FUNCLOCAT TYPE PDM_FUNCLOCAT.

The PDM_FUNCLOCAT table consists of various fields, each holding specific information or linking keys about Functional Location Data in Product Structure Browser data available in SAP. These include OBJECT_HANDLE (ID of object in Product Structure Browser), LOGSYS (Logical system), TPLNR (Functional Location), 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 (character-type or numeric)


SAP PDM_FUNCLOCAT 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
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
PLTXTDescription of functional location PLTXTCHAR40TEXT40
LVORMDeletion Indicator LVORMCHAR1XFELD
NOT_EXISTObject does not exist NOT_EXISTCHAR1CHAR1
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
FLTYPFunctional location category FLTYPCHAR1Assigned to domainFLTYPIFT
DATABStart-up Date of the Technical Object ILOM_DATABDATS8DATUM
IEQUIInstallation of equipment allowed at the functional location IEQUICHAR1X
EINZLSingle equipment installation at functional location EINZLCHAR1XFELD
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
POSNRPosition in superior technical object ILOM_POSNRCHAR4CHAR4
PREMSPremise ILOM_PREMSCHAR10CHAR10
INVNRInventory number INVNRCHAR25INVNR_ANLA
GROESSize/dimensions GROESCHAR32CHAR32
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
ANSWTAcquisition Value ANSWTCURR13(2) WERT
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ANSDTAcquisition date ANDTIDATS8DATUM
BAUJJYear of construction BAUJJCHAR4GJAHRCJAHR
BAUMMMonth of construction BAUMMCHAR2BAUMM
TYPBZManufacturer model number TYPBZCHAR20TYPBZ
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
SERGEManufacturer serial number SERGECHAR30CHAR30
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
INACTIVEIndicator: PM object is active/inactive C_PDM_PM_ACTIVECHAR1CHAR1
STRNOFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
MAPARManufacturer part number MAPARCHAR30MAPAR

Key field Non-key field



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

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

How to access SAP table PDM_FUNCLOCAT

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