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 CL_RSBPCPS_RES_DAO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_RSBPCR_RES_PROVIDER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS 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 N_APPSET_ID Instance attribute Public Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130703
2 N_APPSET_PREFIX Instance attribute Public Type reference (TYPE) RSBPC_APPSET_PREFIX BPC: AppSet Prefix 20130711
3 N_MODEL_TYPE Instance attribute Public Type reference (TYPE) RSBPC_MODEL_TYPE BPC: BPC Model Type(classic or pak) 20130703
4 N_RESOURCE_ID Instance attribute Public Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130703
5 N_RESOURCE_TYPE Instance attribute Public Type reference (TYPE) RSBPCR_RESOURCE_TYPE BPC: Resource Type 20130703
6 P_R_VERS_A Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCPS_RESOURCE_VERS 20130705
7 P_R_VERS_M Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCPS_RESOURCE_VERS BPC: resource version 20130702
8 P_R_VERS_N Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCPS_RESOURCE_VERS BPC: resource version 20130702
9 P_TH_RESOURCE_ALIAS Static Attribute Private Type reference (TYPE) TH_RESOURCE_ALIAS 20130705
10 P_TH_RESOURCE_INFO Static Attribute Private Type reference (TYPE) TH_RESOURCE_INFO 20130704
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130709
2 FACTORY Static method Public Method TLOGO factory 20130628
3 GET_OBJECT_REF Instance method Private Method 20130702
4 GET_PROPERTIES Instance method Public Method 20130705
5 INIT_RESOURCE_ALIAS Static method Private Method 20130705
6 INIT_RESOURCE_INFO Static method Private Method 20130704
7 SAVE_RESOURCE Instance method Private Method 20130705
8 SET_PROPERTIES 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 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130709
2 Importing 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 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130628
2 Importing I_CHECK_EXIST Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130628
3 Importing I_MODEL_TYPE Call by reference Type reference (TYPE) RSBPC_MODEL_TYPE BPC: BPC Model Type(classic or pak) 20130702
4 Importing I_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130628
5 Importing I_RESOURCE_TYPE Call by reference Type reference (TYPE) RSBPCR_RESOURCE_TYPE BPC: Resource Type 20130702
6 Returning R_R_RES Value transfer Object reference (TYPE REF TO) CL_RSBPCPS_RESOURCE BPC: BPC resource delegate 20130628
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130628

Method GET_OBJECT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130702
2 Returning 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 Exporting 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 Importing 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 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130704
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130709

Method SAVE_RESOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FAILED Call by reference Type reference (TYPE) RS_BOOL Boolean 20130708
2 Exporting E_S_RESOURCE Call by reference Type reference (TYPE) IF_RSBPCR_RES_PROVIDER=>TN_S_RESOURCE 20130705
3 Importing I_CREATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130705
4 Importing 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 Importing 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