SAP ABAP Class CL_RSBPCW_WS_BUFFER_MOCK (mock up class for work status store)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC-WS (Application Component) BPC 'unified model' - Work Status
⤷
RSBPCW (Package) BPC IP Extension: Work Status
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBPCW_WS_BUFFER_MOCK | work status buffer mock | 20130514 |
Properties
| Class | CL_RSBPCW_WS_BUFFER_MOCK | |
| Short Description | mock up class for work status store | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBPCW | BPC IP Extension: Work Status |
| Created | 20130429 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSBPCW_WS_BUFFER_MOCK has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSBPCW_WS_BUFFER_MOCK | work status buffer mock | 20130514 |
Friends
Class CL_RSBPCW_WS_BUFFER_MOCK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130514 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSBPC_APPL_ID | BPC: Application ID | 20130514 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TYTH_WS_BUFFER | Work Status Buffer | 20130610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130514 | ||
| 2 | Static method | Private | Method | Generate random olap area id | 20130610 | |
| 3 | Static method | Public | Method | 20130514 | ||
| 4 | Static method | Public | Method | Get WorkStatus Buffer from OLAP Area | 20130610 | |
| 5 | Static method | Public | Method | Remove work status buffer | 20130805 |
Events
Class CL_RSBPCW_WS_BUFFER_MOCK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_WS_BUFFER | Public | See coding | 20130610 | BEGIN OF tys_ws_buffer,
environment TYPE rsbpc_appset_id,
model type RSBPC_APPL_ID,
buffer type ref to IF_RSPLS_WORK_STATUS_BUFFER,
END OF tys_ws_buffer
|
||
| 2 | TYTH_WS_BUFFER | Public | See coding | 20130610 | tyth_ws_buffer TYPE HASHED TABLE OF tys_ws_buffer WITH UNIQUE KEY environment model
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL_ID | Call by reference | Type reference (TYPE) | RSBPC_APPL_ID | BPC: Application ID | 20130514 | |||
| 2 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130514 |
Method CONSTRUCTOR on class CL_RSBPCW_WS_BUFFER_MOCK has no exception.
Method GEN_RANDOM_OLAP_AREA_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_NAME | Call by reference | Type reference (TYPE) | STRING | 20130610 |
Method GEN_RANDOM_OLAP_AREA_ID on class CL_RSBPCW_WS_BUFFER_MOCK has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPL_ID | Call by reference | Type reference (TYPE) | RSBPC_APPL_ID | BPC: Application ID | 20130514 | |||
| 2 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130514 | |||
| 3 | R_O_WS_BUFFER | Value transfer | Object reference (TYPE REF TO) | IF_RSBPCW_WS_BUFFER_MOCK | mock up class for work status store | 20130514 |
Method GET_INSTANCE on class CL_RSBPCW_WS_BUFFER_MOCK has no exception.
Method GET_WS_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENVIRONMENT_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130610 | |||
| 2 | I_MODEL_ID | Call by reference | Type reference (TYPE) | RSBPC_APPL_ID | BPC: Application ID | 20130610 | |||
| 3 | R_O_WS_BUFFER | Value transfer | Object reference (TYPE REF TO) | IF_RSPLS_WORK_STATUS_BUFFER | Work Status Buffer | 20130610 |
Method GET_WS_BUFFER on class CL_RSBPCW_WS_BUFFER_MOCK has no exception.
Method REMOVE_WS_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENVIRONMENT_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130805 | |||
| 2 | I_MODEL_ID | Call by reference | Type reference (TYPE) | RSBPC_APPL_ID | BPC: Application ID | 20130805 |
Method REMOVE_WS_BUFFER on class CL_RSBPCW_WS_BUFFER_MOCK has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |