DB2IFIDEST SAP (Parameters for DB2 IFI destinations) Structure details

Dictionary Type: Structure
Description: Parameters for DB2 IFI destinations




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




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

DB2IFIDEST 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 "Parameters for DB2 IFI destinations" 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_DB2IFIDEST TYPE DB2IFIDEST.

The DB2IFIDEST table consists of various fields, each holding specific information or linking keys about Parameters for DB2 IFI destinations data available in SAP. These include PACKAGE (), PLAN (), RFC_PATH (), RFC_TRACE ().. 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 DB2IFIDEST 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
SSID 0
PACKAGE 0
PLAN 0
RFC_PATH 0
RFC_TRACE 0
USERS_NO 0
WLM_APP_ENV WLM application environment of stored procedure SAPCL0
LINKEDITLIB z/OS system library for link-edit job0
DB2LOADLIB2 DB2 load library used for SAPCL link-edit0
DB2LOADLIB DB2 load library0
DB2RUNLIB DB2 run library0
JESOUTPUT JES held output class0
PLANTIAD Plan of DSNTIAD0
DBTRCSZ DB trace size0

Key field Non-key field



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

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

How to access SAP table DB2IFIDEST

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