SAP ABAP Class CL_FPM_OIF (Communication Floorplan <-> AppCC)
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_OIF | Interface for Communication FPM App CC | 20070502 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20090122 |
Properties
| Class | CL_FPM_OIF | |
| Short Description | Communication Floorplan <-> AppCC | |
| 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 | 20070502 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_OIF | Interface for Communication FPM App CC | 20070502 | ||
| 2 | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20090122 |
Friends
Class CL_FPM_OIF 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) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF application | 20091201 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF state | 20091202 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF target state | 20091202 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20110413 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_OIF_STRUCTURE | 20070601 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | 'X' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20071207 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Current FPM Event is cancelled by App CC | 20070502 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20090122 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20091201 | |
| 3 | Instance method | Private | Method | Determine current state | 20081205 | |
| 4 | Instance method | Public | Method | Synchronizes local buffer with Floorplan context | 20070604 | |
| 5 | Instance method | Public | Method | 20070604 | ||
| 6 | Instance method | Private | Method | 20130418 | ||
| 7 | Instance method | Public | Method | Sets the currently processed event | 20070502 |
Events
Class CL_FPM_OIF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHANGE_FLAGS | Public | See coding | Flags about changes pes | 20070606 | begin of TY_S_CHANGE_FLAGS,
uibbs type boole_d,
subviews type boole_d,
mainviews type boole_d,
variants type boole_d,
subview_names type boole_d,
mainview_names type boole_d,
variant_selection type boole_d,
wires type boole_d,
conf_step type boole_d,
end of TY_S_CHANGE_FLAGS
|
Method Signatures
Method CHECK_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VARIANT_ID | Call by reference | Type reference (TYPE) | FPM_VARIANT_ID | FPM: ID of the variant | 20090122 | |||
| 2 | RV_VARIANT_ID | Value transfer | Type reference (TYPE) | STRING | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20090122 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FLOORPLAN_DATA | Value transfer | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF application | 20091201 | |||
| 2 | IO_FLOORPLAN_STATE | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF state | 20091202 | |||
| 3 | IO_FLOORPLAN_TARGET_STATE | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for OIF target state | 20091202 | |||
| 4 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20110413 |
Method CONSTRUCTOR on class CL_FPM_OIF has no exception.
Method GET_CURRENT_STATE_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CURRENT_STATE | Call by reference | Type reference (TYPE) | IF_FPM_OIF=>TY_S_STATE | Runtime state of OIF | 20081205 | |||
| 2 | IV_INTERNAL_CALL | Call by reference | Type reference (TYPE) | BOOLE_D | Internal call | 20081205 |
Method GET_CURRENT_STATE_INTERNAL on class CL_FPM_OIF has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_FPM_OIF has no parameter.
Method INITIALIZE on class CL_FPM_OIF has no exception.
Method IS_CHANGED_BY_APP_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070606 | |||
| 2 | ES_FLAGS | Call by reference | Type reference (TYPE) | TY_S_CHANGE_FLAGS | Flags about changes pes | 20070606 |
Method IS_CHANGED_BY_APP_CC on class CL_FPM_OIF has no exception.
Method RAT_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | 20130418 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20130418 |
Method RAT_TRACE on class CL_FPM_OIF has no exception.
Method SET_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 | 20070502 |
Method SET_EVENT on class CL_FPM_OIF has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |