SAP ABAP Class IF_RSBPCR_VIEW_PROVIDER (BPC: Persistence View Provider)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSBPCR_VIEW_BASE_PROVIDER | BPC: Resource View provider | 20130508 |
Properties
| Class | IF_RSBPCR_VIEW_PROVIDER | |
| Short Description | BPC: Persistence View Provider | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130508 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSBPCR_VIEW_PROVIDER has no interface implemented.
Friends
Class IF_RSBPCR_VIEW_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RSBPC_RESOURCE_ID | '000000' | BPC: Resource ID | 20130509 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'DASHBOARD_SWF' | 20130702 | |||
| 3 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'DASHBOARD_XLF' | 20130702 | |||
| 4 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'DEFAULT' | BPC: Resource View Type | 20130509 | ||
| 5 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'EXCEL_INPUT_FORM' | 20130906 | |||
| 6 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'EXCEL_REPORT' | 20130906 | |||
| 7 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'HYPERLINK' | 20130528 | |||
| 8 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'INPUT_FORM' | BPC: Resource View Type | 20130509 | ||
| 9 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'LINK' | BPC: Resource View Type | 20130509 | ||
| 10 | Constant | Public | Type reference (TYPE) | RSBPCR_VIEW_TYPE | 'LIVE_REPORT' | BPC: Resource View Type | 20130509 | ||
| 11 | Constant | Public | Type reference (TYPE) | VSCAN_PROFILE | '/SCET/GUI_UPLOAD' | 20130905 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130508 | ||
| 2 | Instance method | Public | Method | 20130508 | ||
| 3 | Instance method | Public | Method | 20130508 | ||
| 4 | Instance method | Public | Method | 20130508 | ||
| 5 | Instance method | Public | Method | 20130508 | ||
| 6 | Instance method | Public | Method | 20130508 | ||
| 7 | Instance method | Public | Method | 20131002 |
Events
Class IF_RSBPCR_VIEW_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_VIEW | Public | See coding | 20130508 | BEGIN OF TN_S_VIEW,
MODEL_TYPE TYPE RSBPC_MODEL_TYPE,
APPSET_ID TYPE RSBPC_APPSET_ID,
RESOURCE_ID TYPE RSBPC_RESOURCE_ID,
VIEW_ID TYPE RSBPC_RESOURCE_ID,
VIEW_TYPE TYPE RSBPCR_VIEW_TYPE,
ORDINAL TYPE RSBPC_INTEGER,
ORIG_LANGU TYPE LANGU,
PAYLOAD TYPE RSSTRING,
NAME TYPE RSBPC_FULLNAME,
DESCRIPTION TYPE RSBPC_DESC,
PROPERTY_LIST TYPE IF_RSBPCR_RES_MANAGER=>TN_T_PROPERTY,
CONTEXT TYPE IF_RSBPCR_RES_MANAGER=>TN_S_CONTEXT_HDR,
TEXT TYPE IF_RSBPCR_RES_MANAGER=>TN_T_TEXT,
END OF TN_S_VIEW
|
Method Signatures
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_NEW_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 | ||||
| 2 | I_SOURCE_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130508 | |||
| 3 | I_SOURCE_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 | |||
| 4 | I_SOURCE_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130509 | |||
| 5 | I_TARGET_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130508 | |||
| 6 | I_TARGET_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method CREATE_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 | ||||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130725 | ||
| 3 | I_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method DELETE_VIEW 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 | 20130508 | |||
| 2 | I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 | |||
| 3 | I_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method GET_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 | ||||
| 2 | IF_RETURN_PAYLOAD | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130816 | |||
| 3 | IS_MULTI_LANGU | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130627 | |||
| 4 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130508 | |||
| 5 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130708 | ||
| 6 | I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 | |||
| 7 | I_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method GET_VIEW_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_VIEW_ID | Call by reference | Type reference (TYPE) | RSBPC_T_RESOURCE_ID | BPC: Resource ID list | 20130508 | |||
| 2 | I_APPSET_ID | Call by reference | Type reference (TYPE) | RSBPC_APPSET_ID | BPC: AppSet ID | 20130508 | |||
| 3 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130708 | ||
| 4 | I_RESOURCE_ID | Call by reference | Type reference (TYPE) | RSBPC_RESOURCE_ID | BPC: Resource ID | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method UPDATE_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 | ||||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130725 | ||
| 3 | I_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20130508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BPC Exception: Persistence Execption | 20130806 |
Method VIRUS_SCAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_VIEW | Call by reference | Type reference (TYPE) | TN_S_VIEW | 20131002 |
Method VIRUS_SCAN on class IF_RSBPCR_VIEW_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |