SAP ABAP Class CL_FPM_BO_ACT_SHARED_DATA_CONT (Shared data class for BO model based ACT)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CONF (Package) FPM: Configuration Editor
⤷
⤷
Properties
| Class | CL_FPM_BO_ACT_SHARED_DATA_CONT | |
| Short Description | Shared data class for BO model based ACT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_CONF | FPM: Configuration Editor |
| Created | 20100824 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FPM_BO_ACT_SHARED_DATA_CONT has no interface implemented.
Friends
Class CL_FPM_BO_ACT_SHARED_DATA_CONT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_BO_ACT_SHARED_DATA_CONT | Shared data class for BO model based ACT | 20101030 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_PARAMETER | 20100824 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Remove the parameter from the shared buffer | 20110331 | |
| 2 | Static method | Public | Method | Instantiate the Shared data class for the BO ACT | 20100824 | |
| 3 | Instance method | Public | Method | Get the value by passing the object key | 20100824 | |
| 4 | Instance method | Public | Method | Set the value by passing the object key and value | 20100824 |
Events
Class CL_FPM_BO_ACT_SHARED_DATA_CONT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAMETER | Private | See coding | 20100824 | BEGIN OF s_parameter,
key TYPE string,
value TYPE REF TO data,
END OF s_parameter
|
||
| 2 | T_PARAMETER | Private | See coding | 20100824 | t_parameter TYPE HASHED TABLE OF s_parameter WITH UNIQUE KEY KEY
|
Method Signatures
Method DELETE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20110331 |
Method DELETE_VALUE on class CL_FPM_BO_ACT_SHARED_DATA_CONT has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_DATA_CONT | Value transfer | Object reference (TYPE REF TO) | CL_FPM_BO_ACT_SHARED_DATA_CONT | Connector Class for BO model based ACT | 20100824 |
Method GET_INSTANCE on class CL_FPM_BO_ACT_SHARED_DATA_CONT has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100824 | ||||
| 2 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100824 |
Method GET_VALUE on class CL_FPM_BO_ACT_SHARED_DATA_CONT has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20100824 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100824 |
Method SET_VALUE on class CL_FPM_BO_ACT_SHARED_DATA_CONT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |