SAP ABAP Interface IF_RSBPCR_CONTEXT (BPC: Resource context)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC-INF-WP (Application Component) BPC 'unified model' - Workspace infrastructure
⤷
RSBPCR (Package) BPC IP Extension: Resource & Workspace Management

⤷

⤷

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
Interface | IF_RSBPCR_CONTEXT | |
Short Description | BPC: Resource context |
General Data
Package | RSBPCR | BPC IP Extension: Resource & Workspace Management |
Created | 20130509 | SAP |
Last changed | 20140121 | SAP |
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
Interface IF_RSBPCR_CONTEXT has no interface.
Friends
Interface IF_RSBPCR_CONTEXT has no friend.
Attributes
Interface IF_RSBPCR_CONTEXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130523 | |
2 | ![]() |
Instance method | Public | Method | 20130523 | |
3 | ![]() |
Instance method | Public | Method | 20130523 | |
4 | ![]() |
Instance method | Public | Method | 20130523 | |
5 | ![]() |
Instance method | Public | Method | 20130509 | |
6 | ![]() |
Instance method | Public | Method | 20130523 | |
7 | ![]() |
Instance method | Public | Method | 20130523 | |
8 | ![]() |
Instance method | Public | Method | 20130523 | |
9 | ![]() |
Instance method | Public | Method | 20130523 |
Events
Interface 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 | ![]() |
I_S_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_CONTEXT | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method BATCH_DELETE 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 | 20130523 | ||
2 | ![]() |
I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method BATCH_GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_CONTEXT | 20130523 | |||
2 | ![]() |
I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130523 | ||
3 | ![]() |
I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method BATCH_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_CONTEXT | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_SOURCE_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130509 | ||
2 | ![]() |
I_SOURCE_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130509 | ||
3 | ![]() |
I_SOURCE_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130509 | ||
4 | ![]() |
I_TARGET_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130509 | ||
5 | ![]() |
I_TARGET_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130509 | ||
6 | ![]() |
I_TARGET_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130509 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_VIEW_CONTEXT_HDR | 20130523 | |||
2 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130725 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method DELETE 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 | 20130523 | ||
2 | ![]() |
I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 | ||
3 | ![]() |
I_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_VIEW_CONTEXT_HDR | 20130523 | |||
2 | ![]() |
I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130523 | ||
3 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130725 | |
4 | ![]() |
I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 | ||
5 | ![]() |
I_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTEXT | Call by reference | Type reference (TYPE) | TN_S_VIEW_CONTEXT_HDR | 20130523 | |||
2 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130725 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BPC Exception: Persistence Execption | 20130806 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |