SAP ABAP Class CL_RSBPCK_AO_SERVICE (BPC: AO service)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC (Application Component) BPC 'unified model'
⤷
RSBPCK (Package) BPC IP Extension: Analysis Office
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBPCK_AO_CONSTANTS | BPC: AO constants | 20130517 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBPCK_AO_SERVICE | BPC: AO service | 20130515 |
Properties
| Class | CL_RSBPCK_AO_SERVICE | |
| Short Description | BPC: AO service | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBPCK | BPC IP Extension: Analysis Office |
| Created | 20130515 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSBPCK_AO_CONSTANTS | BPC: AO constants | 20130517 | ||
| 2 | IF_RSBPCK_AO_SERVICE | BPC: AO service | 20130515 |
Friends
Class CL_RSBPCK_AO_SERVICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130515 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20130515 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | User Name | 20130515 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSBPCK_S_OBJ | Workbook: Object Set | 20130515 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSTLOGO | BW: Object Type (TLOGO) | 20130515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check authority for user activity | 20130515 | |
| 2 | Instance method | Public | Method | Check consistency | 20130515 | |
| 3 | Instance method | Public | Constructor | 20130515 | ||
| 4 | Instance method | Public | Method | Get content release and version | 20130515 | |
| 5 | Instance method | Private | Method | Load from Database | 20130515 | |
| 6 | Instance method | Public | Method | Save Objects to DB | 20130515 | |
| 7 | Instance method | Public | Method | Set content release and version | 20130515 | |
| 8 | Instance method | Public | Method | Set Object status (ACT, INA,...) | 20130515 | |
| 9 | Instance method | Public | Method | Set Object Verison (A, D, N) | 20130515 |
Events
Class CL_RSBPCK_AO_SERVICE has no event.
Types
Class CL_RSBPCK_AO_SERVICE has no local type.
Method Signatures
Method CHECK_AUTHORITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVITY | Value transfer | Type reference (TYPE) | ACTIV_AUTH | Activity | 20130515 | |||
| 2 | IV_USER | Value transfer | Type reference (TYPE) | XUBNAME | SY-UNAME | User Name in User Master Record | 20130515 | ||
| 3 | IV_WBTYPE | Value transfer | Type reference (TYPE) | RSBPCK_WB_TYPE | 20130614 | ||||
| 4 | IV_WB_ID | Value transfer | Type reference (TYPE) | RSBPCK_WB_ID | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No Authorization (Do Not Use as Higher-Level Class) | 20130515 |
Method CHECK_CONSISTENCY Signature
Method CHECK_CONSISTENCY on class CL_RSBPCK_AO_SERVICE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Inconsistent Data | 20130515 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL_ID | Value transfer | Type reference (TYPE) | RSBPC_APPL_ID | 20130614 | ||||
| 2 | IV_APPSET_ID | Value transfer | Type reference (TYPE) | RSBPC_APPSET_ID | 20130614 | ||||
| 3 | IV_ENQMODE | Value transfer | Type reference (TYPE) | ENQMODE | RS_C_ENQMODE-EXCL | Lock mode | 20130515 | ||
| 4 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130515 | ||
| 5 | IV_WBTYPE | Value transfer | Type reference (TYPE) | RSBPCK_WB_TYPE | IF_RSBPCK_AO_CONSTANTS=>EXCEL | 20130614 | |||
| 6 | IV_WB_ID | Value transfer | Type reference (TYPE) | RSBPCK_WB_ID | 20130614 | ||||
| 7 | IV_WITH_CONTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130515 |
Method CONSTRUCTOR on class CL_RSBPCK_AO_SERVICE has no exception.
Method GET_CONTENT_REL_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CONTREL | Value transfer | Type reference (TYPE) | RSCONTREL | Content release | 20130515 | |||
| 2 | EV_CONTTIMESTMP | Value transfer | Type reference (TYPE) | RSCONTTIMESTMP | Content time stamp: Last modification to the object by SAP | 20130515 |
Method GET_CONTENT_REL_VERS on class CL_RSBPCK_AO_SERVICE has no exception.
Method LOAD_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENQMODE | Value transfer | Type reference (TYPE) | ENQMODE | RS_C_ENQMODE-EXCL | Lock mode | 20130515 | ||
| 2 | IV_WITH_CONTENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20130515 |
Method LOAD_FROM_DB on class CL_RSBPCK_AO_SERVICE has no exception.
Method SAVE Signature
Method SAVE on class CL_RSBPCK_AO_SERVICE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Inconsistent Data | 20130515 | ||
| 2 | Invalid Technical Name | 20130515 |
Method SET_CONTENT_REL_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTREL | Value transfer | Type reference (TYPE) | RSCONTREL | Content release | 20130515 | |||
| 2 | IV_CONTTIMESTMP | Value transfer | Type reference (TYPE) | RSCONTTIMESTMP | Content time stamp: Last modification to the object by SAP | 20130515 |
Method SET_CONTENT_REL_VERS on class CL_RSBPCK_AO_SERVICE has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJSTAT | Value transfer | Type reference (TYPE) | RSOBJSTAT | Object Status | 20130515 |
Method SET_STATUS on class CL_RSBPCK_AO_SERVICE has no exception.
Method SET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | Object version | 20130515 |
Method SET_VERSION on class CL_RSBPCK_AO_SERVICE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |