/SDF/DB6PMCN SAP (DB6: Configuration Nodes (Partitions)) Table details

Dictionary Type: Table
Description: DB6: Configuration Nodes (Partitions)




ABAP Code to SELECT data from /SDF/DB6PMCN
Related tables to /SDF/DB6PMCN
Access table /SDF/DB6PMCN




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

/SDF/DB6PMCN is a standard SAP Table which is used to store DB6: Configuration Nodes (Partitions) data and is available within R/3 SAP systems depending on the version and release level.

The /SDF/DB6PMCN table consists of various fields, each holding specific information or linking keys about DB6: Configuration Nodes (Partitions) data available in SAP. These include CALLERFLAG (Who Has Called this Program), DBMSTRTTME (DB6: Timestamp (Format: YYYYMMDDHHMMSS)), PRGVERS (Version of Program Inserted this Row), NDNAME (DB6: File Path).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SDF/DB6PMCN table 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
PARTITN Partition Number0
CALLERFLAG Who Has Called this Program0
DBMSTRTTME DB6: Timestamp (Format: YYYYMMDDHHMMSS)0
PRGVERS Version of Program Inserted this Row0
NDNAME DB6: File Path0
PORT port: Associated Part of the Partition0
FCM_NDNAME DB6: File Path0

Key field Non-key field



How do I retrieve data from SAP table /SDF/DB6PMCN using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SDF/DB6PMCN to SELECT all data from the table
DATA: WA_/SDF/DB6PMCN TYPE /SDF/DB6PMCN.

SELECT SINGLE *
FROM /SDF/DB6PMCN
INTO CORRESPONDING FIELDS OF WA_/SDF/DB6PMCN
WHERE...

How to access SAP table /SDF/DB6PMCN

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