DB2IFIDBTR SAP (DB2/390: IFI DB Trace) Structure details

Dictionary Type: Structure
Description: DB2/390: IFI DB Trace




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




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

DB2IFIDBTR 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: IFI DB Trace" 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_DB2IFIDBTR TYPE DB2IFIDBTR.

The DB2IFIDBTR table consists of various fields, each holding specific information or linking keys about DB2/390: IFI DB Trace data available in SAP. These include TRACE_LVL (DB Trace Level), TRACESTART (Start the IFI DB trace), TRACESTOP (Stop IFI DB trace), TRACEDISP (Display IFI DB trace files).. 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 DB2IFIDBTR 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_LVLSDB Trace Level DB2IFIDBTLCHAR60DB2CHAR60
TRACE_LVLDB Trace Level DB2IFIDBT1CHAR2DB2CHAR2
TRACESTARTStart the IFI DB trace DB2IFIDBCACHAR1FLAG
TRACESTOPStop IFI DB trace DB2IFIDBCOCHAR1FLAG
TRACEDISPDisplay IFI DB trace files DB2IFIDBCDCHAR1FLAG
WPIDLWork Process Description DB2IFIWPSCHAR30DB2CHAR30K
ASHOSTApplication server host name DB2ASHOSTCHAR32DB2CHAR32
WPIDWork process ID DB2WPIDICHAR2DB2CHAR2
WPIDSDB Trace Level DB2IFIDBTLCHAR60DB2CHAR60
DUMPSZDump Size for IFI DB Trace DB2DUMPSZNUMC10NUMC10
UNAMEUser Name SYUNAMECHAR12SYCHAR12
TIMESTHIFI DB Trace: Timestamp DB2IFIDBTSCHAR15DB2CHAR15
DURATIONHIFI DB Trace: Duration of Operation DB2DURATIHCHAR15DB2CHAR15
RCHIFI DB Trace: Return Code DB2RCHCHAR15DB2CHAR15
IDHIFI DB Trace: Identifier DB2IDHCHAR15DB2CHAR15
OPERHIFI DB Trace: Operation DB2OPERHCHAR15DB2CHAR15
DESCHIFI DB Trace: Description DB2DESCHCHAR15DB2CHAR15
TRCSTATStatus IFI DB Trace DB2DBTRCSINT410DB2INT4
TRCSTATTXLLength of IFI DB Status Text DB2DBTRCSLINT25DB2SINT
TRCSTATTXTStatus of IFI DB Trace DB2DBTRCSTCHAR60DB2CHAR60
APPTYPELIFI DB Trace Application Types DB2IFIDBAPSCHAR32DB2CHAR32
APPTYPEapplication type short DB2IFIDBAPPCHAR2DB2CHAR02
DB2ACEField type raw, length 8, 4 bytes DB2RAW04INT410DB2INT4

Key field Non-key field



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

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

How to access SAP table DB2IFIDBTR

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