SAP ABAP Class CL_BOL_DPARAMETER_BROWSER (Objekt Browser)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-GOL-BOL (Application Component) Business Object Layer
     CRM_BOL_TOOLS (Package) Test Tools and Display Tools for Business Object Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BOL_ABSTR_BROWSER Basis Class Browser 20060213
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BOL_ENTITY_ACCESS 20060213
Properties
Class CL_BOL_DPARAMETER_BROWSER  
Short Description Objekt Browser    
Super Class CL_BOL_ABSTR_BROWSER Basis Class Browser 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BOL_TOOLS   Test Tools and Display Tools for Business Object Layer 
Created 20060213   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BOL_ENTITY_ACCESS 20060213
Friends
Class CL_BOL_DPARAMETER_BROWSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISPLAY_TAB Instance attribute Private Type reference (TYPE) CRMT_BOL_DPARAM_NVP_ALV_TAB Table 20060213
2 F4_HELP Instance attribute Private Object reference (TYPE REF TO) LCL_APPLICATION_F4 20060216
3 LIST_TITLE Instance attribute Private Type reference (TYPE) LVC_TITLE ALV Control: Title Bar Text 20060213
4 OBJECT_HISTORY Instance attribute Private Object reference (TYPE REF TO) IF_BOL_BO_COL Collection of All Displayed Objects 20060213
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20060213
2 DELETE_CURRENT_ENTITY Instance method Private Method 20060213
3 FILL_DISP_TAB_FROM_COL Instance method Private Method Fills the Dislay tab from the collection 20060217
4 GET_CURRENT_ENTITY Instance method Public Method Returns the Entity That Is Currently Displayed 20060213
5 GET_QUERY_CELLTAB Instance method Private Method Get the style of each column in the ALV Grid 20060213
6 ON_DATA_CHANGED Instance method Private Event handling method 20060213
7 ON_NEW_FOCUS Instance method Private Event handling method 20060213
8 ON_NEW_ROW Instance method Private Method Adds a row into the ALV Grid and a new entity to the coll 20060216
9 ON_REMOVE_ROW Instance method Private Method Remove a row into the ALV Grid and a an entity to the coll 20060216
10 ON_SEARCH Instance method Public Method 20060216
11 ON_TOOLBAR Instance method Private Event handling method 20060214
12 ON_USER_COMMAND Instance method Private Event handling method 20060213
13 QUERY_ID_F4 Instance method Private Method Popup with the values of the Query Ids saved 20060217
14 REFRESH Instance method Public Method Update Display 20060213
15 REGISTER_F4_HELP Instance method Private Method Registers f4 help event 20060221
16 SHOW_ENTITY Instance method Public Method Display Entity 20060213
17 SHOW_QUERY Instance method Public Method Display Search Object 20060213
Events
# Event Type Visibility Description Created on
1 CHILD_REQUESTED Instance Event
(0)
Public
(2)
20060213
2 DCHILD_REQUESTED Instance Event
(0)
Public
(2)
20060213
3 DMETHODS_REQUESTED Instance Event
(0)
Public
(2)
20060213
4 DQUERY_LOAD Instance Event
(0)
Public
(2)
20060217
5 DQUERY_SAVE Instance Event
(0)
Public
(2)
20060217
6 DQUERY_SEARCH Instance Event
(0)
Public
(2)
20060213
7 METHODS_REQUESTED Instance Event
(0)
Public
(2)
20060213
8 QUERY_SEARCH Instance Event
(0)
Public
(2)
20060213
Types
Class CL_BOL_DPARAMETER_BROWSER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_CORE Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_CORE BOL Core 20060213
2 Importing IV_OBJ_MODEL Call by reference Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20060213
3 Importing IV_UI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract container for GUI controls 20060213

Method CONSTRUCTOR on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method DELETE_CURRENT_ENTITY Signature

Method DELETE_CURRENT_ENTITY on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method DELETE_CURRENT_ENTITY on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method FILL_DISP_TAB_FROM_COL Signature

Method FILL_DISP_TAB_FROM_COL on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method FILL_DISP_TAB_FROM_COL on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method GET_CURRENT_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213

Method GET_CURRENT_ENTITY on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method GET_QUERY_CELLTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) LVC_T_STYL ALV Control: Style Table for Cells 20060213

Method GET_QUERY_CELLTAB on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Value transfer Attribute reference (LIKE) 20060213
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20100512

Method ON_DATA_CHANGED on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_NEW_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOCUS_BO Call by reference Attribute reference (LIKE) 20060214

Method ON_NEW_FOCUS on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_NEW_ROW Signature

Method ON_NEW_ROW on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method ON_NEW_ROW on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_REMOVE_ROW Signature

Method ON_REMOVE_ROW on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method ON_REMOVE_ROW on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_SEARCH Signature

Method ON_SEARCH on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method ON_SEARCH on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20060214

Method ON_TOOLBAR on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20060213

Method ON_USER_COMMAND on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method QUERY_ID_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IV_ID Value transfer Type reference (TYPE) STRING ID for Adv. Querys 20060217
2 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060217

Method QUERY_ID_F4 on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Method REFRESH on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method REGISTER_F4_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STRUCT_NAME Call by reference Type reference (TYPE) STRUKNAME Name of a structure 20060221

Method REGISTER_F4_HELP on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method SHOW_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213

Method SHOW_ENTITY on class CL_BOL_DPARAMETER_BROWSER has no exception.

Method SHOW_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_QUERY Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_DQUERY_SERVICE BOL - Query Service 20060213

Method SHOW_QUERY on class CL_BOL_DPARAMETER_BROWSER has no exception.
Event Signatures

Event CHILD_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ENTITY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213
2 MODE Exporting Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20060213

Event DCHILD_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ENTITY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213
2 MODE Exporting Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20060213

Event DMETHODS_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ENTITY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213

Event DQUERY_LOAD Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ENTITY Exporting Value transfer Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20060220

Event DQUERY_SAVE Signature
Event DQUERY_SAVE on class CL_BOL_DPARAMETER_BROWSER has no parameter.
Event DQUERY_SEARCH Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 QUERY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_DQUERY_SERVICE BOL - Query Service 20060213

Event METHODS_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ENTITY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20060213

Event QUERY_SEARCH Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 QUERY Exporting Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_DQUERY_SERVICE BOL - Query Service 20060213
History
Last changed by/on SAP  20110908 
SAP Release Created in 700