DB2ICLISRV SAP (DB2/390: ICLI Server Information) Structure details

Dictionary Type: Structure
Description: DB2/390: ICLI Server Information




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




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

DB2ICLISRV 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/390: ICLI Server Information" 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_DB2ICLISRV TYPE DB2ICLISRV.

The DB2ICLISRV table consists of various fields, each holding specific information or linking keys about DB2/390: ICLI Server Information data available in SAP. These include SAMPLRATE (Sampling rate of network statistics), SAMPLRATES (Sampling rate for network statistics), MSG_LVL_E (DB2 for OS/390: ICLI message level), MSG_LVL_I (DB2 for OS/390: ICLI message level).. 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: Not classified


SAP DB2ICLISRV 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
TRACE_LVLICLI trace level DB2ITRCLVLNUMC1DB2NUMC01
SAMPLRATESampling rate of network statistics DB2IRATENUMC10DB2NUMC10
SAMPLRATESSampling rate for network statistics DB2IRATESNUMC10DB2NUMC10
MSG_LVL_EDB2 for OS/390: ICLI message level DB2MSGLVLCHAR1DB2CHAR01
MSG_LVL_IDB2 for OS/390: ICLI message level DB2MSGLVLCHAR1DB2CHAR01
MSG_LVL_WDB2 for OS/390: ICLI message level DB2MSGLVLCHAR1DB2CHAR01
B_SEND_TONumber of bytes sent to the ICLI server DB2BSENDTONUMC10DB2NUMC10
B_SEND_FRBytes sent from the ICLI server to application server DB2BSENDFRNUMC10DB2NUMC10
NETTIMETime spent in network in milliseconds DB2NETTIMEDEC8(3) DB2DEC8_3
TRACESTARTStart the ICLI server trace DB2ITRCSTACHAR1FLAG
TRACESTOPStop ICLI server trace DB2ITRCSTOCHAR1FLAG
TRACEDISPDisplay ICLI server trace files DB2ITRCDISCHAR1FLAG
NETPACKETSwitch network statistics on (sampling rate in packets) DB2INETPACCHAR1FLAG
NETSECONDSwitch network statistics on (sampling rate in seconds) DB2INETSECCHAR1FLAG
NETOFFSwitch network statistics off DB2INETOFFCHAR1FLAG
COMMSTARTStart ICLI server communications trace DB2ICOMSTACHAR1FLAG
COMMSTOPStop ICLI server communications trace DB2ICOMSTOCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table DB2ICLISRV

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