SAP ABAP Interface IF_FPM_COMPOSITE_CFG_ACC (Configuration Access Interface for Composite UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_COMPOSITE_CTX_ACC | Context Access Class for Composite UIBB | 20121203 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_COMPOSITE_TAB_ACC | Table Reader Access Class for Composite UIBB | 20121203 |
Properties
| Interface | IF_FPM_COMPOSITE_CFG_ACC | |
| Short Description | Configuration Access Interface for Composite UIBB |
General Data
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20121203 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_FPM_COMPOSITE_CFG_ACC has no interface.
Friends
Interface IF_FPM_COMPOSITE_CFG_ACC has no friend.
Attributes
Interface IF_FPM_COMPOSITE_CFG_ACC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121203 | ||
| 2 | Instance method | Public | Method | 20121203 | ||
| 3 | Instance method | Public | Method | 20121203 | ||
| 4 | Instance method | Public | Method | 20121203 | ||
| 5 | Instance method | Public | Method | 20121203 |
Events
Interface IF_FPM_COMPOSITE_CFG_ACC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_APP_SPECIFIC_CC | Public | See coding | 20121203 | BEGIN OF ty_s_app_specific_cc,
component TYPE wdy_component_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
instance_id TYPE fpm_instance_id,
END OF ty_s_app_specific_cc
|
||
| 2 | TY_S_CONF_COMP_USAGE | Public | See coding | 20121203 | BEGIN OF ty_s_conf_comp_usage,
parent_path TYPE fpm_s_uibb_conf_comp_usage-parent_path,
child_path TYPE fpm_s_uibb_conf_comp_usage-child_path,
config_id TYPE fpm_s_uibb_conf_comp_usage-config_id,
config_type TYPE fpm_s_uibb_conf_comp_usage-config_type,
config_var TYPE fpm_s_uibb_conf_comp_usage-config_var,
description TYPE fpm_s_uibb_conf_comp_usage-description,
fpm_primary_attribute TYPE fpm_element_id,
END OF ty_s_conf_comp_usage
|
||
| 3 | TY_S_PROPERTIES | Public | See coding | 20121203 | BEGIN OF ty_s_properties,
layout_type TYPE fpm_composite_layout_type,
END OF ty_s_properties
|
||
| 4 | TY_S_UIBB | Public | See coding | 20121203 | BEGIN OF ty_s_uibb,
component TYPE fpm_component_name,
interface_view TYPE fpm_window_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
fpm_primary_attribute TYPE fpm_element_id,
needs_stretching TYPE fpm_needs_stretching,
row TYPE fpm_composite_row,
column TYPE fpm_composite_column,
width TYPE fpm_composite_width,
height TYPE fpm_composite_height,
instance_id TYPE fpm_instance_id,
index TYPE fpm_index,
END OF ty_s_uibb
|
||
| 5 | TY_S_WIRE | Public | See coding | 20121203 | BEGIN OF ty_s_wire,
fpm_primary_attribute TYPE fpm_element_id,
component TYPE fpm_s_wire-component,
config_id TYPE fpm_s_wire-config_id,
config_type TYPE fpm_s_wire-config_type,
config_var TYPE fpm_s_wire-config_var,
instance_id TYPE fpm_s_wire-instance_id,
src_component TYPE fpm_s_wire-src_component,
src_config_id TYPE fpm_s_wire-src_config_id,
src_config_type TYPE fpm_s_wire-src_config_type,
src_config_var TYPE fpm_s_wire-src_config_var,
src_instance_id TYPE fpm_s_wire-src_instance_id,
port_type TYPE fpm_s_wire-port_type,
port_identifier TYPE fpm_s_wire-port_identifier,
connector TYPE fpm_s_wire-connector,
dependency_param TYPE fpm_s_wire-dependency_param,
END OF ty_s_wire
|
||
| 6 | TY_S_WIRE_PLUG | Public | See coding | 20121203 | BEGIN OF ty_s_wire_plug,
component TYPE fpm_s_uibb_instance_key-component,
config_id TYPE fpm_s_uibb_instance_key-config_id,
config_type TYPE fpm_s_uibb_instance_key-config_type,
config_var TYPE fpm_s_uibb_instance_key-config_var,
instance_id TYPE fpm_s_uibb_instance_key-instance_id,
wires TYPE ty_t_wire,
END OF ty_s_wire_plug
|
||
| 7 | TY_T_CONF_COMP_USAGE | Public | See coding | 20121203 | ty_t_conf_comp_usage TYPE STANDARD TABLE OF ty_s_conf_comp_usage
|
||
| 8 | TY_T_UIBB | Public | See coding | 20121203 | ty_t_uibb TYPE STANDARD TABLE OF ty_s_uibb
|
||
| 9 | TY_T_WIRE | Public | See coding | 20121203 | ty_t_wire TYPE STANDARD TABLE OF ty_s_wire
WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method GET_APP_SPECIFIC_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_APP_SPECIFIC_CC | Call by reference | Type reference (TYPE) | TY_S_APP_SPECIFIC_CC | 20121203 |
Method GET_APP_SPECIFIC_CC on Interface IF_FPM_COMPOSITE_CFG_ACC has no exception.
Method GET_CONF_COMP_USAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONF_COMP_USAGE | Call by reference | Type reference (TYPE) | TY_T_CONF_COMP_USAGE | 20121203 |
Method GET_CONF_COMP_USAGES on Interface IF_FPM_COMPOSITE_CFG_ACC has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PROPERTIES | Call by reference | Type reference (TYPE) | TY_S_PROPERTIES | 20121203 |
Method GET_PROPERTIES on Interface IF_FPM_COMPOSITE_CFG_ACC has no exception.
Method GET_UIBBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBB | Call by reference | Type reference (TYPE) | TY_T_UIBB | 20121203 |
Method GET_UIBBS on Interface IF_FPM_COMPOSITE_CFG_ACC has no exception.
Method GET_WIRE_PLUG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WIRE_PLUG | Call by reference | Type reference (TYPE) | TY_S_WIRE_PLUG | 20121203 |
Method GET_WIRE_PLUG on Interface IF_FPM_COMPOSITE_CFG_ACC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |