SAP CL_DB2_ACTION_INST_PARAMETERS OO Class - DB2: Performance: Installation Parameters









CL_DB2_ACTION_INST_PARAMETERS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_DB2_ACTION_INST_PARAMETERS including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DB2_ACTION_INST_PARAMETERS is CL_DB2_ACTION_CONTROLLER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_DBA_ACTION_CONTROLLER_ALV

Method list of CL_DB2_ACTION_INST_PARAMETERS SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CREATE_AGGREGATE_NODEcreate single group nodePrivate
CALL METHOD cl_db2_action_inst_parameters=>CREATE_AGGREGATE_NODE...more details

CREATE_AGGREGATE_NODEScreate parameter group foldersPrivate
CALL METHOD cl_db2_action_inst_parameters=>CREATE_AGGREGATE_NODES...more details

CREATE_PARAM_NODEcreate single parameter nodePrivate
CALL METHOD cl_db2_action_inst_parameters=>CREATE_PARAM_NODE...more details

INIT_CUSTOMinit hist_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>INIT_CUSTOM...more details

INIT_PARM_TREEinit ix_treePrivate
CALL METHOD cl_db2_action_inst_parameters=>INIT_PARM_TREE...more details

INIT_RECOMMinit sub_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>INIT_RECOMM...more details

INIT_ZPARM_INFOinit ZPARM InfoPrivate
CALL METHOD cl_db2_action_inst_parameters=>INIT_ZPARM_INFO...more details

REFRESH_CUSTOMrefresh method for alv_histPrivate
CALL METHOD cl_db2_action_inst_parameters=>REFRESH_CUSTOM...more details

REFRESH_PARM_TREErefresh ix_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>REFRESH_PARM_TREE...more details

REFRESH_RECOMMrefresh method for sub_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>REFRESH_RECOMM...more details

SET_GRID_ATTRIBUTES_CUSTOMset grid attributes for hist_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>SET_GRID_ATTRIBUTES_CUSTOM...more details

SET_GRID_ATTRIBUTES_RECOMMset grid attributes for sub_alvPrivate
CALL METHOD cl_db2_action_inst_parameters=>SET_GRID_ATTRIBUTES_RECOMM...more details

SET_GRID_ATTRIBUTES_TREEset grid attributes for parm_treePrivate
CALL METHOD cl_db2_action_inst_parameters=>SET_GRID_ATTRIBUTES_TREE...more details



CL_DB2_ACTION_INST_PARAMETERS attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CUSTOM_ALVInstance AttributeDB6LIKE
CL_DB6_ALV
Private
LAST_HITInstance Attributelast hit in parm_tree_tabLIKE
I
Private
NAV_REFInstance AttributeLIKE
Private
PARM_TREEInstance AttributeDB6: simple column tree abstractionLIKE
CL_DB6_COLUMN_TREE
Private
RECOMM_ALVInstance AttributeDB6LIKE
CL_DB6_ALV
Private
TREE_STRUCInstance AttributeDB6: Table of DB6CFGTREELIKE
DB6CFGTREE_TAB
Private
VIEW_DATAInstance AttributeDB2: structure for VIEW_DATA of DB2_ACTION_DB02_TABLESLIKE
DB2_VIEW_INST_PARAMS
Private
ZPARM_INFOInstance AttributeZPARM InfoLIKE
CL_DB2_INST_PARAMETERS
Private


Links to Related Class(s)

CL_DB2_A...
Full list of available SAP object classes

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!