SAP ABAP Class CL_FPM_WIRE_UTILITIES (Utilities for Wiring)
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)
⤷
⤷
Properties
| Class | CL_FPM_WIRE_UTILITIES | |
| Short Description | Utilities for Wiring | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20081215 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_WIRE_UTILITIES has no forward declaration.
Interfaces
Class CL_FPM_WIRE_UTILITIES has no interface implemented.
Friends
Class CL_FPM_WIRE_UTILITIES has no friend class.
Attributes
Class CL_FPM_WIRE_UTILITIES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20111006 | ||
| 2 | Static method | Private | Method | 20081215 | ||
| 3 | Static method | Public | Method | 20081215 | ||
| 4 | Static method | Public | Method | 20081215 |
Events
Class CL_FPM_WIRE_UTILITIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PARAMETER_VALUE | Public | See coding | 20081215 | BEGIN OF ty_s_parameter_value,
name TYPE fpm_s_parameter_def-name,
description TYPE fpm_s_parameter_def-description,
value TYPE REF TO data,
END OF ty_s_parameter_value
|
||
| 2 | TY_T_PARAMETER_VALUE | Public | See coding | 20081215 | ty_t_parameter_value TYPE STANDARD TABLE OF ty_s_parameter_value
WITH DEFAULT KEY
|
Method Signatures
Method EXCHANGE_UIBB_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WIRE_API | Call by reference | Object reference (TYPE REF TO) | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20111006 | |||
| 2 | IS_NEW_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20111006 | |||
| 3 | IS_OLD_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20111006 | |||
| 4 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | FPM_VARIANT_ID | FPM: ID of the variant | 20111006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111006 |
Method GET_STRUCT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAM_DEF | Call by reference | Type reference (TYPE) | FPM_T_PARAMETER_DEF | Parameter Definition | 20081215 | |||
| 2 | RR_STRUCT | Value transfer | Object reference (TYPE REF TO) | DATA | 20081215 |
Method GET_STRUCT_REF on class CL_FPM_WIRE_UTILITIES has no exception.
Method PARAM_VALUES_2_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CONNECTOR_DEF | Connector: Design Time | 20081215 | |||
| 2 | IT_PARAMETER_VALUE | Call by reference | Type reference (TYPE) | FPM_T_PARAMETER_VALUE | Parameter values | 20081215 | |||
| 3 | RV_XML | Value transfer | Type reference (TYPE) | FPM_S_WIRE-DEPENDENCY_PARAM | Dependency Parameter (XML) | 20081215 |
Method PARAM_VALUES_2_XML on class CL_FPM_WIRE_UTILITIES has no exception.
Method XML_2_PARAM_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PARAMETER_VALUE | Call by reference | Type reference (TYPE) | TY_T_PARAMETER_VALUE | Parameter values | 20081215 | |||
| 2 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CONNECTOR_DEF | Connector: Design Time | 20081215 | |||
| 3 | IV_XML | Call by reference | Type reference (TYPE) | FPM_S_WIRE-DEPENDENCY_PARAM | Dependency Parameter (XML) | 20081215 |
Method XML_2_PARAM_VALUES on class CL_FPM_WIRE_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |