SAP ABAP Class CL_RECA_WB_TREE_NODE (Tree Nodes in Browser: Generic Implementation)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_WB (Package) RE: Workbench (Object Manager)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RECA_WB_TREE_NODE Tree Node in Browser: Generic Attributes 20050510
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RECA_WB_TREE_OBJECT Tree in Browser: Generic Object 20050512
2 Inheritance (c INHERITING FROM c_ref)  CL_RECA_WB_TREE_RELATION Tree in Browser: Generic Relationships 20050512
3 Inheritance (c INHERITING FROM c_ref)  CL_RECA_WB_TREE_RELTYPE Tree in Browser: Assignment Types 20050511
Properties
Class CL_RECA_WB_TREE_NODE  
Short Description Tree Nodes in Browser: Generic Implementation    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_WB   RE: Workbench (Object Manager) 
Created 20050510   SAP 
Last change 20100310   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_RECA_WB_TREE_NODE Tree Node in Browser: Generic Attributes 20050510
Friends
# Friend Modeled only Created on Description
1 CF_RECA_WB_TREE_NODE 20050510 Tree Node: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_SEPARATOR Constant Protected Type reference (TYPE) C '#' Separator 20050518
2 MO_BROWSER Instance attribute Public Attribute reference (LIKE) 20050510
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SUBNODES Instance method Protected Method Attach Subnodes 20050512
2 BROWSER_NODE_ADD Instance method Public Method 20050511
3 BROWSER_NODE_EXPAND Instance method Public Method 20050511
4 BROWSER_NODE_EXPAND_MORE Instance method Public Method 20050518
5 BROWSER_NODE_UPDATE Instance method Public Method 20050518
6 GET_CONTEXT_MENU Instance method Public Method 20050510
7 GET_ICON Instance method Public Method 20050510
8 GET_ICON_WITH_BADI Instance method Protected Method Gets Default Icon Using BAdI 20061009
9 GET_IDENT Instance method Public Method 20050523
10 HANDLE_CONTEXT_COMMAND Instance method Public Method 20050510
11 HANDLE_DOUBLE_CLICK Instance method Public Method 20050510
12 HANDLE_DOUBLE_CLICK_PARENT Instance method Protected Method Pass On Doubleclick to PARENT 20050513
13 HANDLE_DRAG Instance method Public Method 20050510
14 HANDLE_DROPED Instance method Public Method 20050510
15 HANDLE_SHOW_PARENT Instance method Public Method 20050510
16 HAS_SUBNODES Instance method Protected Method Do Subnodes Exist? 20050513
17 IS_HIDE_IF_NO_SUBOBJ Instance method Protected Method Hide Nodes Without Subobjects 20050517
18 IS_NODE_FILTERED Instance method Protected Method Node Is Hidden by a Filter 20050523
19 IS_NODE_HIDDEN Instance method Protected Method Node Should Not Be Displayed (for Example, Filter) 20050517
20 SET_BROWSER_DISPLAY Instance method Protected Method Sets Browser in Instance 20060920
21 _GET_BADI Instance method Private Method Return BAdI for RE Workbench 20050519
Events
Class CL_RECA_WB_TREE_NODE has no event.
Types
Class CL_RECA_WB_TREE_NODE has no local type.
Method Signatures

Method ADD_SUBNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_HAS_NO_CHILDREN Call by reference Type reference (TYPE) ABAP_BOOL Bool: Knoten hat keine Subobjekte 20050512
2 Importing ID_BROWSERIDENT Call by reference Type reference (TYPE) RECAWBIDENT Einfügen: Identifikation des Objekts 20050512
3 Importing ID_LAST_COUNT Call by reference Type reference (TYPE) SYTABIX '0' Anzahl bereits existierender Einträge beim Nachlesen 20050512
4 Importing ID_LAST_ENTRY Call by reference Type reference (TYPE) RECAWBBROWSERID SPACE Letzter aufgeklappter Eintrag 20050512
5 Importing ID_PARENT_BROWSER_ID Call by reference Type reference (TYPE) RECAWBBROWSERID Einfügen: Übergeordnete Browser ID 20050512
6 Importing ID_WBOBJTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Objektart 20050512
7 Importing ID_WBRELTYPE Call by reference Type reference (TYPE) RECAWBRELTYPE WB Beziehungsart 20050512
8 Importing ID_WBSUBTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Unterobjektart 20050512
9 Importing IF_EXPAND_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Bool: Alles aufklappen (Kein MAX berücksichtigen) 20050512
10 Importing IF_INVISIBLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Nur Unterknoten einfügen (Expand) 20050512
# Exception Resumable Description Created on
1 ERROR Knoten ist nicht weiter aufklappbar 20050512

Method BROWSER_NODE_ADD Signature

Method BROWSER_NODE_ADD on class CL_RECA_WB_TREE_NODE has no parameter.
Method BROWSER_NODE_ADD on class CL_RECA_WB_TREE_NODE has no exception.

Method BROWSER_NODE_EXPAND Signature

Method BROWSER_NODE_EXPAND on class CL_RECA_WB_TREE_NODE has no parameter.
Method BROWSER_NODE_EXPAND on class CL_RECA_WB_TREE_NODE has no exception.

Method BROWSER_NODE_EXPAND_MORE Signature

Method BROWSER_NODE_EXPAND_MORE on class CL_RECA_WB_TREE_NODE has no parameter.
Method BROWSER_NODE_EXPAND_MORE on class CL_RECA_WB_TREE_NODE has no exception.

Method BROWSER_NODE_UPDATE Signature

Method BROWSER_NODE_UPDATE on class CL_RECA_WB_TREE_NODE has no parameter.
Method BROWSER_NODE_UPDATE on class CL_RECA_WB_TREE_NODE has no exception.

Method GET_CONTEXT_MENU Signature

Method GET_CONTEXT_MENU on class CL_RECA_WB_TREE_NODE has no parameter.
Method GET_CONTEXT_MENU on class CL_RECA_WB_TREE_NODE has no exception.

Method GET_ICON Signature

Method GET_ICON on class CL_RECA_WB_TREE_NODE has no parameter.
Method GET_ICON on class CL_RECA_WB_TREE_NODE has no exception.

Method GET_ICON_WITH_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_ICON Call by reference Type reference (TYPE) RECAICON Ikone mit Quickinfo 20061009
2 Importing ID_BROWSERIDENT Call by reference Type reference (TYPE) RECAWBIDENT Identifikation eines WB Objekts 20061009
3 Importing ID_WBOBJTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB-Objektart 20061009
4 Importing ID_WBSUBTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB-Unterobjektart 20061009
5 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objekt im Browser (z.B. Business Objekt) 20061009

Method GET_ICON_WITH_BADI on class CL_RECA_WB_TREE_NODE has no exception.

Method GET_IDENT Signature

Method GET_IDENT on class CL_RECA_WB_TREE_NODE has no parameter.
Method GET_IDENT on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_CONTEXT_COMMAND Signature

Method HANDLE_CONTEXT_COMMAND on class CL_RECA_WB_TREE_NODE has no parameter.
Method HANDLE_CONTEXT_COMMAND on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_DOUBLE_CLICK Signature

Method HANDLE_DOUBLE_CLICK on class CL_RECA_WB_TREE_NODE has no parameter.
Method HANDLE_DOUBLE_CLICK on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_DOUBLE_CLICK_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BROWSER_ID Call by reference Type reference (TYPE) RECAWBBROWSERID Gewählter Browsereintrag 20050513
2 Importing IO_NAVIGATION_DATA Call by reference Object reference (TYPE REF TO) CL_RECA_DATA_CONTAINER Zum Anreichern bestimmte Navigationsdaten 20050513
3 Importing IS_BROWSER_DATA Call by reference Type reference (TYPE) RECA_WB_BROWSER_DATA Browser-Anzeiger: Datenzeile 20050513

Method HANDLE_DOUBLE_CLICK_PARENT on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_DRAG Signature

Method HANDLE_DRAG on class CL_RECA_WB_TREE_NODE has no parameter.
Method HANDLE_DRAG on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_DROPED Signature

Method HANDLE_DROPED on class CL_RECA_WB_TREE_NODE has no parameter.
Method HANDLE_DROPED on class CL_RECA_WB_TREE_NODE has no exception.

Method HANDLE_SHOW_PARENT Signature

Method HANDLE_SHOW_PARENT on class CL_RECA_WB_TREE_NODE has no parameter.
Method HANDLE_SHOW_PARENT on class CL_RECA_WB_TREE_NODE has no exception.

Method HAS_SUBNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BROWSERIDENT Call by reference Type reference (TYPE) RECAWBIDENT Einfügen: Identifikation des Objekts 20050513
2 Importing ID_PARENT_BROWSER_ID Call by reference Type reference (TYPE) RECAWBBROWSERID Einfügen: Übergeordnete Browser ID 20050513
3 Importing ID_WBOBJTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Objektart 20050513
4 Importing ID_WBRELTYPE Call by reference Type reference (TYPE) RECAWBRELTYPE WB Beziehungsart 20050513
5 Importing ID_WBSUBTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Unterobjektart 20050513
6 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Bool: Unterknoten existieren 20050513

Method HAS_SUBNODES on class CL_RECA_WB_TREE_NODE has no exception.

Method IS_HIDE_IF_NO_SUBOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_HIDE_WITH_NO_SUBOBJ Value transfer Type reference (TYPE) ABAP_BOOL Ausblenden wenn keine Subobjekte vorhanden 20050517

Method IS_HIDE_IF_NO_SUBOBJ on class CL_RECA_WB_TREE_NODE has no exception.

Method IS_NODE_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BROWSERIDENT Call by reference Type reference (TYPE) RECAWBIDENT Einfügen: Identifikation des Objekts 20050523
2 Importing ID_PARENT_BROWSER_ID Call by reference Type reference (TYPE) RECAWBBROWSERID Einfügen: Übergeordnete Browser ID 20050523
3 Importing ID_WBOBJTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Objektart 20050523
4 Importing ID_WBRELTYPE Call by reference Type reference (TYPE) RECAWBRELTYPE WB Beziehungsart 20050525
5 Importing ID_WBSUBTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Unterobjektart 20050523
6 Importing IF_CHECK_WBOBJTYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Parameter "WBOBJTYPE" prüfen 20050531
7 Importing IF_CHECK_WBSUBTYPE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Parameter "WBSUBTYPE" prüfen 20050531
8 Returning RF_FILTERED Value transfer Type reference (TYPE) ABAP_BOOL Bool: Knoten nicht darstellen 20050531

Method IS_NODE_FILTERED on class CL_RECA_WB_TREE_NODE has no exception.

Method IS_NODE_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BROWSERIDENT Call by reference Type reference (TYPE) RECAWBIDENT Einfügen: Identifikation des Objekts 20050517
2 Importing ID_PARENT_BROWSER_ID Call by reference Type reference (TYPE) RECAWBBROWSERID Einfügen: Übergeordnete Browser ID 20050517
3 Importing ID_WBOBJTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Objektart 20050517
4 Importing ID_WBRELTYPE Call by reference Type reference (TYPE) RECAWBRELTYPE WB Beziehungsart 20050525
5 Importing ID_WBSUBTYPE Call by reference Type reference (TYPE) RECAWBOBJTYPE WB Unterobjektart 20050517
6 Returning RF_NOT_DISPLAYED Value transfer Type reference (TYPE) ABAP_BOOL Bool: Knoten nicht darstellen 20050517

Method IS_NODE_HIDDEN on class CL_RECA_WB_TREE_NODE has no exception.

Method SET_BROWSER_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_BROWSER_DISPLAY Call by reference Object reference (TYPE REF TO) IF_RECA_WB_BROWSER_DISPLAY REWB: Browser - Anzeiger 20060920

Method SET_BROWSER_DISPLAY on class CL_RECA_WB_TREE_NODE has no exception.

Method _GET_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_BADI Value transfer Object reference (TYPE REF TO) BADI_RECA_WB Erweiterungen zur RE Workbench 20050519

Method _GET_BADI on class CL_RECA_WB_TREE_NODE has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 600