Hierarchy
⤷
⤷
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 | 20110408 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20110408 |
Properties
| Class | CL_FPM_ACT_BOL_OBJ_TREE_FEEDER | |
| Short Description | Feeder Class for the Tree GUIBB in the BOL ACT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_BOL_CORE | Bol Adaptation for FPM |
| Created | 20110408 | SAP |
| Last change | 20130531 | SAP |
| 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110408 | ||
| 2 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20110408 |
Friends
Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | See coding | 20110408 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GENIL_OBJ_MODEL | Interface for Access to Central Object Model | 20110408 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CL_FPM_ACT_BOL_OBJ_FORM_FEEDER=>TY_S_BOL_COMPONENT_SELECT | 20110408 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_T_BOL_TREE_CATALOG | 20110408 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | FPM_BOL_ACT_SHOW_ALL_RELATIONS | BOL ACT: Include related root objects | 20110601 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | NAMESPACE | Namespace | 20110516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Recursion: Add UIBB's at different levels on the edit page | 20110712 | |
| 2 | Instance method | Protected | Method | Recursion: Add wires for a UIBB in the hierachy | 20110512 | |
| 3 | Instance method | Protected | Method | Recursion: Adjust the page type | 20120419 | |
| 4 | Instance method | Protected | Method | Applies the namespace to GUIBB configurations in hierarchy | 20110705 | |
| 5 | Instance method | Protected | Method | Convert GUIBB type into WD Component and Window | 20110408 | |
| 6 | Instance method | Protected | Method | Converts upper camel case to upper case with separator | 20120719 | |
| 7 | Instance method | Protected | Method | Create the BOL component hierarchy entry | 20110711 | |
| 8 | Instance method | Protected | Method | Explode the BOL component and generate the object hierarchy | 20110711 | |
| 9 | Instance method | Protected | Method | Get the button and action details for the OVP floorplan | 20110712 | |
| 10 | Instance method | Protected | Method | Convert BOL Relation into parameter string | 20110408 | |
| 11 | Instance method | Protected | Method | Creates the port ID from the (joined) object name | 20110524 | |
| 12 | Instance method | Protected | Method | Recusrsion: Add the heirarchy children for a specific record | 20110711 | |
| 13 | Instance method | Protected | Method | 20130124 | ||
| 14 | Instance method | Protected | Method | Generate the hierarchy for the Joined Configurations | 20110408 | |
| 15 | Instance method | Protected | Method | Creates the page ID from the relation name and page type | 20120426 | |
| 16 | Instance method | Protected | Method | 20120427 | ||
| 17 | Instance method | Protected | Method | 20120427 | ||
| 18 | Instance method | Protected | Method | Get the BO from the BOL Relation | 20110408 | |
| 19 | Instance method | Protected | Method | Handle the collection pattern dependencies | 20120418 | |
| 20 | Instance method | Protected | Method | Handle all the details for the floorplan Layout | 20110408 | |
| 21 | Instance method | Protected | Method | Handle all the details for the GUIBB's | 20110408 | |
| 22 | Instance method | Protected | Method | Handles the checkbox behavior for Join Configs | 20110408 | |
| 23 | Instance method | Protected | Method | Handle the wires for the GUIBB's in the floorplan layout | 20110711 | |
| 24 | Instance method | Protected | Method | Recursion: Are there dependent GUIBBs | 20120425 | |
| 25 | Instance method | Protected | Method | Set Confirmation Screen UIBB's and their Layout | 20120629 | |
| 26 | Instance method | Protected | Method | Set Initial Screen UIBB's and their Layout | 20110408 |
Events
Class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_BOL_TREE_CATALOG | Protected | See coding | 20110616 | BEGIN OF ty_s_bol_tree_catalog,
row_key TYPE string,
parent_key TYPE string,
hierarchy_level TYPE i,
master TYPE string,
bol_object TYPE crmt_ext_obj_name,
object_relation TYPE crmt_relation_name,
page_type TYPE fpm_content_area_type,
guibb_type TYPE fpm_cfg_guibb_type,
feeder_class TYPE seoclname,
create_guibb TYPE boole_d,
join_config TYPE boole_d,
expanded TYPE boole_d,
is_leaf TYPE boole_d,
text TYPE fpm_text,
children_loaded TYPE boole_d,
image_src TYPE fpmgb_image_src,
config_id TYPE wdy_config_id,
config_desc TYPE string,
fast_entry_allowed TYPE boole_d,
create_guibb_buf TYPE boole_d,
join_config_buf TYPE boole_d,
create_guibb_ro TYPE boole_d,
join_config_ro TYPE boole_d,
config_id_ro TYPE boole_d,
config_id_vis TYPE boole_d,
col_pattern TYPE fpm_cfg_act_collection_pattern,
has_col_pattern TYPE boole_d,
is_swap_uibb TYPE boole_d,
cu_page_type TYPE fpm_content_area_type,
END OF ty_s_bol_tree_catalog
|
||
| 2 | TY_T_BOL_TREE_CATALOG | Protected | See coding | 20110616 | ty_t_bol_tree_catalog TYPE STANDARD TABLE OF ty_s_bol_tree_catalog
|
Method Signatures
Method ADD_NEXT_LEVEL_UIBBS_OVP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS | 20110712 | ||||
| 2 | CT_TOOLBAR | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-TOOLBARS | 20110712 | ||||
| 3 | CT_UIBB | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_OVP_UIBB_DETAILS | 20110712 | ||||
| 4 | IV_PAGE_ID | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20120426 | |||
| 5 | IV_PAGE_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | Content Area Type | 20120426 | |||
| 6 | IV_PARENT_KEY | Call by reference | Type reference (TYPE) | STRING | 20120426 | ||||
| 7 | IV_SECTION_ID | Call by reference | Type reference (TYPE) | FPM_SECTION_ID | Section Identifier | 20110712 |
Method ADD_NEXT_LEVEL_UIBBS_OVP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method ADD_UIBB_WIRES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HIERARCHY | Call by reference | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG | 20110512 | ||||
| 2 | RT_WIRE | Value transfer | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_T_WIRES | 20110512 |
Method ADD_UIBB_WIRES on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method ADJUST_CHILDREN_PAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PAGE_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | Content Area Type | 20120419 | |||
| 2 | IV_PARENT_PAGE_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | Content Area Type | 20120419 | |||
| 3 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 20120419 |
Method ADJUST_CHILDREN_PAGE_TYPE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method APPLY_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | NAMESPACE | Namespace | 20110705 |
Method APPLY_NAMESPACE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method CONVERT_GUIBB_TYPE_TO_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_WD_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110408 | ||||
| 2 | EV_WD_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110408 | ||||
| 3 | IV_GUIBB_TYPE | Call by reference | Type reference (TYPE) | FPM_CFG_GUIBB_TYPE | GUIBB Type | 20110408 |
Method CONVERT_GUIBB_TYPE_TO_COMP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method CONVERT_UPPER_CAMEL_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CAMEL_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120719 | ||||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20120719 |
Method CONVERT_UPPER_CAMEL_CASE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_BOL_MODEL_ENTRY Signature
Method GET_BOL_MODEL_ENTRY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no parameter.
Method GET_BOL_MODEL_ENTRY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_BOL_MODEL_HIERARCHY Signature
Method GET_BOL_MODEL_HIERARCHY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no parameter.
Method GET_BOL_MODEL_HIERARCHY on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_BUTTONS_AND_ACTIONS_OVP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR_ACTIONS-ACTIONS | 20110712 | ||||
| 2 | ET_BUTTON | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_TOOLBAR-TB_BUTTONS | 20110712 | ||||
| 3 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | 20110712 | ||||
| 4 | IV_CONTENT_AREA_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | Content Area Type | 20110712 | |||
| 5 | IV_GUIBB_TYPE | Call by reference | Type reference (TYPE) | FPM_CFG_GUIBB_TYPE | 20110712 | ||||
| 6 | IV_NO_CREATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110712 | |||
| 7 | IV_NO_EDIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110712 | |||
| 8 | IV_TARGET_AREA | Call by reference | Type reference (TYPE) | STRING | 20110712 | ||||
| 9 | IV_TBAR_POSITION | Call by reference | Type reference (TYPE) | STRING | 20110712 |
Method GET_BUTTONS_AND_ACTIONS_OVP on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_DEPENDENCY_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_RELATION | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | 20110408 | ||||
| 2 | RV_DEPENDENCY_PARAM | Value transfer | Type reference (TYPE) | STRING | 20110408 |
Method GET_DEPENDENCY_PARAMS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_EXPOSED_PORT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_B_NAME | External Name of Assigned Object | 20110524 | |||
| 2 | RV_EXPOSED_PORT_ID | Value transfer | Type reference (TYPE) | FPM_MODEL_PORT_IDENTIFIER | FPM Wire Model: Port Identifier | 20110524 |
Method GET_EXPOSED_PORT_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_HIERARCHY_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110711 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20110711 | |||
| 3 | IV_PAGE_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | IF_FPM_CONSTANTS=>GC_CONTENT_AREA_TYPE-MAIN_AREA | Content Area Type | 20110711 | ||
| 4 | IV_PARENT_HIERARCHY_LEVEL | Call by reference | Type reference (TYPE) | I | 20110711 | ||||
| 5 | IV_PARENT_KEY | Call by reference | Type reference (TYPE) | STRING | 30 Characters | 20110711 | |||
| 6 | RV_CHILDREN_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110711 |
Method GET_HIERARCHY_CHILDREN on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER 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) | TY_S_BOL_TREE_CATALOG | 20130124 | ||||
| 2 | RV_IMAGE_SOURCE | Value transfer | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-IMAGE_SRC | 20130124 |
Method GET_IMAGE_SOURCE on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_JOIN_CONFIG_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_JOIN_CONFIG | Call by reference | Type reference (TYPE) | FPM_BOL_T_JOIN | FPM BOL Join Definition | 20110715 | |||
| 2 | EV_HAS_CHILD_GUIBBS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110715 | ||||
| 3 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | CRMT_COMPONENT_NAME | Component Name | 20110408 | |||
| 4 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 30 Characters | 20110408 | |||
| 5 | IV_SET_PARENT_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Set Parent key | 20110715 |
Method GET_JOIN_CONFIG_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_PAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PAGE_TYPE | Call by reference | Type reference (TYPE) | FPM_CONTENT_AREA_TYPE | Content Area Type | 20120426 | |||
| 2 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | Relation Name | 20120426 | |||
| 3 | RV_PAGE_ID | Value transfer | Type reference (TYPE) | FPM_CONTENT_AREA_ID | FPM: Content Area ID | 20120426 |
Method GET_PAGE_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_RELATED_CONFIG_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUIBB_TYPE | Call by reference | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-GUIBB_TYPE | 20120427 | ||||
| 2 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-OBJECT_RELATION | 20120427 | ||||
| 3 | RV_CONFIG_ID | Value transfer | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-CONFIG_ID | 20120427 |
Method GET_RELATED_CONFIG_ID on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_RELATED_HIER_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUIBB_TYPE | Call by reference | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-GUIBB_TYPE | 20120427 | ||||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-BOL_OBJECT | 20120427 | ||||
| 3 | RV_HIER_TEXT | Value transfer | Type reference (TYPE) | TY_S_BOL_TREE_CATALOG-CONFIG_DESC | 20120427 |
Method GET_RELATED_HIER_TEXT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method GET_RELATION_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | 20110408 | ||||
| 2 | RV_RELATION_OBJECT | Value transfer | Type reference (TYPE) | CRMT_EXT_OBJ_B_NAME | External Name of Assigned Object | 20110408 |
Method GET_RELATION_OBJECT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HANDLE_COLLECTION_PATTERN 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 | 20120425 |
Method HANDLE_COLLECTION_PATTERN on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HANDLE_FLOORPLAN_LAYOUT_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_OVP_CONFIG | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG | 20110712 | ||||
| 2 | IT_GUIBB_CONFIGS | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS | GUIBB Configuration Details Table | 20110408 | |||
| 3 | IV_FLOORPLAN_TYPE | Call by reference | Type reference (TYPE) | FPM_CFG_FLOORPLAN | Application Creation Tool: Floorplan Type | 20110408 |
Method HANDLE_FLOORPLAN_LAYOUT_DETAIL on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HANDLE_GUIBB_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GUIBB_DETAILS | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS | 20110408 |
Method HANDLE_GUIBB_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HANDLE_JC_AND_CU_CHECKBOXES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Boolean | 20110408 | |||
| 2 | IV_ROW_KEY | Call by reference | Type reference (TYPE) | STRING | 30 Characters | 20110408 |
Method HANDLE_JC_AND_CU_CHECKBOXES on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HANDLE_WIRE_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WIRE_MODEL | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TY_WIRING_DETAILS | 20110711 | ||||
| 2 | IT_GUIBB_CONFIGS | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TTY_GUIBB_CONF_DETAILS | GUIBB Configuration Details Table | 20110711 |
Method HANDLE_WIRE_DETAILS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method HAS_RELATED_GUIBBS 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 | 20120425 | ||||
| 2 | RV_HAS_RELATED_GUIBBS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120425 |
Method HAS_RELATED_GUIBBS on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method SET_CONF_SCREEN_UIBB_A_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OVP_PAGE | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-PAGES | 20120629 | ||||
| 2 | IV_FLOORPLAN_TYPE | Call by reference | Type reference (TYPE) | FPM_CFG_FLOORPLAN | Application Creation Tool: Floorplan Type | 20120629 |
Method SET_CONF_SCREEN_UIBB_A_LAYOUT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
Method SET_INIT_SCREEN_UIBB_A_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OVP_PAGE | Call by reference | Type reference (TYPE) | CL_FPM_CFG_BO_ACT_SERVICE_UTIL=>TS_OVP_CONFIG-PAGES | 20110712 | ||||
| 2 | IV_FLOORPLAN_TYPE | Call by reference | Type reference (TYPE) | FPM_CFG_FLOORPLAN | Application Creation Tool: Floorplan Type | 20110408 |
Method SET_INIT_SCREEN_UIBB_A_LAYOUT on class CL_FPM_ACT_BOL_OBJ_TREE_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |