SAP ABAP Class CL_TREE_ITEM_IGN (CL_TREE_ITEM_IGN)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CM (Application Component) Claims Management
     IGN (Package) IS-IS: Insurance General
Properties
Class CL_TREE_ITEM_IGN  
Short Description    
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_ITEM_IGN has no forward declaration.
Interfaces
Class CL_TREE_ITEM_IGN has no interface implemented.
Friends
Class CL_TREE_ITEM_IGN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ALIGN_LEFT Constant Public Type reference (TYPE) I 0 19991103
2 CO_FONT_DEFAULT Constant Public Type reference (TYPE) I 0 19991103
3 CO_ITEM_CLASS_TEXT Constant Public Type reference (TYPE) I 2 19991103
4 CO_STATE_DEL Constant Public Type reference (TYPE) I 50 19991103
5 CO_STATE_END Constant Public Type reference (TYPE) I 99 19991103
6 CO_STATE_ERR Constant Public Type reference (TYPE) I 98 19991103
7 CO_STATE_INIT Constant Public Type reference (TYPE) I 10 19991103
8 CO_STATE_MOD Constant Public Type reference (TYPE) I 40 19991103
9 CO_STATE_NEW Constant Public Type reference (TYPE) I 20 19991103
10 CO_STATE_SYNC Constant Public Type reference (TYPE) I 30 19991103
11 ITEM_TABLE Instance attribute Private See coding Cells 19991103
12 NODE Instance attribute Private Object reference (TYPE REF TO) CL_TREE_NODE_IGN Related Node 19991103
13 NODE_KEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Node ID 19991103
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Method 19991103
2 DELETE_ALL_ITEMS Instance method Public Method 19991103
3 OP_CHANGE Instance method Public Method 19991103
4 OP_DELETE Instance method Public Method 19991103
5 OP_INSERT Instance method Public Method 19991103
6 OP_UPDATE Instance method Public Method 19991103
7 SET_DISABLED Instance method Public Method set_disabled 20001124
8 SET_FONT Instance method Public Method 19991103
9 SET_NODE_KEY Instance method Public Method 19991103
10 SET_TEXT Instance method Public Method 19991103
11 SET_TREEITEM Instance method Public Method 19991103
12 SET_TREEITEM_SIMPLE Instance method Public Method 19991103
13 SET_T_IMAGE Instance method Public Method Set Icon/Embedded Bitmap/User-Definied Bitmap 20001124
Events
Class CL_TREE_ITEM_IGN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ITEM_TABLE Protected See coding T_ITEM_TABLE 19991103
Method Signatures

Method CONSTRUCTOR 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 CONSTRUCTOR on class CL_TREE_ITEM_IGN has no exception.

Method DELETE_ALL_ITEMS Signature

Method DELETE_ALL_ITEMS on class CL_TREE_ITEM_IGN has no parameter.
Method DELETE_ALL_ITEMS on class CL_TREE_ITEM_IGN has no exception.

Method OP_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NEW_STATE Call by reference Type reference (TYPE) I 19991103
2 Importing OLD_STATE Call by reference Type reference (TYPE) I 19991103
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method OP_DELETE Signature

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

Method OP_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NEW_STATE Call by reference Type reference (TYPE) I 19991103
2 Importing OLD_STATE Call by reference Type reference (TYPE) I 19991103
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

Method OP_UPDATE Signature

Method OP_UPDATE on class CL_TREE_ITEM_IGN has no parameter.
# Exception Resumable Description Created on
1 ILLEGAL_STATE_CHANGE 19991103

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 Flag (X oder Blank) 20001124
2 Importing ITEM_NAME Value transfer Type reference (TYPE) TV_ITMNAME Spaltenname des Items 20001124
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION Unzulässige Operation 20001124
2 ITEM_NOT_EXISTING Item nicht gefunden 20001124

Method SET_FONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FONT Call by reference Type reference (TYPE) INT4 19991103
2 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103
2 ITEM_NOT_EXISTING 19991103

Method SET_NODE_KEY Signature

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

Method SET_NODE_KEY on class CL_TREE_ITEM_IGN has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME 19991103
2 Importing TEXT Call by reference Type reference (TYPE) IGN_ITEM_TEXT Texte für Tree-Items 19991103
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION 19991103
2 ITEM_NOT_EXISTING 19991103

Method SET_TREEITEM Signature

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

Method SET_TREEITEM on class CL_TREE_ITEM_IGN has no exception.

Method SET_TREEITEM_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIGNMENT Call by reference Type reference (TYPE) INT4 CO_ALIGN_LEFT 19991103
2 Importing CHOSEN Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
3 Importing CLASS Call by reference Type reference (TYPE) INT4 CO_ITEM_CLASS_TEXT 19991103
4 Importing DISABLED Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
5 Importing EDITABLE Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
6 Importing FONT Call by reference Type reference (TYPE) INT4 CO_FONT_DEFAULT 19991103
7 Importing HIDDEN Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
8 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME 19991103
9 Importing LENGTH Call by reference Type reference (TYPE) INT4 30 19991103
10 Importing LENGTH_PIX Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
11 Importing STYLE Call by reference Type reference (TYPE) INT4 1 19991103
12 Importing TEXT Call by reference Type reference (TYPE) IGN_ITEM_TEXT Texte für Tree-Items 19991103
13 Importing TOGG_RIGHT Call by reference Type reference (TYPE) AS4FLAG ' ' 19991103
14 Importing T_IMAGE Call by reference Type reference (TYPE) TV_IMAGE ' ' 19991103

Method SET_TREEITEM_SIMPLE on class CL_TREE_ITEM_IGN has no exception.

Method SET_T_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Value transfer Type reference (TYPE) TV_ITMNAME Tree Control: Name einer Spalte / eines Items 20001124
2 Importing T_IMAGE Value transfer Type reference (TYPE) TV_IMAGE Ikone / eingebaute Bitmap / benutzerdef. Bitmap 20001124
# Exception Resumable Description Created on
1 ILLEGAL_OPERATION Unzulässige Operation 20001124
2 ITEM_NOT_EXISTING Item nicht gefunden 20001124
History
Last changed by/on SAP  20050224 
SAP Release Created in