SAP ABAP Class CL_FPM_TEST_TREE_UIBB (Test Lead Selection of Tree UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST_ECATT (Package) ECATT Tests
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20110912 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110913 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20110912 |
Properties
| Class | CL_FPM_TEST_TREE_UIBB | |
| Short Description | Test Lead Selection of Tree UIBB | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST_ECATT | ECATT Tests |
| Created | 20110912 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_TREE_UIBB has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110912 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110913 | ||
| 3 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20110912 |
Friends
Class CL_FPM_TEST_TREE_UIBB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_COMPLEXDESCR | Runtime Type Services | 20110912 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | VSEOCLASS | 20110912 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | SEOCLSKEY | 20110912 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | SEOO_ALIASES_R | 20110912 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20110912 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SEOT_CLSDEFERRDS_R | 20110912 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TY_T_TREE_DEF | 20110912 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ENHCLASSTABATTRIB | 20110912 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | ENHCLASSTABEVENT | 20110912 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ENHCLASSTABIMPLEMENTING | 20110912 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | ENHMETH_TABHEADER | 20110912 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | ENHTYPE_TAB | 20110912 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | SEOO_EVENTS_R | 20110912 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | SEOS_EXCEPTIONS_R | 20110912 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | SEOK_INT_TYPEINFOS | 20110912 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | SEOK_CLS_TYPEINFOS | 20110912 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | SEOF_FRIENDSHIPS_R | 20110912 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | SEOR_IMPLEMENTINGS_R | 20110912 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20110912 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | VSEOEXTEND | 20110912 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | SEOT_INTDEFERRDS_R | 20110912 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | SEOO_METHODS_R | 20110912 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | SEOS_PARAMETERS_R | 20110912 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20110912 | ||||
| 25 | Instance attribute | Private | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20110912 | |||
| 26 | Instance attribute | Private | Type reference (TYPE) | SEOT_TYPEPUSAGES_R | 20110912 | ||||
| 27 | Instance attribute | Private | Type reference (TYPE) | SEOO_TYPES_R | 20110912 | ||||
| 28 | Instance attribute | Private | Type reference (TYPE) | I | 20110913 | ||||
| 29 | Instance attribute | Private | Type reference (TYPE) | I | 20110913 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110912 |
Events
Class CL_FPM_TEST_TREE_UIBB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TREE_DEF | Public | See coding | 20110912 | BEGIN OF ty_s_tree_def,
parent TYPE string,
name TYPE string,
description TYPE string,
expanded TYPE abap_bool,
is_leaf TYPE abap_bool,
children_loaded TYPE abap_bool,
image_src TYPE string,
END OF ty_s_tree_def
|
||
| 2 | TY_S_TREE_INFO | Public | See coding | 20110913 | BEGIN OF ty_s_tree_info,
old_lead_selection TYPE i,
new_lead_selection TYPE i,
END OF ty_s_tree_info
|
||
| 3 | TY_T_TREE_DEF | Public | See coding | 20110912 | ty_t_tree_def TYPE STANDARD TABLE OF ty_s_tree_def
|
Method Signatures
Method GET_MASTER_COLUMN_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_T_TREEFIELD_DESCR | FPM Tree GUIBB field description | 20110912 |
Method GET_MASTER_COLUMN_DETAILS on class CL_FPM_TEST_TREE_UIBB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |