SAP ABAP Class CL_CLS_CONDITION_EDITOR (Favorite list for attributes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-CLS (Application Component) Classification Toolset
     SPAK_TOOL_CLASSIFICATION_SREP (Package) Transaction SREP
Properties
Class CL_CLS_CONDITION_EDITOR  
Short Description Favorite list for attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class CLASSIFICATION_TOOL    
Program status     
Category 0   
Package SPAK_TOOL_CLASSIFICATION_SREP   Transaction SREP 
Created 20050907   SAP 
Last change 20130531   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)
2 CL_CLS_ATTR_VALUE_ASSIGNMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_CLS_OBJECT_BROWSER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CLS_CONDITION_EDITOR has no interface implemented.
Friends
Class CL_CLS_CONDITION_EDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALVTREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20050907
2 ALVTREEBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20050907
3 CHANGABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050907
4 CHANGED Static Attribute Private Type reference (TYPE) ABAP_BOOL 20050907
5 COLOR_AND Static Attribute Private Type reference (TYPE) LVC_S_SCOL ALV control: Structure for cell coloring 20050909
6 COLOR_OR Static Attribute Private Type reference (TYPE) LVC_S_SCOL ALV control: Structure for cell coloring 20050909
7 CONDITION Instance attribute Private Type reference (TYPE) CLS_REPORT_CONDITIONS Conditions of report 20050907
8 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050907
9 CO_NODE_TYPE Static Attribute Private See coding 20050907
10 KEY_INDEX Instance attribute Private Type reference (TYPE) KEY_INDEX_T 20050907
11 LIST Instance attribute Private Type reference (TYPE) CLS_CONDITION_TREE_LINES Condition 20050907
12 WB_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WB_MANAGER Interface for Workbench Manager 20051219
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CLAUSE Instance method Private Method 20050907
2 ADD_CLAUSES Instance method Private Method 20050907
3 ADD_CONJUNCTION Instance method Private Method 20050907
4 ADD_CONJUNCTIONS Instance method Private Method 20050907
5 ADD_OR Instance method Private Method 20050907
6 ADD_TERM Instance method Private Method 20050907
7 ADD_TERMS Instance method Private Method 20050907
8 APPEND_INSERT_MENU Instance method Private Method 20050907
9 BUILD_LINE Instance method Private Method 20050908
10 BUILD_TREE Instance method Private Method 20050907
11 CHANGE_ALVTREE_TOOLBAR Instance method Private Method 20050907
12 CHECK Instance method Public Method 20050909
13 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050909
14 DELETE_INITIAL_TERMS Instance method Private Method 20050907
15 EDIT Instance method Public Method 20050907
16 EDIT_APPEND_CLAUSE Instance method Private Method 20050907
17 EDIT_APPEND_CONJUNCTION Instance method Private Method 20050907
18 EDIT_APPEND_TERM Instance method Private Method 20050907
19 EDIT_DELETE Instance method Private Method 20050907
20 EDIT_DELETE_CLAUSE Instance method Private Method 20050907
21 EDIT_DELETE_CONJUNCTION Instance method Private Method 20050907
22 EDIT_DELETE_TERM Instance method Private Method 20050907
23 EDIT_INSERT_CLAUSE Instance method Private Method 20050907
24 EDIT_INSERT_CONJUNCTION Instance method Private Method 20050907
25 EDIT_INSERT_TERM Instance method Private Method 20050907
26 EDIT_TERM Instance method Private Method 20050908
27 EXCLUDE_TB_FUNCTIONS Instance method Private Method 20050907
28 FREE Instance method Public Method 20050907
29 GET_CHANGED Instance method Public Method 20050907
30 GET_CONDITION Instance method Public Method 20050907
31 GET_SIGN_ICON Instance method Private Method 20050907
32 HANDLE_NODE_CM_REQ Instance method Private Event handling method 20050907
33 HANDLE_NODE_CM_SEL Instance method Private Event handling method 20050907
34 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method 20050907
35 HANDLE_ON_DROPDOWN_CLICKED Instance method Private Event handling method 20050907
36 HANDLE_ON_FUNCTION_SELECTED Instance method Private Event handling method 20050907
37 HANDLE_SELECTION_CHANGED Instance method Private Event handling method 20050907
38 HAS_CHANGED Instance method Public Method 20050907
39 HIDE_CHECKBOXES Instance method Private Method 20120907
40 HIER_HEADER Instance method Private Method 20050907
41 REGISTER_ALVTREE_EVENTS Instance method Private Method 20050907
42 RESET_CHANGED Instance method Public Method 20051129
43 SETUP_FIELDCAT Static method Private Method 20050907
44 SETUP_TREE Instance method Private Method CONSTRUCTOR 20050907
45 SET_CONDITION Instance method Public Method 20050907
46 SET_EXPL_VALUE_CHECKBOX Instance method Private Method 20120907
47 SET_REMARK_CHECKBOX Instance method Private Method 20080423
Events
Class CL_CLS_CONDITION_EDITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 INDEX_T Private See coding 20050907 begin of index_t, key type lvc_nkey, node_type type c length 1, conjunction type i, clause type i, term type i, end of index_t
2 KEY_INDEX_T Private See coding 20050907 key_index_t type hashed table of index_t with unique key key
Method Signatures

Method ADD_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLAUSE_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907

Method ADD_CLAUSE on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_CLAUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907

Method ADD_CLAUSES on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_CONJUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907
3 Returning RE_KEY Value transfer Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907

Method ADD_CONJUNCTION on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_CONJUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907

Method ADD_CONJUNCTIONS on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_OR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLAUSE_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907
4 Importing IM_TERM_INDEX Call by reference Type reference (TYPE) I 20050907

Method ADD_OR on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLAUSE_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907
4 Importing IM_TERM_INDEX Call by reference Type reference (TYPE) I 20050907

Method ADD_TERM on class CL_CLS_CONDITION_EDITOR has no exception.

Method ADD_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLAUSE_INDEX Call by reference Type reference (TYPE) I 20050907
2 Importing IM_CONJUNCTION_INDEX Call by reference Type reference (TYPE) I 20050907
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20050907

Method ADD_TERMS on class CL_CLS_CONDITION_EDITOR has no exception.

Method APPEND_INSERT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) UI_FUNC Function code 20050907
2 Importing IM_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20050907
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050907

Method BUILD_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ICON Call by reference Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20050908
2 Exporting EX_LINE Call by reference Type reference (TYPE) CLS_CONDITION_TREE_LINE Line in the condition editor 20050908
3 Importing IM_CONDITION Call by reference Type reference (TYPE) CLS_RE_CONDITION Condition of classificationsreport 20050908
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050908
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050908
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20050908

Method BUILD_TREE Signature

Method BUILD_TREE on class CL_CLS_CONDITION_EDITOR has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050907

Method CHANGE_ALVTREE_TOOLBAR Signature

Method CHANGE_ALVTREE_TOOLBAR on class CL_CLS_CONDITION_EDITOR has no parameter.
Method CHANGE_ALVTREE_TOOLBAR on class CL_CLS_CONDITION_EDITOR has no exception.

Method CHECK Signature

Method CHECK on class CL_CLS_CONDITION_EDITOR has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_INVALID_DATA Invalid data 20050909
2 CX_PAK_INVALID_STATE Operation can't be executed in present object state 20050909
3 CX_PAK_NOT_AUTHORIZED User doesn't have sufficient authorizations 20050909

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CLS_CONDITION_EDITOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CLS_CONDITION_EDITOR has no exception.

Method DELETE_INITIAL_TERMS Signature

Method DELETE_INITIAL_TERMS on class CL_CLS_CONDITION_EDITOR has no parameter.
Method DELETE_INITIAL_TERMS on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CHANGABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050907
2 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050907
3 Importing IM_WB_MANAGER Call by reference Object reference (TYPE REF TO) IF_WB_MANAGER Interface for Workbench Manager 20051219
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050907

Method EDIT_APPEND_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907

Method EDIT_APPEND_CLAUSE on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_APPEND_CONJUNCTION Signature

Method EDIT_APPEND_CONJUNCTION on class CL_CLS_CONDITION_EDITOR has no parameter.
Method EDIT_APPEND_CONJUNCTION on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_APPEND_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907

Method EDIT_APPEND_TERM on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907
2 Importing IM_VISUALIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050907

Method EDIT_DELETE on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_DELETE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907
2 Importing IM_VISUALIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050907

Method EDIT_DELETE_CLAUSE on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_DELETE_CONJUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907
2 Importing IM_VISUALIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050907

Method EDIT_DELETE_CONJUNCTION on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_DELETE_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907
2 Importing IM_VISUALIZE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050907

Method EDIT_DELETE_TERM on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_INSERT_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907

Method EDIT_INSERT_CLAUSE on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_INSERT_CONJUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907

Method EDIT_INSERT_CONJUNCTION on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_INSERT_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050907

Method EDIT_INSERT_TERM on class CL_CLS_CONDITION_EDITOR has no exception.

Method EDIT_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Type reference (TYPE) INDEX_T 20050908
2 Importing IM_TERM Call by reference Type reference (TYPE) CLS_RE_CONDITION Condition of classificationsreport 20050909

Method EDIT_TERM on class CL_CLS_CONDITION_EDITOR has no exception.

Method EXCLUDE_TB_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_EXCLUDE Call by reference Type reference (TYPE) UI_FUNCTIONS 20050907

Method EXCLUDE_TB_FUNCTIONS on class CL_CLS_CONDITION_EDITOR has no exception.

Method FREE Signature

Method FREE on class CL_CLS_CONDITION_EDITOR has no parameter.
Method FREE on class CL_CLS_CONDITION_EDITOR has no exception.

Method GET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20050907

Method GET_CHANGED on class CL_CLS_CONDITION_EDITOR has no exception.

Method GET_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONDITION Call by reference Type reference (TYPE) CLS_REPORT_CONDITIONS Condition 20050907

Method GET_CONDITION on class CL_CLS_CONDITION_EDITOR has no exception.

Method GET_SIGN_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SIGN Call by reference Type reference (TYPE) RALDB_OPTI_F4 OPTION Field in Structure of SELECT-OPTIONS Tables 20050907
2 Returning RE_SIGN_ICON Value transfer Type reference (TYPE) CHAR40 Character field of length 40 20050907

Method GET_SIGN_ICON on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_NODE_CM_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Value transfer Attribute reference (LIKE) 20050907
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050907

Method HANDLE_NODE_CM_REQ on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_NODE_CM_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20050907
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20050907

Method HANDLE_NODE_CM_SEL on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

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

Method HANDLE_NODE_DOUBLE_CLICK on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20050907
2 Importing POSX Value transfer Attribute reference (LIKE) 20050907
3 Importing POSY Value transfer Attribute reference (LIKE) 20050907

Method HANDLE_ON_DROPDOWN_CLICKED on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_ON_FUNCTION_SELECTED Signature

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

Method HANDLE_ON_FUNCTION_SELECTED on class CL_CLS_CONDITION_EDITOR has no exception.

Method HANDLE_SELECTION_CHANGED Signature

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

Method HANDLE_SELECTION_CHANGED on class CL_CLS_CONDITION_EDITOR has no exception.

Method HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_HAS_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20050907

Method HAS_CHANGED on class CL_CLS_CONDITION_EDITOR has no exception.

Method HIDE_CHECKBOXES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20120907

Method HIDE_CHECKBOXES on class CL_CLS_CONDITION_EDITOR has no exception.

Method HIER_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR 20050907

Method HIER_HEADER on class CL_CLS_CONDITION_EDITOR has no exception.

Method REGISTER_ALVTREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVATION Call by reference Type reference (TYPE) CHAR1 'X' 20050907
# Exception Resumable Description Created on
1 CTRL_ERROR 20050907

Method RESET_CHANGED Signature

Method RESET_CHANGED on class CL_CLS_CONDITION_EDITOR has no parameter.
Method RESET_CHANGED on class CL_CLS_CONDITION_EDITOR has no exception.

Method SETUP_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field catalog for ListViewer control 20050907
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050907

Method SETUP_TREE Signature

Method SETUP_TREE on class CL_CLS_CONDITION_EDITOR has no parameter.
# Exception Resumable Description Created on
1 CX_PAK_GUI_ERROR GUI Package-Builder exceptions 20050907

Method SET_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONDITION Call by reference Type reference (TYPE) CLS_REPORT_CONDITIONS Table of attribute name 20050907

Method SET_CONDITION on class CL_CLS_CONDITION_EDITOR has no exception.

Method SET_EXPL_VALUE_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMP_WITH_EXPLICIT_VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20120907
2 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20120907

Method SET_EXPL_VALUE_CHECKBOX on class CL_CLS_CONDITION_EDITOR has no exception.

Method SET_REMARK_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMP_WITH_REMARK Call by reference Type reference (TYPE) ABAP_BOOL 20080423
2 Importing IM_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20080423

Method SET_REMARK_CHECKBOX on class CL_CLS_CONDITION_EDITOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710