Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_BASE_ASSIST | Base assistance class for lists and trees | 20090811 |
Properties
| Class | CL_FPM_TREE_ASSISTANCE | |
| Short Description | Assistance class for TREE GUIBB | |
| Super Class | CL_FPM_GUIBB_BASE_ASSIST | Base assistance class for lists and trees |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20090804 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_TREE_ASSISTANCE has no interface implemented.
Friends
Class CL_FPM_TREE_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 20 | 20140616 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_TREE_DATA_MANAGER | 20131209 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FPM_GUIBB_TREE_DATA_MGR | datamanager for tree | 20131211 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_TREE_EXT_CTRL | Implementation of extended control | 20120705 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20110928 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_CHNG_LOG | ChangeLog of SettingsVariant | 20111027 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_LIST_SETTINGS_CONTROL | Controller of Current Variant and Dialog - for List UIBB | 20111027 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM_TREE_RENDERING | Rendering class for tree GUIBB | 20090804 | |||
| 9 | Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | 20131210 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_GUIBB_TREE_SERVICE_INFO | Provides service infos | 20120113 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | TY_S_FEEDER_TREE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090804 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | YS_FOCUS_PROPERTIES | 20120705 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | CL_FPM_LIST_UTILS=>TY_S_DYNAMIC_COL_RENDERING | 20131112 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | FPMGB_S_TREE_ATTRIBUTES | Hierarchical List GUIBB - Master Column Attributes | 20101022 | |||
| 15 | Instance attribute | Public | See coding | 20111124 | |||||
| 16 | Instance attribute | Private | Type reference (TYPE) | FPMGB_S_TREE_OPTIONS | FPM Tree UIBB: Contains elements for adjustments | 20110824 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | TY_T_COLUMN_TYPE | 20090807 | ||||
| 18 | Instance attribute | Public | Type reference (TYPE) | FPMGB_T_TREEFIELD_DESCR | GUIBB List Field Description | 20090804 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | I | 20091124 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20110928 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | FPM_EDIT_MODE | Edit Mode of UIBBs in OVP Floorplan | 20110311 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111107 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20131018 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 'X' if a new personalization variant is announced | 20111027 | |||
| 25 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20110927 | ||||
| 26 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20111204 |
Methods
Events
Class CL_FPM_TREE_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LEVEL | Public | See coding | 20110927 | begin of ty_level,
row_key type string,
par_key type string,
level type i,
expanded type abap_bool,
end of ty_level
|
||
| 2 | TY_S_COLUMN_TYPE | Public | See coding | 20090807 | BEGIN OF ty_s_column_type,
column_type TYPE fpm_guibb_column_type,
column_name TYPE name_komp,
END OF ty_s_column_type
|
||
| 3 | TY_S_FEEDER_TREE | Private | See coding | 20090804 | BEGIN OF ty_s_feeder_tree,
name TYPE seoclsname,
feeder TYPE REF TO if_fpm_guibb_tree,
filter type REF TO if_fpm_guibb_tree_filter,
search_help type REF TO if_fpm_guibb_tree_search_help,
is_extended TYPE boole_d,
is_model TYPE boole_d,
is_enhancement_access TYPE boole_d,
is_ctxt_menu TYPE boole_d,
is_dynamic_action_menu TYPE boole_d,
is_quickview_source TYPE boole_d,
END OF ty_s_feeder_tree
|
||
| 4 | TY_S_TREE_ATTRIBUTES | Public | See coding | 20131209 | BEGIN OF ty_s_tree_attributes ,
feeder TYPE seoclsname,
title TYPE wdy_conf_transl_text,
lead_sel_event_id TYPE fpmgb_s_action-event_id,
set_default_tbar_buttons TYPE fpmgb_default_button_set,
END OF ty_s_tree_attributes
|
||
| 5 | TY_T_COLUMN_TYPE | Public | See coding | 20090807 | ty_t_column_type TYPE STANDARD TABLE OF ty_s_column_type
|
||
| 6 | TY_T_LEVEL | Public | See coding | 20110927 | ty_t_level type SORTED TABLE OF ty_level WITH UNIQUE KEY row_key
|
||
| 7 | YS_FOCUS_PROPERTIES | Public | See coding | 20120705 | begin of ys_focus_properties,
action_type_focus type string, " IF_FPM_LIST_TYPES=>cs_focus_actions
action_type_scroll type string, " IF_FPM_LIST_TYPES=>cs_first_visible_row_actions
row_index_focus type i,
use_idx_as_backend_focus type abap_bool,
row_index_first_row type i,
use_idx_as_backend_first_row type abap_bool,
column type string,
ui_element_id type string,
end of ys_focus_properties
|
Method Signatures
Method ADJUST_ROW_COUNT_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20111011 |
Method ADJUST_ROW_COUNT_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ADJUST_SEL_FROM_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20140312 |
Method ADJUST_SEL_FROM_UI on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_ALL_COLUMN_SETTINGS Signature
Method APPLY_ALL_COLUMN_SETTINGS on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method APPLY_ALL_COLUMN_SETTINGS on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_COLUMN_SETTING_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COLUMN_CHANGES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>TY_T_COLUMN_ATTRIBUTE | 20111108 |
Method APPLY_COLUMN_SETTING_CHANGES on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_FORMAT_RULES_FROM_PERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FORMATTING_RULES | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_VARIANT=>TY_T_FORMATTING_RULE | 20140725 |
Method APPLY_FORMAT_RULES_FROM_PERS on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_SETTINGS_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131113 | ||||
| 2 | IV_RENDER_ALL_COLS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20140318 |
Method APPLY_SETTINGS_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_TABLE_SETTINGS_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CHANGE_INDICATOR | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_CHNG_LOG=>TY_T_ATTRIBUTE | 20111107 | ||||
| 2 | IV_APPLY_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111107 |
Method APPLY_TABLE_SETTINGS_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method APPLY_USAGE_TO_PERSO Signature
Method APPLY_USAGE_TO_PERSO on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method APPLY_USAGE_TO_PERSO on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CHANGE_TABLE_PROPS_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | Perforce change= / 20050916-083208 | 20111011 |
Method CHANGE_TABLE_PROPS_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method COLLECT_CHANGES_TABLE_PROPS Signature
Method COLLECT_CHANGES_TABLE_PROPS on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method COLLECT_CHANGES_TABLE_PROPS on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method CONSTRUCTOR on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CONVERT_HIERARCHY_TO_C_TABLE5 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CREATE_MAPS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20131217 |
Method CONVERT_HIERARCHY_TO_C_TABLE5 on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CREATE_COL_DESCR_FOR_DIALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COLUMN_DESCRIPTOR | Call by reference | Type reference (TYPE) | IF_FPM_LIST_SETTINGS_DLG_PROPS=>TY_T_COLUMN_DESCRIPTOR | 20111027 | ||||
| 2 | IO_TREE_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_TREE_ASSISTANCE | Assistance class for TREE GUIBB | 20111027 |
Method CREATE_COL_DESCR_FOR_DIALOG on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CREATE_PERSONALIZATION Signature
Method CREATE_PERSONALIZATION on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method CREATE_PERSONALIZATION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method CREATE_UNIQUE_COMPONENT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20140725 |
Method CREATE_UNIQUE_COMPONENT_ID on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DETERMINE_MASTER_COLUMN_ATTR Signature
Method DETERMINE_MASTER_COLUMN_ATTR on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method DETERMINE_MASTER_COLUMN_ATTR on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_COLUMN_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111206 |
Method DISPATCH_COLUMN_DROP on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_CUST_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140616 |
Method DISPATCH_CUST_FILTER on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_EXPORT_TO_EXCEL Signature
Method DISPATCH_EXPORT_TO_EXCEL on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method DISPATCH_EXPORT_TO_EXCEL on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_FILTER_SUGGEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20140528 | |||
| 2 | IV_CALLED_FROM_PERSO | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140602 | |||
| 3 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140528 | |||
| 4 | IV_NO_FILTER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20140602 |
Method DISPATCH_FILTER_SUGGEST on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_OLC_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20090810 | |||
| 2 | WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20090810 |
Method DISPATCH_OLC_ACTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_ON_VAR_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20111110 |
Method DISPATCH_ON_VAR_CHANGE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_OPEN_SEARCH Signature
Method DISPATCH_OPEN_SEARCH on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method DISPATCH_OPEN_SEARCH on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_PERSO Signature
Method DISPATCH_PERSO on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method DISPATCH_PERSO on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_ROW_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111021 |
Method DISPATCH_ROW_ACTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method DISPATCH_SORT_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20100701 | |||
| 2 | IV_CALLED_FROM_PERSO | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120127 |
Method DISPATCH_SORT_EVENT on class CL_FPM_TREE_ASSISTANCE has no exception.
Method EXPANDS_WITH_AVAILABLE_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXPANDS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140526 |
Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method EXPORT_TO_EXCEL Signature
Method EXPORT_TO_EXCEL on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method EXPORT_TO_EXCEL on class CL_FPM_TREE_ASSISTANCE has no exception.
Method FINISH_INITIALIZATION Signature
Method FINISH_INITIALIZATION on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method FINISH_INITIALIZATION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_CONFIGURED_ROW_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ROW_ACTION | Value transfer | Type reference (TYPE) | FPMGB_T_CONFIGURED_ROW_ACTION | Configured Row Actions | 20130111 |
Method GET_CONFIGURED_ROW_ACTIONS on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_C_TABLE_UI_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_TABLE | Value transfer | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20140716 |
Method GET_C_TABLE_UI_ELEMENT on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_FRONTEND_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BACKEND_INDEX | Call by reference | Type reference (TYPE) | I | 20111005 | ||||
| 2 | RV_FRONTEND_INDEX | Value transfer | Type reference (TYPE) | I | 20111005 |
Method GET_FRONTEND_INDEX on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LEAD_SEL_INDEX | Value transfer | Type reference (TYPE) | I | 20111005 |
Method GET_LEAD_SELECTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_RENDER | Value transfer | Object reference (TYPE REF TO) | CL_FPM_TREE_RENDERING | Rendering class for tree GUIBB | 20120705 |
Method GET_RENDER on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_ROW_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FRONTEND_INDEX | Call by reference | Type reference (TYPE) | I | 20131209 | ||||
| 2 | RV_ROW_KEY | Value transfer | Type reference (TYPE) | STRING | 20131209 |
Method GET_ROW_KEY on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_SEARCH_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SEARCH_STRING | Value transfer | Type reference (TYPE) | STRING | 20130906 |
Method GET_SEARCH_STRING on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_SELECTION_MODE_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SEL_MODE | Value transfer | Type reference (TYPE) | WDUI_C_TSMODE | Web Dynpro: ClientTableSelectionMode | 20111011 |
Method GET_SELECTION_MODE_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method GET_VALUE_OF_MASTER_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20120416 |
Method GET_VALUE_OF_MASTER_COLUMN on class CL_FPM_TREE_ASSISTANCE has no exception.
Method HAS_COLLAPSED_PARENT_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LEVEL | Call by reference | Type reference (TYPE) | TY_T_LEVEL | 20110927 | ||||
| 2 | IV_PARENT_KEY | Call by reference | Type reference (TYPE) | STRING | 20110927 | ||||
| 3 | RV_COLLAPSED_PARENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110927 |
Method HAS_COLLAPSED_PARENT_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method HAS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HAS_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120809 |
Method HAS_DATA on class CL_FPM_TREE_ASSISTANCE has no exception.
Method HAS_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HAS_LEAD_SELECTION | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120809 |
Method HAS_LEAD_SELECTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method INITIALIZE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method INIT_PERSONALIZATION Signature
Method INIT_PERSONALIZATION on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method INIT_PERSONALIZATION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method INIT_SERVICE_INFO Signature
Method INIT_SERVICE_INFO on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method INIT_SERVICE_INFO on class CL_FPM_TREE_ASSISTANCE has no exception.
Method IS_NEGATIVE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111122 | |||
| 2 | RV_NEGATIVE_SELECTION | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111122 |
Method IS_NEGATIVE_SELECTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_DO_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DO_NOT_RAISE_EVENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130905 |
Method ON_DO_SEARCH on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_LIST_OF_VARIANTS_CHANGED Signature
Method ON_LIST_OF_VARIANTS_CHANGED on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method ON_LIST_OF_VARIANTS_CHANGED on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_MAXIMIZE_MINIMIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20140220 |
Method ON_MAXIMIZE_MINIMIZE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_NEW_VARIANT Signature
Method ON_NEW_VARIANT on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method ON_NEW_VARIANT on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_SEARCH_JUMP_TO_NEXT_HIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEARCH_DIRECTION_NEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130627 |
Method ON_SEARCH_JUMP_TO_NEXT_HIT on class CL_FPM_TREE_ASSISTANCE has no exception.
Method ON_SETTINGS_DIALOG_CLOSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLY_REQUESTED | Value transfer | Attribute reference (LIKE) | 20120127 | |||||
| 2 | IV_DIALOG_TYPE | Value transfer | Attribute reference (LIKE) | 20120127 |
Method ON_SETTINGS_DIALOG_CLOSED on class CL_FPM_TREE_ASSISTANCE has no exception.
Method OPEN_PERSONALIZATION_DIALOG Signature
Method OPEN_PERSONALIZATION_DIALOG on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method OPEN_PERSONALIZATION_DIALOG on class CL_FPM_TREE_ASSISTANCE has no exception.
Method REMOVE_ALL_COND_FORMAT_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STYLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CUSTOM_STYLE_MANAGER | 20140725 | ||||
| 2 | IV_COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | 20140725 |
Method REMOVE_ALL_COND_FORMAT_RULES on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_ADDITIONAL_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20050916-083208 | 20100331 |
Method SET_ADDITIONAL_INFO on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_ADDITIONAL_INFO_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20111012 |
Method SET_ADDITIONAL_INFO_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_LEAD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LEAD_SEL_INDEX | Call by reference | Type reference (TYPE) | I | 20140115 |
Method SET_LEAD_SELECTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_MASTER_COLUMN_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20101022 |
Method SET_MASTER_COLUMN_ATTRIBUTES on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_MASTER_COLUMN_ATTR_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | Perforce change= / 20051117-120623 | 20111012 |
Method SET_MASTER_COLUMN_ATTR_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_OPEN_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130603 |
Method SET_OPEN_SEARCH on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SET_RENDERING_ATTRIBUTES Signature
Method SET_RENDERING_ATTRIBUTES on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method SET_RENDERING_ATTRIBUTES on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SUPPLY_FILTER_SUGGEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140522 | |||
| 2 | PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20140522 |
Method SUPPLY_FILTER_SUGGEST on class CL_FPM_TREE_ASSISTANCE has no exception.
Method SUPPLY_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | 20131128 | ||||
| 2 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_RANGE | API for Context Range Supply | 20131128 | |||
| 3 | PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20131128 | |||
| 4 | TO_INDEX | Call by reference | Type reference (TYPE) | I | 20131128 |
Method SUPPLY_RANGE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method UPDATE_BACKEND_DATA_C_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CHANGE_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20110928 |
Method UPDATE_BACKEND_DATA_C_TABLE on class CL_FPM_TREE_ASSISTANCE has no exception.
Method UPDATE_FOCUS Signature
Method UPDATE_FOCUS on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method UPDATE_FOCUS on class CL_FPM_TREE_ASSISTANCE has no exception.
Method VALIDATE_FIELD_DESCRIPTION Signature
Method VALIDATE_FIELD_DESCRIPTION on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method VALIDATE_FIELD_DESCRIPTION on class CL_FPM_TREE_ASSISTANCE has no exception.
Method WDDOEXIT Signature
Method WDDOEXIT on class CL_FPM_TREE_ASSISTANCE has no parameter.
Method WDDOEXIT on class CL_FPM_TREE_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |