SAP ABAP Class CL_RSBPCPS_RESOURCE (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_RSBPCA_TLOGO_BASE | BPC IP Extension: TLOGO Base | 20130628 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_TLOGO | TLOGO Object | 20130628 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_TLOGO_GENERAL | BW Repository: TLOGO Objects - General | 20130628 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_TLOGO_MAINTAIN | BW Repository: TLOGO Objects - Changes/Maintenance | 20130628 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_TLOGO_MAINTAIN_INT | BW Repository: TLOGO Objects - INTERN: Activation | 20130628 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_TLOGO_TRANSPORT | Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) | 20130628 |
Properties
| Class | CL_RSBPCPS_RESOURCE | |
| Short Description | BPC: BPC resource delegate | |
| Super Class | CL_RSBPCA_TLOGO_BASE | BPC IP Extension: TLOGO Base |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBPCPS | BPC IP Extension: Persistency Service |
| Created | 20130628 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSO_TLOGO | TLOGO Object | 20130628 | ||
| 2 | IF_RSO_TLOGO_GENERAL | BW Repository: TLOGO Objects - General | 20130628 | ||
| 3 | IF_RSO_TLOGO_MAINTAIN | BW Repository: TLOGO Objects - Changes/Maintenance | 20130628 | ||
| 4 | IF_RSO_TLOGO_MAINTAIN_INT | BW Repository: TLOGO Objects - INTERN: Activation | 20130628 | ||
| 5 | IF_RSO_TLOGO_TRANSPORT | Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) | 20130628 |
Friends
Class CL_RSBPCPS_RESOURCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130703 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSBPC_APPSET_PREFIX | BPC: AppSet Prefix | 20130711 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSBPC_MODEL_TYPE | BPC: BPC Model Type(classic or pak) | 20130703 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130703 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | RSBPCR_RESOURCE_TYPE | BPC: Resource Type | 20130703 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBPCPS_RESOURCE_VERS | 20130705 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBPCPS_RESOURCE_VERS | BPC: resource version | 20130702 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSBPCPS_RESOURCE_VERS | BPC: resource version | 20130702 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TH_RESOURCE_ALIAS | 20130705 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | TH_RESOURCE_INFO | 20130704 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130709 | ||
| 2 | Static method | Public | Method | TLOGO factory | 20130628 | |
| 3 | Instance method | Private | Method | 20130702 | ||
| 4 | Instance method | Public | Method | 20130705 | ||
| 5 | Static method | Private | Method | 20130705 | ||
| 6 | Static method | Private | Method | 20130704 | ||
| 7 | Instance method | Private | Method | 20130705 | ||
| 8 | Instance method | Public | Method | 20130703 |
Events
Class CL_RSBPCPS_RESOURCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_RESOURCE_INFO | Private | See coding | 20130712 | BEGIN OF s_resource_info,
appset_id TYPE rsbpc_appset_id,
th_resource TYPE cl_rsbpcps_res_dao=>th_resource_info,
END OF s_resource_info
|
||
| 2 | S_RES_ALIAS | Private | See coding | 20130712 | BEGIN OF s_res_alias,
appset_id TYPE rsbpc_appset_id,
th_alias TYPE HASHED TABLE of CL_RSBPCPS_RES_ALIAS_MANAGER=>TN_s_RES_ALIAS WITH UNIQUE KEY appset_id RESOURCE_ID objvers,
END OF s_res_alias
|
||
| 3 | TH_RESOURCE_ALIAS | Private | See coding | 20130705 | th_resource_alias TYPE HASHED TABLE OF s_res_alias WITH UNIQUE KEY appset_id
|
||
| 4 | TH_RESOURCE_INFO | Private | See coding | 20130712 | th_resource_info TYPE HASHED TABLE OF s_resource_info 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_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130709 | |||
| 2 | I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20130709 |
Method CONSTRUCTOR on class CL_RSBPCPS_RESOURCE has no exception.
Method FACTORY 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 | 20130628 | |||
| 2 | I_CHECK_EXIST | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130628 | ||
| 3 | I_MODEL_TYPE | Call by reference | Type reference (TYPE) | RSBPC_MODEL_TYPE | BPC: BPC Model Type(classic or pak) | 20130702 | |||
| 4 | I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130628 | |||
| 5 | I_RESOURCE_TYPE | Call by reference | Type reference (TYPE) | RSBPCR_RESOURCE_TYPE | BPC: Resource Type | 20130702 | |||
| 6 | R_R_RES | Value transfer | Object reference (TYPE REF TO) | CL_RSBPCPS_RESOURCE | BPC: BPC resource delegate | 20130628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130628 |
Method GET_OBJECT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Object version | 20130702 | |||
| 2 | R_R_RES_VERS | Value transfer | Object reference (TYPE REF TO) | CL_RSBPCPS_RESOURCE_VERS | BPC: resource version | 20130702 |
Method GET_OBJECT_REF on class CL_RSBPCPS_RESOURCE has no exception.
Method GET_PROPERTIES 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 | 20130705 |
Method GET_PROPERTIES on class CL_RSBPCPS_RESOURCE has no exception.
Method INIT_RESOURCE_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 | 20130705 |
Method INIT_RESOURCE_ALIAS on class CL_RSBPCPS_RESOURCE has no exception.
Method INIT_RESOURCE_INFO 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 | 20130704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130709 |
Method SAVE_RESOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FAILED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130708 | |||
| 2 | E_S_RESOURCE | Call by reference | Type reference (TYPE) | IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE | 20130705 | ||||
| 3 | I_CREATE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130705 | ||
| 4 | I_S_RESOURCE | Call by reference | Type reference (TYPE) | IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE | 20130705 |
Method SAVE_RESOURCE on class CL_RSBPCPS_RESOURCE has no exception.
Method SET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_RESOURCE | Call by reference | Type reference (TYPE) | IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE | 20130703 |
Method SET_PROPERTIES on class CL_RSBPCPS_RESOURCE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |