SAP ABAP Data Element FPMGB_TREE_SEARCH_OPTION (Search Enablement in Tree UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks

⤷

⤷

Basic Data
Data Element | FPMGB_TREE_SEARCH_OPTION |
Short Description | Search Enablement in Tree UIBB |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | FPMGB_TREE_SEARCH_OPTION | |
Data Type | CHAR | Character String |
Length | 10 | |
Decimal Places | 0 | |
Output Length | 10 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 0 | |
Medium | 20 | Search |
Long | 40 | Search Enablement in Tree UIBB |
Heading | 40 | Search Enablement in Tree UIBB |
Documentation
Definition
A feeder class attribute that enables or disables the search feature in the Tree component.
The following options are available:
- Disabled
- The Search option field in FLUID is not visible, and the Search field in the Tree component is also not visible
- Enabled
- The Search option field in FLUID is visible.
- At runtime, when the Tree component is first opened, the feeder class must load all data into the Tree Component (including that data hidden under collapsed nodes).
- Enabled (on Search)
- The Search option field in FLUID is visible.
- At runtime, when the Tree component is first opened, the feeder class does not have to load data into those nodes which are collapsed. Obviously, a search must be executed on all the data. When a user is about to execute a search, the Tree component raises an event (IF_FPM_GUIBB_TREE~GC_EVENT_LOAD_ALL_DATA) to signal that the feeder class must now provide the complete dataset of the Tree component (including that data hidden under the collapsed nodes).
Use
Dependencies
Example
History
Last changed by/on | SAP | 20131122 |
SAP Release Created in | 740 |