SAP ABAP Class CL_TREE_NODE_IGN (Node/End Node of Tree)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     IGN (Package) IS-IS: Insurance General
Properties
Class CL_TREE_NODE_IGN  
Short Description Node/End Node of Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IGN   IS-IS: Insurance General 
Created 19991103   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TREE_NODE_IGN has no forward declaration.
Interfaces
Class CL_TREE_NODE_IGN has no interface implemented.
Friends
Class CL_TREE_NODE_IGN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHILDREN_LOADED Instance attribute Public Type reference (TYPE) BOOLE_D Have "Children" Been Loaded? 20000413
2 CO_STATE_DEL Constant Public Type reference (TYPE) I 50 19991103
3 CO_STATE_END Constant Public Type reference (TYPE) I 99 19991103
4 CO_STATE_ERR Constant Public Type reference (TYPE) I 98 19991103
5 CO_STATE_IGN Constant Public Type reference (TYPE) I 95 19991103
6 CO_STATE_INIT Constant Public Type reference (TYPE) I 10 19991103
7 CO_STATE_MOD Constant Public Type reference (TYPE) I 40 19991103
8 CO_STATE_NEW Constant Public Type reference (TYPE) I 20 19991103
9 CO_STATE_SYNC Constant Public Type reference (TYPE) I 30 19991103
10 DOWN Instance attribute Public Object reference (TYPE REF TO) CL_TREE_NODE_IGN Lower-Level Node 19991103
11 ITEMS Instance attribute Public Object reference (TYPE REF TO) CL_TREE_ITEM_IGN Related Items 19991103
12 NEXT Instance attribute Public Object reference (TYPE REF TO) CL_TREE_NODE_IGN Next Node 19991103
13 NODE_CNT Static Attribute Private Type reference (TYPE) I Node Number 19991103
14 NODE_INFO Instance attribute Private Type reference (TYPE) IGN_TREENODE_02 All Attributes of Node 19991103
15 PREV Instance attribute Public Object reference (TYPE REF TO) CL_TREE_NODE_IGN Previous Node 19991103
16 SELECTED Instance attribute Private Type reference (TYPE) AS4FLAG 19991103
17 STATE Instance attribute Private Type reference (TYPE) I Status 19991103
18 STYLE_INACTIVE Constant Public Type reference (TYPE) I 3 Grayed Out Inactive 20040525
19 TO_BE_UNLINKED Instance attribute Private Type reference (TYPE) AS4FLAG 19991103
20 TREE Instance attribute Public Object reference (TYPE REF TO) CL_TREE_IGN Node Belongs to This Tree 19991103
21 UP Instance attribute Public Object reference (TYPE REF TO) CL_TREE_NODE_IGN Higher-level node 19991103
22 VAR_NODE Instance attribute Public Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN Related Instance of Class Implementing Interface 19991103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_DELETE_TABLE Instance method Private Method 19991103
2 ADD_TO_NODE_TABLE Instance method Private Method 19991103
3 ADD_TO_UPDATE_TABLE Instance method Private Method 19991103
4 CONSTRUCTOR Instance method Public Constructor Creates New Node 19991103
5 CREATE_ITEMS Instance method Private Method 19991103
6 DELETE Instance method Private Method 19991103
7 DELETE_LEAF Instance method Public Method Deletes this Node 19991103
8 DELETE_SUBTREE Instance method Public Method Deletes Subtree Starting From This Node 19991103
9 EXPAND_NODE Instance method Public Method 19991103
10 GET_DISABLED Instance method Public Method 19991103
11 GET_EXPANDER Instance method Public Method 19991103
12 GET_EXP_IMAGE Instance method Public Method 19991103
13 GET_HIDDEN Instance method Public Method 19991103
14 GET_ISFOLDER Instance method Public Method 19991103
15 GET_LAST_HITEM Instance method Public Method 19991103
16 GET_NODE_KEY Instance method Public Method 19991103
17 GET_NO_BRANCH Instance method Public Method 19991103
18 GET_N_IMAGE Instance method Public Method 19991103
19 GET_STYLE Instance method Public Method 19991103
20 GET_TEXT Instance method Public Method 19991103
21 INIT_NODE Instance method Private Method 19991103
22 INIT_NODES Instance method Public Method 19991103
23 INSERT_FIRST_CHILD Instance method Public Method 19991103
24 INSERT_FIRST_SIBLING Instance method Public Method 19991103
25 INSERT_LAST_CHILD Instance method Public Method 19991103
26 INSERT_LAST_SIBLING Instance method Public Method 19991103
27 INSERT_NEXT_SIBLING Instance method Public Method 19991103
28 INSERT_PREV_SIBLING Instance method Public Method 19991103
29 MOVE_FIRST_CHILD Instance method Public Method 19991103
30 MOVE_FIRST_SIBLING Instance method Public Method 19991103
31 MOVE_LAST_CHILD Instance method Public Method 19991103
32 MOVE_LAST_SIBLING Instance method Public Method 19991103
33 MOVE_NEXT_SIBLING Instance method Public Method 19991103
34 MOVE_PREV_SIBLING Instance method Public Method 19991103
35 NEW_NODE Instance method Private Method 19991103
36 NEW_NODES Instance method Public Method 19991103
37 OP_CHANGE Instance method Private Method 19991103
38 OP_DELETE Instance method Private Method 19991103
39 OP_INSERT Instance method Private Method 19991103
40 OP_UPDATE Instance method Private Method 19991103
41 SELECT Instance method Public Method 19991103
42 SET_CHILDREN_LOADED Instance method Public Method SET_CHILDREN_LOADED flag 20000413
43 SET_DISABLED Instance method Public Method 19991103
44 SET_DOWN Instance method Public Method 19991103
45 SET_EXPANDER Instance method Public Method 19991103
46 SET_EXP_IMAGE Instance method Public Method 19991103
47 SET_HIDDEN Instance method Public Method 19991103
48 SET_ISFOLDER Instance method Public Method 19991103
49 SET_LAST_HITEM Instance method Public Method 19991103
50 SET_NEXT Instance method Public Method 19991103
51 SET_NO_BRANCH Instance method Public Method 19991103
52 SET_N_IMAGE Instance method Public Method 19991103
53 SET_PREV Instance method Public Method 19991103
54 SET_STYLE Instance method Public Method 19991103
55 SET_TEXT Instance method Public Method 19991103
56 SET_TREE Instance method Public Method 19991103
57 SET_UP Instance method Public Method 19991103
58 UNLINK Instance method Private Method 19991103
59 UPDATE Instance method Public Method 19991103
Events
Class CL_TREE_NODE_IGN has no event.
Types
Class CL_TREE_NODE_IGN has no local type.
Method Signatures

Method ADD_TO_DELETE_TABLE Signature

Method ADD_TO_DELETE_TABLE on class CL_TREE_NODE_IGN has no parameter.
Method ADD_TO_DELETE_TABLE on class CL_TREE_NODE_IGN has no exception.

Method ADD_TO_NODE_TABLE Signature

Method ADD_TO_NODE_TABLE on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method ADD_TO_UPDATE_TABLE Signature

Method ADD_TO_UPDATE_TABLE on class CL_TREE_NODE_IGN has no parameter.
Method ADD_TO_UPDATE_TABLE on class CL_TREE_NODE_IGN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_STATE Call by reference Type reference (TYPE) C 19991103
2 Importing NEW_ITEMS Call by reference Type reference (TYPE) C 19991103
3 Importing VAR_NODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103

Method CONSTRUCTOR on class CL_TREE_NODE_IGN has no exception.

Method CREATE_ITEMS Signature

Method CREATE_ITEMS on class CL_TREE_NODE_IGN has no parameter.
Method CREATE_ITEMS on class CL_TREE_NODE_IGN has no exception.

Method DELETE Signature

Method DELETE on class CL_TREE_NODE_IGN has no parameter.
Method DELETE on class CL_TREE_NODE_IGN has no exception.

Method DELETE_LEAF Signature

Method DELETE_LEAF on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 NODE_HAS_SUBNODES 19991103

Method DELETE_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXCLUDING_THIS_NODE Call by reference Type reference (TYPE) C SPACE 19991103

Method DELETE_SUBTREE on class CL_TREE_NODE_IGN has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPAND_LATER Call by reference Type reference (TYPE) AS4FLAG SPACE Flag (X oder Blank) 20001006
2 Importing EXPAND_SUBTREE Call by reference Type reference (TYPE) AS4FLAG SPACE ganzen Subtree expandieren 19991104
3 Importing LEVEL_COUNT Call by reference Type reference (TYPE) I 0 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103

Method GET_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISABLED Value transfer Type reference (TYPE) AS4FLAG 19991103

Method GET_DISABLED on class CL_TREE_NODE_IGN has no exception.

Method GET_EXPANDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXPANDER Value transfer Type reference (TYPE) AS4FLAG 19991103

Method GET_EXPANDER on class CL_TREE_NODE_IGN has no exception.

Method GET_EXP_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXP_IMAGE Value transfer Type reference (TYPE) TV_IMAGE 19991103

Method GET_EXP_IMAGE on class CL_TREE_NODE_IGN has no exception.

Method GET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HIDDEN Value transfer Type reference (TYPE) AS4FLAG 19991103

Method GET_HIDDEN on class CL_TREE_NODE_IGN has no exception.

Method GET_ISFOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ISFOLDER Value transfer Type reference (TYPE) AS4FLAG 19991103

Method GET_ISFOLDER on class CL_TREE_NODE_IGN has no exception.

Method GET_LAST_HITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LAST_HITEM Value transfer Type reference (TYPE) TV_ITMNAME 19991103

Method GET_LAST_HITEM on class CL_TREE_NODE_IGN has no exception.

Method GET_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY 19991103

Method GET_NODE_KEY on class CL_TREE_NODE_IGN has no exception.

Method GET_NO_BRANCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NO_BRANCH Value transfer Type reference (TYPE) AS4FLAG 19991103

Method GET_NO_BRANCH on class CL_TREE_NODE_IGN has no exception.

Method GET_N_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting N_IMAGE Value transfer Type reference (TYPE) TV_IMAGE 19991103

Method GET_N_IMAGE on class CL_TREE_NODE_IGN has no exception.

Method GET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STYLE Value transfer Type reference (TYPE) INT4 19991103

Method GET_STYLE on class CL_TREE_NODE_IGN has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TEXT Value transfer Type reference (TYPE) IGN_TREE_TEXT255 Text für Nodes und Items 19991103

Method GET_TEXT on class CL_TREE_NODE_IGN has no exception.

Method INIT_NODE Signature

Method INIT_NODE on class CL_TREE_NODE_IGN has no parameter.
Method INIT_NODE on class CL_TREE_NODE_IGN has no exception.

Method INIT_NODES Signature

Method INIT_NODES on class CL_TREE_NODE_IGN has no parameter.
Method INIT_NODES on class CL_TREE_NODE_IGN has no exception.

Method INSERT_FIRST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103

Method INSERT_FIRST_CHILD on class CL_TREE_NODE_IGN has no exception.

Method INSERT_FIRST_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 NO_UP_NODE 19991103

Method INSERT_LAST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103

Method INSERT_LAST_CHILD on class CL_TREE_NODE_IGN has no exception.

Method INSERT_LAST_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 NO_UP_NODE 19991103

Method INSERT_NEXT_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103

Method INSERT_NEXT_SIBLING on class CL_TREE_NODE_IGN has no exception.

Method INSERT_PREV_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 NO_UP_NODE 19991103

Method MOVE_FIRST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103

Method MOVE_FIRST_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103
2 NO_UP_NODE 19991103

Method MOVE_LAST_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103

Method MOVE_LAST_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103
2 NO_UP_NODE 19991103

Method MOVE_NEXT_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103

Method MOVE_PREV_SIBLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VNODE Call by reference Object reference (TYPE REF TO) IF_VAR_TREE_NODE_IGN x 19991103
# Exception Resumable Description Created on
1 GENERAL_ERROR 19991103
2 NO_UP_NODE 19991103

Method NEW_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE Call by reference Object reference (TYPE REF TO) CL_TREE_IGN x 19991103

Method NEW_NODE on class CL_TREE_NODE_IGN has no exception.

Method NEW_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE Call by reference Object reference (TYPE REF TO) CL_TREE_IGN x 19991103

Method NEW_NODES on class CL_TREE_NODE_IGN has no exception.

Method OP_CHANGE Signature

Method OP_CHANGE on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method OP_DELETE Signature

Method OP_DELETE on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method OP_INSERT Signature

Method OP_INSERT on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method OP_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RECURSIVE Call by reference Type reference (TYPE) C 'X' 19991103
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method SELECT Signature

Method SELECT on class CL_TREE_NODE_IGN has no parameter.
Method SELECT on class CL_TREE_NODE_IGN has no exception.

Method SET_CHILDREN_LOADED Signature

Method SET_CHILDREN_LOADED on class CL_TREE_NODE_IGN has no parameter.
Method SET_CHILDREN_LOADED on class CL_TREE_NODE_IGN has no exception.

Method SET_DISABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISABLED Value transfer Type reference (TYPE) AS4FLAG 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_DOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) CL_TREE_NODE_IGN Knoten 19991103

Method SET_DOWN on class CL_TREE_NODE_IGN has no exception.

Method SET_EXPANDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPANDER Value transfer Type reference (TYPE) AS4FLAG 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_EXP_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXP_IMAGE Value transfer Type reference (TYPE) TV_IMAGE 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIDDEN Value transfer Type reference (TYPE) AS4FLAG 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_ISFOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISFOLDER Value transfer Type reference (TYPE) AS4FLAG 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_LAST_HITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAST_HITEM Value transfer Type reference (TYPE) TV_ITMNAME 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) CL_TREE_NODE_IGN Knoten 19991103

Method SET_NEXT on class CL_TREE_NODE_IGN has no exception.

Method SET_NO_BRANCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_BRANCH Value transfer Type reference (TYPE) AS4FLAG 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_N_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing N_IMAGE Value transfer Type reference (TYPE) TV_IMAGE 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_PREV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) CL_TREE_NODE_IGN Knoten 19991103

Method SET_PREV on class CL_TREE_NODE_IGN has no exception.

Method SET_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STYLE Value transfer Type reference (TYPE) INT4 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Value transfer Type reference (TYPE) IGN_TREE_TEXT255 Text für Nodes und Items 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103

Method SET_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE Call by reference Object reference (TYPE REF TO) CL_TREE_IGN x 19991103

Method SET_TREE on class CL_TREE_NODE_IGN has no exception.

Method SET_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) CL_TREE_NODE_IGN Knoten 19991103

Method SET_UP on class CL_TREE_NODE_IGN has no exception.

Method UNLINK Signature

Method UNLINK on class CL_TREE_NODE_IGN has no parameter.
# Exception Resumable Description Created on
1 NOTHING_TO_UNLINK 19991103

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_FLUSH Call by reference Type reference (TYPE) C SPACE 19991103
2 Importing RECURSIVE Call by reference Type reference (TYPE) C 'X' 19991103

Method UPDATE on class CL_TREE_NODE_IGN has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in