SAP ABAP Class CL_BOL_DOBJECT_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 20060210
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BOL_ENTITY_ACCESS 20060210
Properties
Class CL_BOL_DOBJECT_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 20060210   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 20060210
Friends
Class CL_BOL_DOBJECT_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_GENIL_TEST_NVP_ALV_TAB Table 20060210
2 GR_ESTRUCT_DET Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20060217
3 LIST_TITLE Instance attribute Private Type reference (TYPE) LVC_TITLE ALV Control: Title Bar Text 20060210
4 OBJECT_HISTORY Instance attribute Private Object reference (TYPE REF TO) IF_BOL_BO_COL Collection of All Displayed Objects 20060210
Methods
# Method Level Visibility Method type Description Created on
1 AUTO_SEARCH Instance method Public Method 20100512
2 CHECK_DATA_CHANGED Instance method Public Method Checks if there were changes on the ALV Grid 20060217
3 CONSTRUCTOR Instance method Public Constructor Constructor 20060210
4 GET_CELLTAB Instance method Private Method 20060210
5 GET_CURRENT_ENTITY Instance method Public Method Returns the Entity That Is Currently Displayed 20060210
6 GET_QUERY_CELLTAB Instance method Private Method Gets if the attr of a column are enabled or disabled 20060210
7 LOAD_FROM_COL Instance method Public Method Fills the Display table from the Dquery service collection 20060217
8 ON_DATA_CHANGED Instance method Private Event handling method 20060210
9 ON_NEW_FOCUS Instance method Private Event handling method 20060210
10 ON_TOOLBAR Instance method Private Event handling method 20060210
11 ON_USER_COMMAND Instance method Private Event handling method 20060210
12 REFRESH Instance method Public Method Update Display 20060210
13 SHOW_DQUERY Instance method Public Method Display Search Object 20060214
Events
# Event Type Visibility Description Created on
1 CHILD_REQUESTED Instance Event
(0)
Public
(2)
20060210
2 DQUERY_SEARCH Instance Event
(0)
Public
(2)
20060210
3 METHODS_REQUESTED Instance Event
(0)
Public
(2)
20060210
4 QUERY_SEARCH Instance Event
(0)
Public
(2)
20060210
Types
Class CL_BOL_DOBJECT_BROWSER has no local type.
Method Signatures

Method AUTO_SEARCH Signature

Method AUTO_SEARCH on class CL_BOL_DOBJECT_BROWSER has no parameter.
Method AUTO_SEARCH on class CL_BOL_DOBJECT_BROWSER has no exception.

Method CHECK_DATA_CHANGED Signature

Method CHECK_DATA_CHANGED on class CL_BOL_DOBJECT_BROWSER has no parameter.
Method CHECK_DATA_CHANGED on class CL_BOL_DOBJECT_BROWSER has no exception.

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 20060210
2 Importing IV_OBJ_MODEL Call by reference Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20060210
3 Importing IV_UI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract container for GUI controls 20060210

Method CONSTRUCTOR on class CL_BOL_DOBJECT_BROWSER has no exception.

Method GET_CELLTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Access Interface for BO Attributes 20060210
2 Importing IV_SET_STYLE_DISABLED Call by reference Type reference (TYPE) CRMT_GENIL_BOOLEAN Data entry is to be disabled explicitly 20060210
3 Returning RT_RESULT Value transfer Type reference (TYPE) LVC_T_STYL ALV Control: Style Table for Cells 20060210

Method GET_CELLTAB on class CL_BOL_DOBJECT_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 20060210

Method GET_CURRENT_ENTITY on class CL_BOL_DOBJECT_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 20060210

Method GET_QUERY_CELLTAB on class CL_BOL_DOBJECT_BROWSER has no exception.

Method LOAD_FROM_COL 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) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20060220

Method LOAD_FROM_COL on class CL_BOL_DOBJECT_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) 20060210
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20100212

Method ON_DATA_CHANGED on class CL_BOL_DOBJECT_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) 20060210

Method ON_NEW_FOCUS on class CL_BOL_DOBJECT_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 Value transfer Attribute reference (LIKE) 20060210

Method ON_TOOLBAR on class CL_BOL_DOBJECT_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) 20060210

Method ON_USER_COMMAND on class CL_BOL_DOBJECT_BROWSER has no exception.

Method REFRESH Signature

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

Method SHOW_DQUERY 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 20060214

Method SHOW_DQUERY on class CL_BOL_DOBJECT_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 20060210
2 MODE Exporting Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20060210

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 20060210

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 20060210

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 20060210
History
Last changed by/on SAP  20110908 
SAP Release Created in 701