SAP ABAP Class CL_FPM_SADL_ACT_JOIN (FPM SADL ACT: Structure Tree)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_SADL (Package) SADL Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_SADL_ACT_BASE | FPM SADL ACT: Base Class | 20121030 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20121030 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20121030 |
Properties
| Class | CL_FPM_SADL_ACT_JOIN | |
| Short Description | FPM SADL ACT: Structure Tree | |
| Super Class | CL_FPM_SADL_ACT_BASE | FPM SADL ACT: Base Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_SADL | SADL Adapter |
| Created | 20121030 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20121030 | ||
| 2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20121030 |
Friends
Class CL_FPM_SADL_ACT_JOIN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20121030 | |||||
| 2 | Instance attribute | Protected | See coding | 20130617 | |||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | T_JOIN_HIERARCHY | 20121030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20121030 | ||
| 2 | Instance method | Protected | Method | 20121030 | ||
| 3 | Instance method | Protected | Method | 20121031 | ||
| 4 | Instance method | Protected | Method | 20121030 | ||
| 5 | Instance method | Protected | Method | 20130124 | ||
| 6 | Instance method | Protected | Method | 20130612 | ||
| 7 | Instance method | Protected | Method | 20130617 |
Events
Class CL_FPM_SADL_ACT_JOIN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_JOIN_HIERARCHY | Protected | See coding | 20121030 | BEGIN OF s_join_hierarchy,
row_key TYPE string,
parent_key TYPE string,
expanded TYPE abap_bool,
is_leaf TYPE abap_bool,
text TYPE fpm_text,
image_src TYPE fpmgb_image_src,
children_loaded TYPE abap_bool,
hierarchy_level TYPE i,
entity_id TYPE sadl_entity_id,
entity_descr TYPE string,
association TYPE sadl_entity_association,
association_descr TYPE string,
do_join TYPE abap_bool,
do_join_buf TYPE abap_bool,
do_join_ro TYPE abap_bool,
suffix TYPE dd_suffix,
suffix_vis TYPE abap_bool,
excl_metadata TYPE fpm_sadl_join_exclude_metadata,
excl_metadata_buf TYPE fpm_sadl_join_exclude_metadata,
excl_metadata_ro TYPE abap_bool,
excl_textsrch TYPE fpm_sadl_join_excl_text_search,
excl_textsrch_buf TYPE fpm_sadl_join_excl_text_search,
excl_textsrch_ro TYPE abap_bool,
END OF s_join_hierarchy
|
||
| 2 | T_JOIN_HIERARCHY | Protected | See coding | 20121030 | t_join_hierarchy TYPE STANDARD TABLE OF s_join_hierarchy
WITH DEFAULT KEY
|
Method Signatures
Method ADJUST_DEPENDENT_JOIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 20121030 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121030 |
Method ADJUST_DEPENDENT_JOIN on class CL_FPM_SADL_ACT_JOIN has no exception.
Method BUILD_HIERARCHY Signature
Method BUILD_HIERARCHY on class CL_FPM_SADL_ACT_JOIN has no parameter.
Method BUILD_HIERARCHY on class CL_FPM_SADL_ACT_JOIN has no exception.
Method CHECK_JOINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20121031 | |||
| 2 | EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121031 | ||||
| 3 | IO_SADL_BUILDER | Call by reference | Object reference (TYPE REF TO) | CL_FPM_SADL_BUILDER | FPM SADL Join Builder | 20121031 | |||
| 4 | IV_PARENT_KEY | Call by reference | Type reference (TYPE) | STRING | 20121031 |
Method CHECK_JOINS on class CL_FPM_SADL_ACT_JOIN has no exception.
Method GET_HIERARCHY_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HIERARCHY | Call by reference | Type reference (TYPE) | S_JOIN_HIERARCHY | 20121030 | ||||
| 2 | IV_TO_LEVEL | Call by reference | Type reference (TYPE) | I | 1 | 20121030 | |||
| 3 | RV_HAS_CHILDREN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121030 |
Method GET_HIERARCHY_CHILDREN on class CL_FPM_SADL_ACT_JOIN has no exception.
Method GET_IMAGE_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HIERARCHY | Call by reference | Type reference (TYPE) | S_JOIN_HIERARCHY | 20130124 | ||||
| 2 | RV_IMAGE_SOURCE | Value transfer | Type reference (TYPE) | S_JOIN_HIERARCHY-IMAGE_SRC | 20130124 |
Method GET_IMAGE_SOURCE on class CL_FPM_SADL_ACT_JOIN has no exception.
Method GET_JOINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 20130612 | ||||
| 2 | RT_JOIN | Value transfer | Type reference (TYPE) | FPM_SADL_T_JOIN | FPM SADL Join Definition | 20130612 |
Method GET_JOINS on class CL_FPM_SADL_ACT_JOIN has no exception.
Method PROPOSE_SUFFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | SADL_ENTITY_ID | Name of SADL_ENTITY_ID | 20130617 | |||
| 2 | RV_SUFFIX | Value transfer | Type reference (TYPE) | DD_SUFFIX | Field name suffix in the ABAP/4 Dictionary | 20130617 |
Method PROPOSE_SUFFIX on class CL_FPM_SADL_ACT_JOIN has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |