DB2_LPAR_INFO_ZOS SAP (DB2: LPAR information for z/OS) Structure details

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




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




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

DB2_LPAR_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: LPAR 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_LPAR_INFO_ZOS TYPE DB2_LPAR_INFO_ZOS.

The DB2_LPAR_INFO_ZOS table consists of various fields, each holding specific information or linking keys about DB2: LPAR information for z/OS data available in SAP. These include LPAR_NAME (LPAR name), LOCAL_START (LPAR Start of local data collection), CPU_USAGE (LPAR Total physical utilization by partition), IIP_USAGE (LPAR Total physical utilization by partition).. 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_LPAR_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
LPAR_NAMELPAR name DB2_LPAR_NAMECHAR16CHAR16
LOCAL_STARTLPAR Start of local data collection DB2_LPAR_LOCAL_STARTCHAR14CHAR14
CPU_USAGELPAR Total physical utilization by partition DB2_LPAR_CP_USAGEINT410
IIP_USAGELPAR Total physical utilization by partition DB2_LPAR_CP_USAGEINT410
CPU_LOGICALLPAR Total physical utilization by partition DB2_LPAR_CP_USAGEINT410
IIP_LOGICALLPAR Total physical utilization by partition DB2_LPAR_CP_USAGEINT410
NUMBER_OF_CPSYSPLEX processor utilization by MVS image DB2_LPAR_CPU_USAGEDEC5(2)
NUMBER_OF_IIPSYSPLEX processor utilization by MVS image DB2_LPAR_CPU_USAGEDEC5(2)
DEDICATED_CPSYSPLEX processor utilization by MVS image DB2_LPAR_CPU_USAGEDEC5(2)
DELAY_FOR_PROCLPAR Total physical utilization by partition DB2_LPAR_CP_USAGEINT410
NAME_OF_IMAGEName of the z/OS image in the LPAR DB2_LPAR_NAME_OF_IMAGECHAR16CHAR16
OS_TYPERMF OS Type and Version DB2_LPAR_OS_TYPECHAR20CHAR20
DB2_MEMBERSubsystem ID of DB2 system DB2_LPAR_SSIDCHAR4CHAR4
LPAR_UICLPAR Unreferenced Interval Count DB2_LPAR_UICDEC5
LPAR_FRAMES_ONLLPAR no of storage frames DB2_LPAR_FRAMESDEC19
LPAR_FRAMES_AVAILLPAR no of storage frames DB2_LPAR_FRAMESDEC19
LPAR_PAGEINLPAR pagein rate DB2_LPAR_PAGEINDEC19
LPAR_WLM_CPUWLM management enabled DB2_LPAR_WLMCHAR3
LPAR_WLM_WEIGHTWLM management enabled DB2_LPAR_WLMCHAR3
LPAR_WEIGHT_CPLPAR Weight DB2_LPAR_WEIGHTDEC5
LPAR_WEIGHT_IIPLPAR Weight DB2_LPAR_WEIGHTDEC5

Key field Non-key field



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

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

How to access SAP table DB2_LPAR_INFO_ZOS

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