DB2_VIEW_COL_SETTINGS SAP (view structure for CL_DB2_ACTION_COL_SETTINGS) Structure details

Dictionary Type: Structure
Description: view structure for CL_DB2_ACTION_COL_SETTINGS




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




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

DB2_VIEW_COL_SETTINGS 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 "view structure for CL_DB2_ACTION_COL_SETTINGS" 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_VIEW_COL_SETTINGS TYPE DB2_VIEW_COL_SETTINGS.

The DB2_VIEW_COL_SETTINGS table consists of various fields, each holding specific information or linking keys about view structure for CL_DB2_ACTION_COL_SETTINGS data available in SAP. These include SSID (), PACKAGE (), PLAN (), RFC_PATH ().. 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_VIEW_COL_SETTINGS 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
BASIC 0
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
DS_DATA 0
MEMBERDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
MEMBER_LIST 0
TRACE_RESULT 0

Key field Non-key field



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

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

How to access SAP table DB2_VIEW_COL_SETTINGS

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