DB2_SYSPLEX_INFO_ZOS SAP (DB2: SYSPLEX information for z/OS) Structure details

Dictionary Type: Structure
Description: DB2: SYSPLEX information for z/OS




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




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

DB2_SYSPLEX_INFO_ZOS 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 "DB2: SYSPLEX information for z/OS" 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_DB2_SYSPLEX_INFO_ZOS TYPE DB2_SYSPLEX_INFO_ZOS.

The DB2_SYSPLEX_INFO_ZOS table consists of various fields, each holding specific information or linking keys about DB2: SYSPLEX information for z/OS data available in SAP. These include CPU_FAMILY (SYSPLEX CPU family), CPU_TYPE (SYSPLEX CPU Type), CAPACITY (SYSPLEX CPU Capacity), NUMBER_OF_CP (SYSPLEX Number of processors).. 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 DB2_SYSPLEX_INFO_ZOS 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
SERIAL_NOSYSPLEX CPU Serial Number DB2_SYSPLEX_SERIAL_NOCHAR6CHAR6
CPU_FAMILYSYSPLEX CPU family DB2_SYSPLEX_CPU_FAMILYCHAR4CHAR4
CPU_TYPESYSPLEX CPU Type DB2_SYSPLEX_CPU_TYPECHAR4CHAR4
CAPACITYSYSPLEX CPU Capacity DB2_SYSPLEX_CAPACITYINT410
NUMBER_OF_CPSYSPLEX Number of processors DB2_SYSPLEX_NUMBER_OF_CPINT410
NUMBER_OF_ICFSYSPLEX Number of processors DB2_SYSPLEX_NUMBER_OF_CPINT410
NUMBER_OF_IFLSYSPLEX Number of processors DB2_SYSPLEX_NUMBER_OF_CPINT410
NUMBER_OF_AAPSYSPLEX Number of processors DB2_SYSPLEX_NUMBER_OF_CPINT410
NUMBER_OF_IIPSYSPLEX Number of processors DB2_SYSPLEX_NUMBER_OF_CPINT410
NUMBER_OF_LPARSSYSPLEX Number of LPARS DB2_SYSPLEX_NUMBER_OF_LPARSINT410
SELECTEDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table DB2_SYSPLEX_INFO_ZOS

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