SAP ABAP Class CL_RSBPCPS_RES_DELEGATE (BPC: BPC resource delegate)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC-INF-WP (Application Component) BPC 'unified model' - Workspace infrastructure
⤷
RSBPCPS (Package) BPC IP Extension: Persistency Service
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBPCR_RES_BASE_PROVIDER | BPC: Base Resource Provider | 20130701 |
Properties
| Class | CL_RSBPCPS_RES_DELEGATE | |
| Short Description | BPC: BPC resource delegate | |
| Super Class | CL_RSBPCR_RES_BASE_PROVIDER | BPC: Base Resource Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBPCPS | BPC IP Extension: Persistency Service |
| Created | 20130701 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSBPCPS_RES_DELEGATE has no interface implemented.
Friends
Class CL_RSBPCPS_RES_DELEGATE 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_RSBPCPS_RESOURCE_COLLECTION | BPC: Collection class for resource management tlogo | 20130702 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TH_RES_ALIAS | 20130712 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130702 | ||
| 2 | Instance method | Private | Method | 20130703 | ||
| 3 | Static method | Public | Method | 20130712 | ||
| 4 | Instance method | Private | Method | 20130702 |
Events
Class CL_RSBPCPS_RES_DELEGATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_RES_ALIAS | Private | See coding | 20130712 | BEGIN OF s_res_alias,
appset_id TYPE rsbpc_appset_id,
t_alias TYPE CL_RSBPCPS_RES_ALIAS_MANAGER=>TN_T_RES_ALIAS,
END OF s_res_alias
|
||
| 2 | TH_RES_ALIAS | Private | See coding | 20130712 | th_res_alias TYPE HASHED TABLE OF s_res_alias WITH UNIQUE KEY appset_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODEL_TYPE | Call by reference | Type reference (TYPE) | RSBPC_MODEL_TYPE | BPC: BPC Model Type(classic or pak) | 20130702 | |||
| 2 | I_RESOURCE_TYPE | Call by reference | Type reference (TYPE) | RSBPCR_RESOURCE_TYPE | BPC: Resource Type | 20130702 |
Method CONSTRUCTOR on class CL_RSBPCPS_RES_DELEGATE has no exception.
Method DELETE_RESOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130703 | |||
| 2 | I_CHECK_AUTH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Boolean | 20130715 | ||
| 3 | I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130709 |
Method LOAD_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130712 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130712 |
Method SAVE_RESOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_RESOURCE | Call by reference | Type reference (TYPE) | IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE | 20130703 | ||||
| 2 | IF_RETURN_PAYLOAD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130816 | |||
| 3 | I_CREATE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130703 | ||
| 4 | I_S_RESOURCE | Call by reference | Type reference (TYPE) | IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE | 20130702 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130709 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |