DB6_VIEW_INSTANCE_DATA SAP (DB6: Overview Data of Database Instance) Structure details

Dictionary Type: Structure
Description: DB6: Overview Data of Database Instance




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




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

DB6_VIEW_INSTANCE_DATA 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: Overview Data of Database Instance" 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_DB6_VIEW_INSTANCE_DATA TYPE DB6_VIEW_INSTANCE_DATA.

The DB6_VIEW_INSTANCE_DATA table consists of various fields, each holding specific information or linking keys about DB6: Overview Data of Database Instance data available in SAP. These include INST_NAME (DB6: Name of the DB instance), IS_INST_PARTITIONABLE (DB6: YES, if DB partitioned, else NO), NUM_DBPARTITIONS (DB6: Number of DB Partitions), INST_PTR_SIZE (DB6: Bit Size (32 or 64 Bit)).. 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 DB6_VIEW_INSTANCE_DATA 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
INSTANCE_INFO 0
INST_NAME DB6: Name of the DB instance0
IS_INST_PARTITIONABLE DB6: YES, if DB partitioned, else NO0
NUM_DBPARTITIONS DB6: Number of DB Partitions0
INST_PTR_SIZE DB6: Bit Size (32 or 64 Bit)0
RELEASE_NUM DB6: Internal Release Number0
SERVICE_LEVEL DB6: Service Level0
BLD_LEVEL DB6: Build Level0
PTF DB6: PTF identifier0
FIXPACK_NUM DB6: FixPak Number0
NUM_MEMBERS 0
SYSTEM_INFO 0
HADR_INFO 0
DBPARTITIONNUM 0
HADR_CONNECT_STATUS 0
HADR_CONNECT_TIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
HADR_HEARTBEAT 0
HADR_LOCAL_HOST 0
HADR_LOCAL_SERVICE 0
HADR_LOG_GAP 0
HADR_PRIMARY_LOG_FILE 0
HADR_PRIMARY_LOG_LSN 0
HADR_PRIMARY_LOG_PAGE 0
HADR_REMOTE_HOST 0
HADR_REMOTE_INSTANCE 0
HADR_REMOTE_SERVICE 0
HADR_ROLE 0
HADR_STANDBY_LOG_FILE 0
HADR_STANDBY_LOG_LSN 0
HADR_STANDBY_LOG_PAGE 0
HADR_STATE 0
HADR_SYNCMODE 0
HADR_TIMEOUT 0
HADR_INFO_VISIBLEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SINGLE_SYSTEM_INFO 0
PARTITN 0
OS_NAME DB6:Operating System of DB Host0
OS_VERSION DB6: OS Version0
OS_RELEASE DB6: OS Release0
HOST_NAME DB6: DB Hostname0
TOTAL_CPUS DB6: Total Number of CPUs on DB Host0
CONFIGURED_CPUS DB6: Number of Configured CPUS on DB Host0
TOTAL_MEMORY DB6: Total Number of Main Memory in MB0

Key field Non-key field



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

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

How to access SAP table DB6_VIEW_INSTANCE_DATA

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