SAP ABAP Class CL_WD_DYNAMIC_TOOL (Help Class for Dynamic Programming)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UTILITY (Package) Web Dynpro Utilities
Properties
Class CL_WD_DYNAMIC_TOOL  
Short Description Help Class for Dynamic Programming    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UTILITY   Web Dynpro Utilities 
Created 20030724   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)
Interfaces
Class CL_WD_DYNAMIC_TOOL has no interface implemented.
Friends
Class CL_WD_DYNAMIC_TOOL has no friend class.
Attributes
Class CL_WD_DYNAMIC_TOOL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MANDATORY_ATTRIBUTES Static method Public Method Checks whether context attributes are filled 20060511
2 CHECK_MANDATORY_ATTR_ON_VIEW Static method Public Method Are all required attributes for a view filled? 20060801
3 CLEAR_TABLE_TREE_SELECTION Static method Public Method Delete Selection for TreeByNestingT.C. 20050111
4 CREATE_C_TABLE_FROM_NODE Static method Public Method Creates a client table from a node reference 20110224
5 CREATE_FORM_FROM_NODE Static method Public Method Creates a form from a node reference 20030728
6 CREATE_LAYOUT_DATA Static method Public Method Creates Instance of Layout Data Type for Parent 20050112
7 CREATE_NODEINFO_FROM_STRUCT Static method Public Method Obsolete -> if_wd_context_node_info->add_new_child_node 20030724
8 CREATE_RANGE_TABLE Static method Public Method Dynamically Creates Range Table 20050421
9 CREATE_TABLE_FROM_NODE Static method Public Method Creates a table from a node reference 20030724
10 EXPAND_TABLE_INTO_ELEMENT Static method Public Method Make Table Row Visible if Necessary 20050216
11 FILL_NODE Static method Public Method Fills the node with data 20030724
12 GET_TABLE_DATA Static method Public Method Displays all data from a database table 20050224
13 GET_TABLE_TREE_LEAD_SELECTION Static method Public Method Determines Lead Selection of TreeByNestingT.C. 20050111
14 GET_TABLE_TREE_SELECTION Static method Public Method Determines All Selected Elements for TreeByNestingT.C. 20050111
15 INT_CHECK_MANDATORY_ATTRIBUTE Static method Private Method Internal: Checks if the attribut is filled 20060511
16 IS_STRUCTURE_OR_TABLE Static method Public Method Specifies whether a name is a structure or a table 20050224
17 I__CLEAR_TABLE_TREE_SELECTION Static method Private Method Internal: Determines Selected Elements for TreeByNestingT.C. 20050112
18 I__GET_RECURSIVE_NODE_NAME Static method Private Method 20050216
19 I__GET_TABLE_TREE_SELECTION Static method Private Method Internal: Determines Selected Elements for TreeByNestingT.C. 20050111
20 I__SET_TREE_LEAD_SELECTION Static method Private Method Internal Method for Recursion of SET_TREE_LEAD_SELECTION 20050112
21 MAKE_TABLE_ELEMENT_VISIBLE Static method Public Method Expand to Element in TreeByNesting/KeyT.C. 20050215
22 MAKE_TABLE_ROW_VISIBLE Static method Public Method Make Table Row Visible if Necessary 20041019
23 SET_TABLE_TREE_LEAD_SELECTION Static method Public Method Sets Lead Selection for TreeByNestingTableColumn 20041119
24 SET_TREE_LEAD_SELECTION Static method Public Method Sets Lead Selection in Tree 20040511
25 SET_VISIBLE_FROM_ELEMENT Static method Public Method Visibility of UI Element Depends on Existence of Ctx. Elem. 20050622
Events
Class CL_WD_DYNAMIC_TOOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_EXT_CHECK_MANDATORY Public See coding 20071116 TT_EXT_CHECK_MANDATORY type sorted table of T_EXT_CHECK_MANDATORY with unique key view_element
2 T_CHECK_MANDATTR_STRUCT Public See coding 20060511 begin of T_CHECK_MANDATTR_STRUCT, node_path type string, element_index type I, attribute_name type string, element_empty_ok type wdy_boolean, end of T_CHECK_MANDATTR_STRUCT
3 T_CHECK_MANDATTR_TAB Public See coding 20060511 t_check_mandattr_tab type standard table of t_check_mandattr_struct
4 T_CHECK_MANDVIEWELEMENT Public See coding 20060731 begin of T_CHECK_MANDVIEWELEMENT, view_element type ref to cl_wdr_view_element, context_element_index type i, binding_path type string, end of t_check_mandviewelement
5 T_CHECK_MANDVIEWELEMENT_TAB Public See coding 20060731 t_check_mandviewelement_tab type sorted table of t_check_mandviewelement with unique key view_element
6 T_CHECK_RESULT_MESSAGE Public See coding 20060731 begin of t_check_result_message, t100_message type symsg, context_element type ref to if_wd_context_element, attribute_name type string, end of t_check_result_message
7 T_CHECK_RESULT_MESSAGE_TAB Public See coding 20060731 t_check_result_message_tab type standard table of t_check_result_message
8 T_EXT_CHECK_MANDATORY Public See coding 20071116 begin of T_EXT_CHECK_MANDATORY, view_element type ref to cl_wdr_view_element, context_element_index type i, binding_path type string, visible_path type string, enabled_path type string, read_only_path type string, end of T_EXT_CHECK_MANDATORY
9 T_KEY_ELEMENT Public See coding 20050215 begin of T_KEY_element, key type string, context_element type ref to if_wd_context_element, end of t_key_element
Method Signatures

Method CHECK_MANDATORY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_LIST Call by reference Type reference (TYPE) T_CHECK_MANDATTR_TAB 20060511
2 Importing CONTEXT_ROOT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Controller-Schnittstelle 20060511
3 Importing DISPLAY_MESSAGES Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060511
4 Returning HAS_ERRORS Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060511

Method CHECK_MANDATORY_ATTRIBUTES on class CL_WD_DYNAMIC_TOOL has no exception.

Method CHECK_MANDATORY_ATTR_ON_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_MESSAGES Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060801
2 Exporting MESSAGES Call by reference Type reference (TYPE) T_CHECK_RESULT_MESSAGE_TAB 20060801
3 Importing VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: API eines Views 20060801

Method CHECK_MANDATORY_ATTR_ON_VIEW on class CL_WD_DYNAMIC_TOOL has no exception.

Method CLEAR_TABLE_TREE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Schnittstelle für Context-Knoten 20050112
2 Importing INCLUDING_LEAD_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050112

Method CLEAR_TABLE_TREE_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_C_TABLE_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning C_TABLE Value transfer Object reference (TYPE REF TO) CL_WD_C_TABLE Referenz auf die neue Tabelle 20110224
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Referenz auf den Context-Knoten 20110224
3 Importing ON_SELECT Value transfer Type reference (TYPE) STRING Eventhandler für Selektion 20110224
4 Importing TABLE_ID Call by reference Type reference (TYPE) STRING Id der Tabelle 20110224
5 Importing UI_PARENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER UI-Container, in dem die Tabelle liegen soll 20110224

Method CREATE_C_TABLE_FROM_NODE on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_FORM_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESC_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten 20030826
2 Importing ID_PREFIX Value transfer Type reference (TYPE) STRING Präfix für die IDs der Elemente 20030728
3 Importing INPUTLENGTH Value transfer Type reference (TYPE) I 20 20030826
4 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten 20030728
5 Importing UI_PARENT Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER UI-Container, in dem die Tabelle liegen soll 20030728

Method CREATE_FORM_FROM_NODE on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_LAYOUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIRST_ELEMENT Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050112
2 Importing PARENT_OBJECT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20031205-190225 20050112
3 Importing UI_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Perforce change= / 20031205-190225 20050112

Method CREATE_LAYOUT_DATA on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_NODEINFO_FROM_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20031212
2 Importing IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL Soll der Knoten mehrere Elemente haben können? 20030724
3 Returning NEW_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Referenz zu neuer Knoten-Info 20031209
4 Importing NODE_NAME Value transfer Type reference (TYPE) STRING Knotenname (Großbuchstaben!) 20031209
5 Importing PARENT_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Referenz auf Parent-Knoten 20030724
6 Importing STRUCTURE_NAME Value transfer Type reference (TYPE) STRING Strukturname (Großbuchstaben!) 20030724

Method CREATE_NODEINFO_FROM_STRUCT on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMALS Value transfer Type reference (TYPE) I Dezimalstellen bei P 20050421
2 Importing I_LENGTH Value transfer Type reference (TYPE) I Länge 20050421
3 Importing I_TYPENAME Value transfer Type reference (TYPE) STRING Typname 20050421
4 Returning RT_RANGE_TABLE Value transfer Object reference (TYPE REF TO) DATA Range-Tabelle 20050421

Method CREATE_RANGE_TABLE on class CL_WD_DYNAMIC_TOOL has no exception.

Method CREATE_TABLE_FROM_NODE 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) IF_WD_CONTEXT_NODE Referenz auf den Context-Knoten 20030724
2 Importing ON_LEAD_SELECT Value transfer Type reference (TYPE) STRING Eventhandler für Selektion 20030728
3 Returning TABLE Value transfer Object reference (TYPE REF TO) CL_WD_TABLE Referenz auf die neue Tabelle 20030724
4 Importing TABLE_ID Call by reference Type reference (TYPE) STRING Id der Tabelle 20030724
5 Importing UI_PARENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER UI-Container, in dem die Tabelle liegen soll 20030724

Method CREATE_TABLE_FROM_NODE on class CL_WD_DYNAMIC_TOOL has no exception.

Method EXPAND_TABLE_INTO_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Element, bis zu dem aufgeklappt werden soll (Vorgabe: LS) 20050216
2 Importing WD_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20041216-072043 20050216

Method EXPAND_TABLE_INTO_ELEMENT on class CL_WD_DYNAMIC_TOOL has no exception.

Method FILL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_NAME Value transfer Type reference (TYPE) STRING Name des aktuellen Knotens 20030724
2 Returning NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Neu angelegter Context-Knoten 20030724
3 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Parent-Element 20030724
4 Importing VALUES Call by reference Type reference (TYPE) ANY Tabelle mit den Daten 20030724
5 Importing VALUE_KIND Call by reference Type reference (TYPE) STRING 'TABLE' 20031209

Method FILL_NODE on class CL_WD_DYNAMIC_TOOL has no exception.

Method GET_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) ANY TABLE 20050224
2 Importing ROW_COUNT Call by reference Type reference (TYPE) I 50 20050224
3 Importing TAB_NAME Call by reference Type reference (TYPE) STRING 20050224

Method GET_TABLE_DATA on class CL_WD_DYNAMIC_TOOL has no exception.

Method GET_TABLE_TREE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE DataSource der Tabelle 20050111
2 Returning LEAD_SELECTION Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20050111

Method GET_TABLE_TREE_LEAD_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method GET_TABLE_TREE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE DataSource der Tabelle 20050111
2 Importing INCLUDING_LEAD_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE LeadSelection in Selektion einschließen 20050111
3 Returning SELECTED_ELEMENTS Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Menge von Elementen eines Context-Knotens 20050111

Method GET_TABLE_TREE_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method INT_CHECK_MANDATORY_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE Call by reference Type reference (TYPE) STRING 20060511
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20060511
3 Importing ELEMENT_EMPTY_OK Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060511
4 Returning IS_EMPTY Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060511

Method INT_CHECK_MANDATORY_ATTRIBUTE on class CL_WD_DYNAMIC_TOOL has no exception.

Method IS_STRUCTURE_OR_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING Strukturname in UPPERCASE 20050224
2 Returning RC Value transfer Type reference (TYPE) I 1: Struktur, 2: Tabelle, 0: falsch 20050224

Method IS_STRUCTURE_OR_TABLE on class CL_WD_DYNAMIC_TOOL has no exception.

Method I__CLEAR_TABLE_TREE_SELECTION 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) IF_WD_CONTEXT_NODE DataSource der Tabelle 20050112
2 Importing RECURSIVE_NODE_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Schnittstelle der Metadaten eines Knotens 20050216

Method I__CLEAR_TABLE_TREE_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method I__GET_RECURSIVE_NODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle für Context-Knoten 20050216
2 Returning RECURSION_NODE_NAME Value transfer Type reference (TYPE) STRING 20050216

Method I__GET_RECURSIVE_NODE_NAME on class CL_WD_DYNAMIC_TOOL has no exception.

Method I__GET_TABLE_TREE_SELECTION 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) IF_WD_CONTEXT_NODE DataSource der Tabelle 20050111
2 Importing RECURSIVE_NODE_NAME Call by reference Type reference (TYPE) STRING Web Dynpro: Schnittstelle der Metadaten eines Knotens 20050216
3 Changing SELECTED_ELEMENTS Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Menge von Elementen eines Context-Knotens 20050111

Method I__GET_TABLE_TREE_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method I__SET_TREE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WD_NODE_TYPES Value transfer Type reference (TYPE) WD_TR_ABSTRACT_TREE_NODE_TYPE Perforce change= / 20031205-191948 20050112
2 Importing IT_YELLOW_BACKSTONE_ROAD Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Help Ellis find her way back home... 20050112
3 Importing I_CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Schnittstelle für die dynamische Verarbeitung von Elementen 20050112
4 Importing I_IS_TREE_DATASOURCE_REUSE Value transfer Type reference (TYPE) ABAP_BOOL 20050112
5 Importing I_NEW_LEAD_SELECTION Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Schnittstelle für die dynamische Verarbeitung von Elementen 20050112
6 Importing I_TREE_CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20050112
7 Importing I_TREE_DATA_SOURCE_PATH Value transfer Type reference (TYPE) STRING 20050112

Method I__SET_TREE_LEAD_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method MAKE_TABLE_ELEMENT_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Context-Element, Default: LeadSelection 20050215
2 Importing WD_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20041014-113956 20050215

Method MAKE_TABLE_ELEMENT_VISIBLE on class CL_WD_DYNAMIC_TOOL has no exception.

Method MAKE_TABLE_ROW_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIRST_VISIBLE_ROW Call by reference Type reference (TYPE) I 20041019
2 Returning NEW_FIRST_VISIBLE_ROW Value transfer Type reference (TYPE) I 20041019
3 Importing ROW Call by reference Type reference (TYPE) I 20041019
4 Importing ROW_COUNT Call by reference Type reference (TYPE) I 20041019
5 Importing VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) I 20041019

Method MAKE_TABLE_ROW_VISIBLE on class CL_WD_DYNAMIC_TOOL has no exception.

Method SET_TABLE_TREE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_SOURCE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE DataSource-Node der Tabelle 20041119
2 Importing INCLUDING_SINGLE_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050112
3 Importing LEAD_SELECTION Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Neue Lead Selection/weglassen für Lead Selection löschen 20041119

Method SET_TABLE_TREE_LEAD_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method SET_TREE_LEAD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NEW_LEAD_SELECTION_PATH Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Pfad zur neuen LeadSelection 20060201
2 Importing IT_PREV_LEAD_SELECTION_PATH Value transfer Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Pfad zur vorherigen LeadSelection 20060201
3 Importing I_FULL_SCAN Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Führt einen vollen Scan des Baum-Teils des Contextes durch 20051116
4 Importing I_NEW_LEAD_SELECTION Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Context-Element, welches die LeadSelection erhalten soll 20040511
5 Importing I_PREV_LEAD_SELECTION Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT ContextElement der bisherigen LeadSelection (Meth schneller) 20051115
6 Importing I_TREE_CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Context-Element, der DataSource des Tree-Viewelements 20040511
7 Importing I_WD_TREE Value transfer Object reference (TYPE REF TO) CL_WD_TREE Web-Dynpro-Baum 20040511

Method SET_TREE_LEAD_SELECTION on class CL_WD_DYNAMIC_TOOL has no exception.

Method SET_VISIBLE_FROM_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALTERNATIVE_UIELEMENT_ID Call by reference Type reference (TYPE) STRING Sichtbar, wenn Element nicht existiert 20050622
2 Importing PATH Call by reference Type reference (TYPE) STRING 20050622
3 Importing UIELEMENT_ID Call by reference Type reference (TYPE) STRING Sichtbar, wenn Element existiert 20050622
4 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20050622

Method SET_VISIBLE_FROM_ELEMENT on class CL_WD_DYNAMIC_TOOL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640