SAP ABAP Class IF_RSBPCR_CONTEXT (BPC: Resource context)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSBPCR_CONTEXT BPC: Resource Context 20130509
Properties
Class IF_RSBPCR_CONTEXT  
Short Description BPC: Resource context    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130509   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSBPCR_CONTEXT has no interface implemented.
Friends
Class IF_RSBPCR_CONTEXT has no friend class.
Attributes
Class IF_RSBPCR_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BATCH_CREATE Instance method Public Method 20130523
2 BATCH_DELETE Instance method Public Method 20130523
3 BATCH_GET Instance method Public Method 20130523
4 BATCH_UPDATE Instance method Public Method 20130523
5 COPY_VIEW_CONTEXT Instance method Public Method 20130509
6 CREATE Instance method Public Method 20130523
7 DELETE Instance method Public Method 20130523
8 GET Instance method Public Method 20130523
9 UPDATE Instance method Public Method 20130523
Events
Class IF_RSBPCR_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_CONTEXT Public See coding 20130509 BEGIN OF TN_S_CONTEXT, MODEL_TYPE TYPE RSBPC_MODEL_TYPE, APPSET_ID TYPE RSBPC_APPSET_ID, RESOURCE_ID TYPE RSBPC_RESOURCE_ID, T_VIEW_CONTEXT TYPE TN_T_CONTEXT_HDR, END OF TN_S_CONTEXT
2 TN_S_CONTEXT_HDR Public See coding 20130509 BEGIN OF TN_S_CONTEXT_HDR, VIEW_ID TYPE RSBPC_RESOURCE_ID, DATASOURCE_TYPE TYPE RSSTRING, DATASOURCE TYPE RSSTRING, T_ITEM_LIST TYPE TN_T_CONTEXT_ITEM, END OF TN_S_CONTEXT_HDR
3 TN_S_CONTEXT_ITEM Public See coding 20130509 BEGIN OF TN_S_CONTEXT_ITEM, DIMENSION TYPE RSIOBJNM, MEMBER TYPE STRING, END OF TN_S_CONTEXT_ITEM
4 TN_S_VIEW_CONTEXT_HDR Public See coding 20130523 BEGIN OF TN_S_VIEW_CONTEXT_HDR, APPSET_ID TYPE RSBPC_APPSET_ID, RESOURCE_ID TYPE RSBPC_RESOURCE_ID, VIEW_ID TYPE RSBPC_RESOURCE_ID, DATASOURCE_TYPE TYPE RSSTRING, DATASOURCE TYPE RSSTRING, T_ITEM_LIST TYPE TN_T_CONTEXT_ITEM, END OF TN_S_VIEW_CONTEXT_HDR
5 TN_T_CONTEXT_HDR Public See coding 20130509 TN_T_CONTEXT_HDR TYPE STANDARD TABLE OF TN_S_CONTEXT_HDR WITH DEFAULT KEY
6 TN_T_CONTEXT_ITEM Public See coding 20130509 TN_T_CONTEXT_ITEM TYPE STANDARD TABLE OF TN_S_CONTEXT_ITEM WITH DEFAULT KEY
7 TN_T_VIEW_CONTEXT_HDR Public See coding 20130523 TN_T_VIEW_CONTEXT_HDR TYPE STANDARD TABLE OF TN_S_VIEW_CONTEXT_HDR WITH DEFAULT KEY
Method Signatures

Method BATCH_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CONTEXT Call by reference Type reference (TYPE) TN_S_CONTEXT 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method BATCH_DELETE 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 20130523
2 Importing I_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method BATCH_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_CONTEXT Call by reference Type reference (TYPE) TN_S_CONTEXT 20130523
2 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130523
3 Importing I_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method BATCH_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_CONTEXT Call by reference Type reference (TYPE) TN_S_CONTEXT 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method COPY_VIEW_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130509
2 Importing I_SOURCE_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130509
3 Importing I_SOURCE_VIEW_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130509
4 Importing I_TARGET_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130509
5 Importing I_TARGET_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130509
6 Importing I_TARGET_VIEW_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130509
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) TN_S_VIEW_CONTEXT_HDR 20130523
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130725
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method DELETE 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 20130523
2 Importing I_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
3 Importing I_VIEW_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_CONTEXT Call by reference Type reference (TYPE) TN_S_VIEW_CONTEXT_HDR 20130523
2 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130523
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130725
4 Importing I_RESOURCE_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
5 Importing I_VIEW_ID Call by reference Type reference (TYPE) RSBPC_RESOURCE_ID BPC: Resource ID 20130523
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) TN_S_VIEW_CONTEXT_HDR 20130523
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130725
# Exception Resumable Description Created on
1 CX_RSBPCR_EXCEPTION BPC Exception: Persistence Execption 20130806
History
Last changed by/on SAP  20140121 
SAP Release Created in