SAP ABAP Class CL_FPM_TEST_DOUBLE (Test double for IF_FPM)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM | Interface for accessing FPM functionality | 20110830 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CNR_GAF | Interface for CNR in GAF | 20111004 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20111004 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CNR_OVP | Toolbar API for OVP | 20111004 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_IDR | 20111004 | |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_NAVIGATE_TO | Navigate to targets | 20110926 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_NAVIGATION | List of Navigationtargets | 20110926 |
Properties
| Class | CL_FPM_TEST_DOUBLE | |
| Short Description | Test double for IF_FPM | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20110830 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM | Interface for accessing FPM functionality | 20110830 | ||
| 2 | IF_FPM_CNR_GAF | Interface for CNR in GAF | 20111004 | ||
| 3 | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20111004 | ||
| 4 | IF_FPM_CNR_OVP | Toolbar API for OVP | 20111004 | ||
| 5 | IF_FPM_IDR | 20111004 | |||
| 6 | IF_FPM_NAVIGATE_TO | Navigate to targets | 20110926 | ||
| 7 | IF_FPM_NAVIGATION | List of Navigationtargets | 20110926 |
Friends
Class CL_FPM_TEST_DOUBLE 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) | IF_FPM_TEST_CALLBACK | Callbacks for use in Feeder Unit Test Environment | 20110905 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CLASSDESCR | Runtime Type Services | 20111004 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | OBJECT | Generic List UI Building Block | 20110901 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_INTFDESCR | Runtime Type Services | 20110905 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20110905 | ||||
| 6 | Instance attribute | Private | See coding | 20110901 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20110902 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110905 |
Methods
Events
Class CL_FPM_TEST_DOUBLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_METHOD_CALL | Public | See coding | 20110902 | begin of S_METHOD_CALL,
name type seomtdname,
callstack type abap_callstack,
parameter type ref to cl_fpm_parameter,
end of s_method_call
|
||
| 2 | T_METHOD_CALL | Public | See coding | 20110901 | t_method_call type standard table of s_method_call
|
Method Signatures
Method CALL_AFTER_FAILED_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110906 |
Method CALL_AFTER_FAILED_EVENT on class CL_FPM_TEST_DOUBLE has no exception.
Method CALL_FLUSH Signature
Method CALL_FLUSH on class CL_FPM_TEST_DOUBLE has no parameter.
Method CALL_FLUSH on class CL_FPM_TEST_DOUBLE has no exception.
Method CALL_GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110905 |
Method CALL_GET_DATA on class CL_FPM_TEST_DOUBLE has no exception.
Method CALL_PROCESS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20110905 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110905 |
Method CALL_PROCESS_EVENT on class CL_FPM_TEST_DOUBLE has no exception.
Method CLEAR_CALLS Signature
Method CLEAR_CALLS on class CL_FPM_TEST_DOUBLE has no parameter.
Method CLEAR_CALLS on class CL_FPM_TEST_DOUBLE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_TEST_DOUBLE has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_DOUBLE has no exception.
Method CREATE_FEEDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20110901 | |||
| 2 | IT_PARAMETER | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_FORM_CONFIG=>TY_T_PARAMETER | 20110901 | ||||
| 3 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20110901 | |||
| 4 | IV_FEEDER | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20110901 | |||
| 5 | RO_FEEDER | Value transfer | Object reference (TYPE REF TO) | IF_FPM_GUIBB | Generic UI Building Block | 20110901 |
Method CREATE_FEEDER on class CL_FPM_TEST_DOUBLE has no exception.
Method GET_CALLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CALL | Call by reference | Type reference (TYPE) | T_METHOD_CALL | 20110902 |
Method GET_CALLS on class CL_FPM_TEST_DOUBLE has no exception.
Method GET_INTERFACE_DESCRIPTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20110902 | |||
| 2 | LO_DESCRIPTOR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_INTFDESCR | Runtime Type Services | 20110902 |
Method GET_INTERFACE_DESCRIPTOR on class CL_FPM_TEST_DOUBLE has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEST_DOUBLE | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Application specific Test double | 20110902 |
Method INITIALIZE on class CL_FPM_TEST_DOUBLE has no exception.
Method INITIALIZE_FEEDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEST_DOUBLE | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Application specific test double | 20110901 | |||
| 2 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Configuration Key (only passed to Feeder) | 20110901 | |||
| 3 | IT_PARAMETER | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_FORM_CONFIG=>TY_T_PARAMETER | Parameters for Feeder instantiation | 20110901 | |||
| 4 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Component name (only passed to Feeder) | 20110901 | |||
| 5 | IV_FEEDER | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of Feeder Class | 20110901 | |||
| 6 | RO_FEEDER | Value transfer | Object reference (TYPE REF TO) | IF_FPM_GUIBB | Feeder | 20110901 |
Method INITIALIZE_FEEDER on class CL_FPM_TEST_DOUBLE has no exception.
Method INITIALIZE_FEEDER_FROM_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TEST_DOUBLE | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Application specific Test double | 20110901 | |||
| 2 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Configuration Identification | 20110901 | |||
| 3 | RO_FEEDER | Value transfer | Object reference (TYPE REF TO) | IF_FPM_GUIBB | Feeder | 20110901 |
Method INITIALIZE_FEEDER_FROM_CONFIG on class CL_FPM_TEST_DOUBLE has no exception.
Method SIMULATE_EVENT_LOOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TEST_CALLBACK | Callbacks for use in Feeder Unit Test Environment | 20110902 | |||
| 2 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_COMPLEXDESCR | Needed only in case framework must not call GET_DEFINITION | 20110902 | |||
| 3 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110902 | |||
| 4 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Only needed if feeder is used for different GUIBBs | 20110902 |
Method SIMULATE_EVENT_LOOP on class CL_FPM_TEST_DOUBLE has no exception.
Method TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_METHOD_CALL | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20110901 |
Method TRACE on class CL_FPM_TEST_DOUBLE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |