SAP ABAP Class CL_FPM_GAF (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_GAF | Interface for Communication FPM App CC | 20070508 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20090126 |
Properties
Class | CL_FPM_GAF | |
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 | 20070503 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_GAF has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GAF | Interface for Communication FPM App CC | 20070508 | ||
2 | IF_FPM_WIRE_MODEL | Interface for Communication FPM App CC. Wire Model | 20090126 |
Friends
Class CL_FPM_GAF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | 20070613 | ||||
2 | ![]() |
Constant | Private | See coding | 20070613 | ||||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20120814 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF application | 20091201 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF state | 20091202 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF target state | 20091202 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM | CL_FPM | 20101117 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GAF_STRUCTURE | 20070614 | |||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLE_D | 'X' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20071207 | |
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Current FPM Event is cancelled by App CC | 20070508 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100825 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080807 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090126 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091201 |
3 | ![]() |
Instance method | Public | Method | Synchronizes local buffer with Floorplan context | 20070614 |
4 | ![]() |
Instance method | Public | Method | 20070614 | |
5 | ![]() |
Instance method | Private | Method | 20120814 | |
6 | ![]() |
Instance method | Public | Method | Sets the currently processed event | 20070508 |
7 | ![]() |
Instance method | Public | Method | 20070615 |
Events
Class CL_FPM_GAF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CHANGE_FLAGS | Public | See coding | 20070614 | begin of TY_S_CHANGE_FLAGS,
uibbs type boole_d,
mainstep_names type boole_d,
substep_names type boole_d,
hidden_mainstep type boole_d,
hidden_substep type boole_d,
enabled_mainstep type boole_d,
variant_selection type boole_d,
substep_variant_selection type boole_d,
wires type boole_d,
content_area 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 | 20090126 | ||
2 | ![]() |
RV_VARIANT_ID | Value transfer | Type reference (TYPE) | STRING | 20090126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Floorplan exceptions | 20090126 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FLOORPLAN_DATA | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF application | 20091201 | ||
2 | ![]() |
IO_FLOORPLAN_STATE | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF state | 20091202 | ||
3 | ![]() |
IO_FLOORPLAN_TARGET_STATE | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONTEXT_MANAGER | FPM Context Manager for GAF target state | 20091202 | ||
4 | ![]() |
IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101117 |
Method CONSTRUCTOR on class CL_FPM_GAF has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_FPM_GAF has no parameter.
Method INITIALIZE on class CL_FPM_GAF 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 (=' ') | 20070614 | ||
2 | ![]() |
ES_FLAGS | Call by reference | Type reference (TYPE) | TY_S_CHANGE_FLAGS | Flags about changes pes | 20070614 |
Method IS_CHANGED_BY_APP_CC on class CL_FPM_GAF 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 | 20120814 | |||
2 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20120814 |
Method RAT_TRACE on class CL_FPM_GAF 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 | 20070508 |
Method SET_EVENT on class CL_FPM_GAF has no exception.
Method UPDATE_CONTEXT Signature
Method UPDATE_CONTEXT on class CL_FPM_GAF has no parameter.
Method UPDATE_CONTEXT on class CL_FPM_GAF has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |