SAP ABAP Class CL_GFW_GP_HIER_SAPTREE (GFW: Product-specific section of CL_GUI_GP_HIER)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRB (Package) ABAP Graphic Proxies
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GFW_COLUMN_TREE Do not use!!!!!!!! 19990412
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GP_HIER GFW: Interface for structure-specific methods 19990129
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GP_PRODUCT GFW: Interface of the product classes for the graphic proxy 19990120
Properties
Class CL_GFW_GP_HIER_SAPTREE  
Short Description GFW: Product-specific section of CL_GUI_GP_HIER    
Super Class CL_GFW_COLUMN_TREE Do not use!!!!!!!! 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SGRB   ABAP Graphic Proxies 
Created 19990120   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GFW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GP_HIER GFW: Interface for structure-specific methods 19990129
2 IF_GP_PRODUCT GFW: Interface of the product classes for the graphic proxy 19990120
Friends
Class CL_GFW_GP_HIER_SAPTREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMNS Instance attribute Private Type reference (TYPE) TY_COLUMN_TABLE Definitions for all columns of tree 19990412
2 COLUMN_NAME_NO Instance attribute Private Type reference (TYPE) I 1 Next free column number (for name) 19990412
3 CO_HIER_COL_NAME Constant Private Type reference (TYPE) TV_ITMNAME 'HD' Name of default hierarchy column 19990414
4 EVT_CHECKED Instance attribute Private Type reference (TYPE) AS4FLAG Checkbox status: 'X': selected; ' ': not selected 19990127
5 EVT_FCODE Instance attribute Private Type reference (TYPE) SY-UCOMM Function code from last event 19990120
6 EVT_IS_SYSTEMDISPATCH Instance attribute Private Type reference (TYPE) AS4FLAG current event is system event 19990604
7 EVT_ITEM_NAME Instance attribute Private Type reference (TYPE) TV_ITMNAME Item name of the last event 19990127
8 EVT_MENU Instance attribute Private Object reference (TYPE REF TO) CL_CTMENU Menu from request event 19990120
9 EVT_NODE_KEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Node key sent by last event 19990120
10 EVT_NODE_KEY_TABLE Instance attribute Private Type reference (TYPE) TREEV_NKS Node key table from last event 19990322
11 GP Instance attribute Private Object reference (TYPE REF TO) CL_GUI_GP Graphic proxy reference 19990120
12 GP_DATA Instance attribute Private Object reference (TYPE REF TO) CL_GFW_GP_HIER_FRIEND Data used together with GP 19990120
13 ITEM_ORDER Instance attribute Private Type reference (TYPE) CHAR80 Current item order in tree (important for columns) 19990412
14 LINK_TABLE Instance attribute Private Type reference (TYPE) TY_LINK_TABLE list of links (s. meth fill) 19990722
15 MY_ITEMS Instance attribute Private Type reference (TYPE) TY_ITEM_TABLE Current item list 19990120
16 MY_NODES Instance attribute Private Type reference (TYPE) TREEV_NTAB Current node list 19990120
17 MY_OBJECT_TABLE Instance attribute Private See coding dc-key <-> node key 19990525
18 NEXT_FREE_NODE_ID Instance attribute Private Type reference (TYPE) I 1 next free number(for node key) 19990525
19 PRODUCT_FREE_CALLED Instance attribute Private Type reference (TYPE) GFW_BOOLEAN GFW_FALSE Workaround for super -> free 19990331
20 TOP_OBJID Instance attribute Private Type reference (TYPE) GFWOBJID Knoten, der am oberen Rand angezeigt wird 19990525
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_OBJECTS Instance method Private Method clear all lists of objects 19990525
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990120
3 DELETE_TREE_COLUMN Instance method Private Method Delete column from tree using native tree methods 19990412
4 GET_CHANGED_DC_OBJECT Instance method Private Method get data for next changed object from dc 19990525
5 GET_COLUMN_CUSTOMIZING Instance method Private Method Fill Customizing data for column 19990412
6 GET_DC_OBJECT Instance method Private Method get data for next object from dc 19990525
7 GET_FREE_COLUMN_NAME Instance method Private Method Get next free column name 19990412
8 GET_NODE_KEY Instance method Private Method Convert object ID for data container into node key for tree 19990401
9 GET_NODE_RELAT_DATA Instance method Private Method get relationship data for node 19990709
10 GET_OBJID Instance method Private Method convert node key for tree into objid for data container 19990525
11 HANDLE_ENSURE_OBJID_LIST Instance method Private Method handle list of node for ensure_visible 19991011
12 INSERT_TREE_COLUMN Instance method Private Method Insert column into tree using native tree methods 19990412
13 OBJ_IS_IN_OBJECT_LIST Instance method Private Method returns true if obj is existing (known) object 19990526
14 ON_BUTTON_CLICKED Instance method Public Event handling method Event handler BUTTON_CLICK 19990127
15 ON_CHECKBOX_CHANGED Instance method Public Event handling method Event handler 19990127
16 ON_COLLAPSED Instance method Public Event handling method Event handler 19990210
17 ON_COLUMN_ORDER_CHANGED Instance method Public Event handling method Event handler 19990316
18 ON_CTX_ITEM_REQ Instance method Public Event handling method Event handler 19990406
19 ON_CTX_ITEM_SEL Instance method Public Event handling method Event handler 19990406
20 ON_CTX_REQ Instance method Public Event handling method Event handler 19990120
21 ON_CTX_SEL Instance method Public Event handling method Event handler 19990120
22 ON_DRAG_MULTIPLE_SENDED Instance method Public Event handling method Event handler 19990318
23 ON_DRAG_SENDED Instance method Public Event handling method Event handler 19990203
24 ON_DROP_COMPLETE_MULT_SENDED Instance method Public Event handling method Event handler 19990318
25 ON_DROP_COMPLETE_SENDED Instance method Public Event handling method Event handler 19990203
26 ON_DROP_GET_FLAVOR_SENDED Instance method Public Event handling method Event handler (not used, since tree default is MULTISEL) 19990203
27 ON_DROP_SENDED Instance method Public Event handling method Event handler (not used, since tree default is MULTISEL) 19990203
28 ON_EXPANDED Instance method Public Event handling method Event handler 19990210
29 ON_HEADER_RESIZED Instance method Public Event handling method Event handler 19990316
30 ON_ITEM_DOUBLE_CLICKED Instance method Public Event handling method Event handler ITEM_DOUBLE_CLICK 19990827
31 ON_LINK_CLICKED Instance method Public Event handling method Event handler 19990127
32 ON_NODE_DOUBLE_CLICKED Instance method Public Event handling method Event handler NODE_DOUBLE_CLICK 19990120
33 SET_CUSTOMIZING_VALUES Instance method Private Method Set Customizing values to 'send to graphic' 19990120
34 SET_CU_ITEM Instance method Private Method Set Customizing for an item 19990128
35 SET_CU_NODE Instance method Private Method Set Customizing for a node 19990129
36 TRANSLATE_COLOR Instance method Private Method Translate internal color into product-specific color 19990120
37 UPDATE_COLUMNS Instance method Private Method Set columns and parameter for columns from Customizing 19990412
38 UPDATE_TREE_COLUMN Instance method Private Method Update column in tree using native tree methods 19990412
Events
Class CL_GFW_GP_HIER_SAPTREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COLUMN Private See coding Definition of a column 19990412
2 TY_COLUMN_TABLE Private See coding Definitions of all columns in tree 19990412
3 TY_DC_ITEM Private See coding TY_DC_ITEM 19990525
4 TY_DC_OBJECT Private See coding data of an object written from dc (incl. modes) 19990525
5 TY_ITEM_TABLE Private See coding Item table 19990120
6 TY_ITEM_UPD_TABLE Private See coding item table for update of items 19990706
7 TY_LINK Private See coding successor information for 1 link 19990722
8 TY_LINK_TABLE Private See coding link info (to identify root nodes/insert a root node) 19990722
9 TY_NODE_MOVE Private See coding TY_NODE_MOVE 19990706
10 TY_NODE_MOVE_TABLE Private See coding TY_NODE_MOVE_TABLE 19990706
11 TY_OBJECT_KEYS Private See coding TY_OBJECT_KEYS 19990525
Method Signatures

Method CLEAR_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO cl_gfw=>ok, if ok 19990525

Method CLEAR_OBJECTS on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LIFETIME Value transfer Type reference (TYPE) I Lifetime 19990120
2 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 19990120
3 Importing SHELLSTYLE Value transfer Type reference (TYPE) I Shell Style 19990120
# Exception Resumable Description Created on
1 CNTL_ERROR " 19990120
2 CNTL_SYSTEM_ERROR " 19990120
3 CREATE_ERROR " 19990120
4 LIFETIME_ERROR " 19990120

Method DELETE_TREE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) TY_COLUMN Column to be deleted 19990412
2 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if OK 19990412

Method DELETE_TREE_COLUMN on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_CHANGED_DC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DC_OBJ Call by reference Type reference (TYPE) TY_DC_OBJECT data of changed object read from dc 19990525
2 Importing OBJ_COUNTER Call by reference Type reference (TYPE) I number of requested change 19990526
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO cl_gfw=>ok, if ok 19990525

Method GET_CHANGED_DC_OBJECT on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_COLUMN_CUSTOMIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing COLUMN Call by reference Type reference (TYPE) TY_COLUMN New column 19990412
2 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if OK 19990412

Method GET_COLUMN_CUSTOMIZING on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_DC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHANGES_IN_INITIAL_READ Call by reference Type reference (TYPE) GFW_BOOLEAN flag for delay open 19990526
2 Exporting DC_OBJ Call by reference Type reference (TYPE) TY_DC_OBJECT next object read from dc 19990525
3 Importing OBJ_COUNTER Call by reference Type reference (TYPE) I 1 number of requested object 19990526
4 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO cl_gfw=>ok, if ok 19990525

Method GET_DC_OBJECT on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_FREE_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLUMN_NAME Value transfer Type reference (TYPE) TV_ITMNAME Column Name 19990412
2 Importing IS_HIERARCHY_COL Call by reference Type reference (TYPE) GFW_BOOLEAN For hierarchy column (otherwise grid column) 19990412

Method GET_FREE_COLUMN_NAME on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Object ID in tree 19990401
2 Importing OBJID Call by reference Type reference (TYPE) GFWOBJID Object ID in data container 19990401

Method GET_NODE_KEY on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_NODE_RELAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINK_OBJID Call by reference Type reference (TYPE) GFWOBJID key of link (if auto_link = false) 19990730
2 Importing OBJID Call by reference Type reference (TYPE) GFWOBJID key of object 19990709
3 Importing PRED_OBJID Call by reference Type reference (TYPE) GFWOBJID key of pred object 19990709
4 Exporting RELATKEY Call by reference Type reference (TYPE) TV_NODEKEY node key of relative 19990709
5 Exporting RELATSHIP Call by reference Type reference (TYPE) INT4 relationship to relative 19990709
6 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO cl_gfw=>ok, if ok 19990709

Method GET_NODE_RELAT_DATA on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method GET_OBJID 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 object id in tree 19990525
2 Returning OBJID Value transfer Type reference (TYPE) GFWOBJID object id in data container 19990525

Method GET_OBJID on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method HANDLE_ENSURE_OBJID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO cl_gfw=>ok, if ok 19991011

Method HANDLE_ENSURE_OBJID_LIST on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method INSERT_TREE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Call by reference Type reference (TYPE) TY_COLUMN Column to be inserted 19990412
2 Importing PRED_NAME Call by reference Type reference (TYPE) TV_ITMNAME Predecessor column 19990412
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if OK 19990412

Method INSERT_TREE_COLUMN on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method OBJ_IS_IN_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) GFW_BOOLEAN true, if object exists 19990526
2 Importing OBJID Call by reference Type reference (TYPE) GFWOBJID dc-id of requested object 19990526

Method OBJ_IS_IN_OBJECT_LIST on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_BUTTON_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19990127
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990127

Method ON_BUTTON_CLICKED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_CHECKBOX_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Attribute reference (LIKE) 19990127
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19990127
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990127

Method ON_CHECKBOX_CHANGED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_COLLAPSED Signature

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

Method ON_COLLAPSED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_COLUMN_ORDER_CHANGED Signature

Method ON_COLUMN_ORDER_CHANGED on class CL_GFW_GP_HIER_SAPTREE has no parameter.
Method ON_COLUMN_ORDER_CHANGED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_CTX_ITEM_REQ 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) 19990406
2 Importing MENU Call by reference Type reference (TYPE) 19990406
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990406

Method ON_CTX_ITEM_REQ on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_CTX_ITEM_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19990406
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990406
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990406

Method ON_CTX_ITEM_SEL on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_CTX_REQ Signature

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

Method ON_CTX_REQ on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_CTX_SEL Signature

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

Method ON_CTX_SEL on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DRAG_MULTIPLE_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Type reference (TYPE) 19990318
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990318
3 Importing NODE_KEY_TABLE Call by reference Type reference (TYPE) 19990318

Method ON_DRAG_MULTIPLE_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DRAG_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 19990203
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19990203
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990203

Method ON_DRAG_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DROP_COMPLETE_MULT_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Type reference (TYPE) 19990318
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990318
3 Importing NODE_KEY_TABLE Call by reference Type reference (TYPE) 19990318

Method ON_DROP_COMPLETE_MULT_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DROP_COMPLETE_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 19990203
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19990203
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990203

Method ON_DROP_COMPLETE_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DROP_GET_FLAVOR_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 19990203
2 Importing FLAVORS Call by reference Attribute reference (LIKE) 19990203
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990203

Method ON_DROP_GET_FLAVOR_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_DROP_SENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 19990203
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990203

Method ON_DROP_SENDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_EXPANDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HAS_CHILDREN Call by reference Attribute reference (LIKE) 19990210
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990210

Method ON_EXPANDED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_HEADER_RESIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER_NAME Call by reference Type reference (TYPE) 19990316
2 Importing WIDTH_IN_CHAR Call by reference Type reference (TYPE) 19990322
3 Importing WIDTH_IN_PIXEL Call by reference Type reference (TYPE) >INVALID< 19990322

Method ON_HEADER_RESIZED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_ITEM_DOUBLE_CLICKED 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) 19990827
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990827

Method ON_ITEM_DOUBLE_CLICKED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_LINK_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19990127
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19990127

Method ON_LINK_CLICKED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method ON_NODE_DOUBLE_CLICKED Signature

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

Method ON_NODE_DOUBLE_CLICKED on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method SET_CUSTOMIZING_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if OK 19990120

Method SET_CUSTOMIZING_VALUES on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method SET_CU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CU_KEY Value transfer Type reference (TYPE) GFW_CU_KEY Variant key of the node that belongs to the item 19990129
2 Changing ITEM Call by reference Type reference (TYPE) MTREEITM Filled Customizing data for item 19990128
3 Importing ITEM_NO Value transfer Type reference (TYPE) I Item number 19990128
4 Importing LABEL Value transfer Type reference (TYPE) GFWLABEL Value loaded from data container for item 19990128

Method SET_CU_ITEM on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method SET_CU_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CU_KEY Value transfer Type reference (TYPE) GFW_CU_KEY Variant key for node 19990129
2 Changing NODE Call by reference Type reference (TYPE) TREEV_NODE Node data 19990129

Method SET_CU_NODE on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method TRANSLATE_COLOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INT_COL Call by reference Type reference (TYPE) I Internal color (as saved in database) 19990120
2 Exporting PROD_COL Call by reference Type reference (TYPE) X Product-specific color 19990120

Method TRANSLATE_COLOR on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method UPDATE_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FILL_MODE Call by reference Type reference (TYPE) I if_gp_notification=>co_... 19990712
2 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if columns updated without error 19990412

Method UPDATE_COLUMNS on class CL_GFW_GP_HIER_SAPTREE has no exception.

Method UPDATE_TREE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_DATA Call by reference Type reference (TYPE) TY_COLUMN New data for the column 19990412
2 Importing OLD_DATA Call by reference Type reference (TYPE) TY_COLUMN Column to be changed 19990412
3 Exporting RETVAL Call by reference Type reference (TYPE) SYMSGNO CL_GFW -> OK, if OK 19990412

Method UPDATE_TREE_COLUMN on class CL_GFW_GP_HIER_SAPTREE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in