DB6PMCD2 SAP (DB6: Database configuration) Structure details

Dictionary Type: Structure
Description: DB6: Database configuration




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




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

DB6PMCD2 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 "DB6: Database configuration" 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_DB6PMCD2 TYPE DB6PMCD2.

The DB6PMCD2 table consists of various fields, each holding specific information or linking keys about DB6: Database configuration data available in SAP. These include PARTITN (), CALLERFLAG (), DBMSTRTTME (DB6: Timestamp (Format: YYYYMMDDHHMMSS)), PRGVERS ().. 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: Cannot Be Enhanced


SAP DB6PMCD2 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
COMPTIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PARTITN 0
CALLERFLAG 0
DBMSTRTTMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PRGVERS 0
DL_WT_IEXP dl_wt_iexpint: data links write token init expiry intvl0
DB_MEMORY database_memory: size of database shared memory (4KB)0
APG_MEM_SZ appgroup_mem_sz: max size of appl. group mem set (4KB)0
GRPHP_RAT groupheap_ratio: percent of mem for appl. group heap0
SHEAPTRES sheapthres_shr: sort heap thres for shared sorts (4KB)0
TRACKMOD trackmod: track modified pages0
OV_LOGPATHDB6: File Path DB6PATHCHAR255DB6PATH
MR_LOGPATHDB6: File Path DB6PATHCHAR255DB6PATH
BLK_LD_FUL blk_log_dsk_ful: block log on disk full0
MAXLOG maxlog: percent of max. active log space by transaction0
NUMLOGSP numlogspan: num. of active log files for one active UOW0
FAILOVERLOGDB6: File Path DB6PATHCHAR255DB6PATH
ARCHMETH1DB6: File Path DB6PATHCHAR255DB6PATH
ARCHMETH2DB6: File Path DB6PATHCHAR255DB6PATH
ARCHMETH1OPTDB6: File Path DB6PATHCHAR255DB6PATH
ARCHMETH2OPTDB6: File Path DB6PATHCHAR255DB6PATH
NUMARCHRETRY 0
ARCHRETRYDELAY 0
AUTO_MAINT 0
AUTO_DB_BACKUP 0
AUTO_TBL_MAINT 0
AUTO_RUNSTATS 0
AUTO_STATS_PROF 0
AUTO_PROF_UPD 0
AUTO_REORG 0
VENDOROPT 0
AUTO_SWITCHES 0
HADR_DB_ROLE STANDARD|PRIMARY|STANDBY0
HADR_LOCAL_HOST 0
HADR_LOCAL_SVC 0
HADR_REMOTE_HOST 0
HADR_REMOTE_SVC 0
HADR_REMOTE_INST 0
HADR_TIMEOUT 0
HADR_SYNCMODE NEARSYNC| ASYNC|SYNC0
PAGESIZE 0
LOGINDEXBUILD ON|OFF0
DFT_MTTB_TYPES ALL|NONE|SYSTEM,USER,FEDERATED_TOOL0
ALT_COLLATE space|IDENTITY_16BIT0
SELF_TUNING_MEM ON|OFF0
RESTRICT_ACCESS YES|NO0
DB_MEM_THRESH 0
COLLATE_INFO 0
MIN_DEC_DIVC3 0

Key field Non-key field



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

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

How to access SAP table DB6PMCD2

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