SAP ABAP Class CL_FPM_SERVICE_MANAGER (CL_FPM_SERVICE_MANAGER)
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_SERVICE_MANAGER | |
| Short Description | ||
| 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 | 20070411 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_SERVICE_MANAGER has no forward declaration.
Interfaces
Class CL_FPM_SERVICE_MANAGER has no interface implemented.
Friends
Class CL_FPM_SERVICE_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FPM_SERVICE_KEY | `CNR_GAF` | Key for Contextual Navigation Region in GAF | 20070504 | ||
| 2 | Constant | Public | Type reference (TYPE) | FPM_SERVICE_KEY | `CNR_OIF` | Key for Contextual Navigation Region in OIF | 20070504 | ||
| 3 | Constant | Public | Type reference (TYPE) | FPM_SERVICE_KEY | `CNR_OVP` | Key for Contextual Navigation Region in GAF | 20090312 | ||
| 4 | Constant | Public | Type reference (TYPE) | FPM_SERVICE_KEY | `IDR` | Key for IDentification Region | 20070411 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | T_SERVICE_REGISTRY | 20070411 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Gets the service interface for the given key | 20070411 | |
| 2 | Static method | Public | Method | Register a service interface for the given key | 20070411 | |
| 3 | Static method | Public | Method | Cleanup service_map - to be called from CL_FPM only | 20070713 |
Events
Class CL_FPM_SERVICE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SERVICE_ENTRY | Private | See coding | 20070411 | BEGIN OF s_service_entry,
fpm_instance type ref to if_fpm,
service_key TYPE fpm_service_key,
service_interface TYPE REF TO object,
END OF s_service_entry
|
||
| 2 | T_SERVICE_REGISTRY | Private | See coding | 20070411 | t_service_registry TYPE HASHED TABLE OF s_service_entry WITH UNIQUE KEY
fpm_instance
service_key
|
Method Signatures
Method GET_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101118 | |||
| 2 | IV_SERVICE_KEY | Call by reference | Type reference (TYPE) | FPM_SERVICE_KEY | Service key | 20070411 | |||
| 3 | RR_SERVICE_INTERFACE | Value transfer | Object reference (TYPE REF TO) | OBJECT | Reference to service interface | 20070411 |
Method GET_SERVICE on class CL_FPM_SERVICE_MANAGER has no exception.
Method REGISTER_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101118 | |||
| 2 | IR_SERVICE_INTERFACE | Call by reference | Object reference (TYPE REF TO) | OBJECT | Reference to service interface | 20070411 | |||
| 3 | IV_SERVICE_KEY | Call by reference | Type reference (TYPE) | FPM_SERVICE_KEY | Service key | 20070411 |
Method REGISTER_SERVICE on class CL_FPM_SERVICE_MANAGER has no exception.
Method UNREGISTER_ALL_SERVICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20101118 |
Method UNREGISTER_ALL_SERVICES on class CL_FPM_SERVICE_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |