SAP ABAP Class CL_RSAO_TLOGO_ROOT_DAO (Analysis Office: TLOGO Root Data Access Object)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSAO_CORE (Package) Core Components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSAO_TLOGO_CONSTANTS | Analysis Office: TLOGO Constants | 20130911 |
Properties
| Class | CL_RSAO_TLOGO_ROOT_DAO | |
| Short Description | Analysis Office: TLOGO Root Data Access Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAO_CORE | Core Components |
| Created | 20110317 | 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_RSAO_TLOGO_CONSTANTS | Analysis Office: TLOGO Constants | 20130911 |
Friends
Class CL_RSAO_TLOGO_ROOT_DAO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110325 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | RSTLOGO_A | Properties TLOGO object (only available in A version) | 20110325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check if the user has sufficiant authorizations | 20110317 | |
| 2 | Static method | Public | Constructor | 20110325 | ||
| 3 | Static method | Public | Method | Create Analysis Office Object on DB | 20110317 | |
| 4 | Static method | Public | Method | Delete Analysis Office Object from DB | 20110317 | |
| 5 | Static method | Public | Method | Delete dependent TLOGO objects | 20110412 | |
| 6 | Static method | Public | Method | Check the existency | 20110317 | |
| 7 | Static method | Public | Method | Get Information about Content Release | 20110325 | |
| 8 | Static method | Public | Method | Get dependent TLOGO objects | 20110325 | |
| 9 | Static method | Public | Method | Check if the current system a BW content system | 20110325 | |
| 10 | Static method | Public | Method | Lock DB tables | 20110318 | |
| 11 | Static method | Public | Method | Read Analysis Office Object from DB | 20110317 | |
| 12 | Static method | Public | Method | Search by Author | 20110526 | |
| 13 | Static method | Public | Method | Search by Description | 20110526 | |
| 14 | Static method | Public | Method | Search by Name | 20110317 | |
| 15 | Static method | Public | Method | Set dependent TLOGO objects | 20110412 | |
| 16 | Static method | Public | Method | Update Analysis Office Object on DB | 20110317 |
Events
Class CL_RSAO_TLOGO_ROOT_DAO has no event.
Types
Class CL_RSAO_TLOGO_ROOT_DAO 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 | 20110317 | |||
| 2 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | Analysis Office Object Type (Excel or Powerpoint) | 20110401 | |||
| 3 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 | |||
| 4 | IV_USER | Value transfer | Type reference (TYPE) | XUBNAME | SY-UNAME | User Name in User Master Record | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No Authorization (Do Not Use as Higher-Level Class) | 20110404 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSAO_TLOGO_ROOT_DAO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT | Value transfer | Type reference (TYPE) | RSAO_OBJCONTENT | Analysis Office Object Content (Binary Large Object) | 20110317 | |||
| 2 | IV_CONTREL | Value transfer | Type reference (TYPE) | RSCONTREL | Content release | 20110502 | |||
| 3 | IV_CONTTIMESTMP | Value transfer | Type reference (TYPE) | RSCONTTIMESTMP | Content time stamp: Last modification to the object by SAP | 20110502 | |||
| 4 | IV_DESCR | Value transfer | Type reference (TYPE) | RSAO_OBJDESCR | Analysis Office Object Description | 20110317 | |||
| 5 | IV_FILETYPE | Value transfer | Type reference (TYPE) | RSAO_FILETYPE | Analysis Office: File Type | 20110407 | |||
| 6 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110317 | ||
| 7 | IV_OBJSTAT | Value transfer | Type reference (TYPE) | RSOBJSTAT | Object Status | 20110429 | |||
| 8 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (xlsx, xls, pptx, ppt,...) | 20110317 | ||
| 9 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 | ||
| 10 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 | |||
| 11 | IV_USER | Value transfer | Type reference (TYPE) | RSOWNER | SY-UNAME | Owner (Person Responsible) | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Already Exists (Do Not Use as Higher Class !!) | 20110329 | ||
| 2 | Inconsistent Data | 20110329 | ||
| 3 | Invalid Technical Name | 20110329 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 2 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 | ||
| 3 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20110401 | ||
| 2 | No Authorization (Do Not Use as Higher-Level Class) | 20110404 |
Method DELETE_XREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | Analysis Office Object Type (Excel or Powerpoint) | 20110412 | |||
| 2 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | Object version | 20110412 | |||
| 3 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20110412 |
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 2 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 | ||
| 3 | IV_TECHNAME | Call by reference | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 | |||
| 4 | RV_EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110317 |
Method EXISTS on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method GET_CONTENT_RELEASE 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 | 20110412 | |||
| 2 | EV_CONTTIMESTMP | Value transfer | Type reference (TYPE) | RSCONTTIMESTMP | Content time stamp: Last modification to the object by SAP | 20110412 |
Method GET_CONTENT_RELEASE on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method GET_XREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULTSET | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_XREF | Analysis Office: Dependent TLOGO Objects | 20110325 | |||
| 2 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | Analysis Office Object Type (Excel or Powerpoint) | 20110325 | |||
| 3 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | Object version | 20110325 | |||
| 4 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20110412 |
Method IS_CONTENT_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110325 |
Method IS_CONTENT_SYSTEM on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method LOCK 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 | 20110318 | ||
| 2 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 3 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110318 | ||
| 4 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Is Locked (Do Not Use as Higher-Level Class) | 20110405 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_SET | Value transfer | Type reference (TYPE) | RSAO_T_OBJ | Analysis Office: Object List | 20110317 | |||
| 2 | EV_LOCKED | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110405 | |||
| 3 | EV_LOCK_USER | Value transfer | Type reference (TYPE) | SYUNAME | User Name | 20110405 | |||
| 4 | IV_ENQMODE | Value transfer | Type reference (TYPE) | ENQMODE | RS_C_ENQMODE-EXCL | Lock mode | 20110318 | ||
| 5 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110318 | ||
| 6 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 7 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 | ||
| 8 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 | |||
| 9 | IV_WITH_CONTENT | Value transfer | Type reference (TYPE) | BOOLEAN | SPACE | Boolean Variable (X=True, -=False, Space=Unknown) | 20110317 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20110412 |
Method SEARCH_BY_AUTHOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_SET | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_SEARCH | Analysis Office: Search Result Set | 20110526 | |||
| 2 | IV_AUTHOR | Value transfer | Type reference (TYPE) | SY-UNAME | SY-UNAME | User Name | 20110526 | ||
| 3 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110526 | ||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110526 | ||
| 5 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110526 |
Method SEARCH_BY_AUTHOR on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method SEARCH_BY_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_SET | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_SEARCH | Analysis Office: Search Result Set | 20110526 | |||
| 2 | IV_DESCR | Value transfer | Type reference (TYPE) | RSAO_OBJDESCR | Analaysis Office document: Description | 20120507 | |||
| 3 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110526 | ||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110526 | ||
| 5 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110526 |
Method SEARCH_BY_DESCR on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method SEARCH_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_SET | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_SEARCH | Analysis Office: Search Result Set | 20110317 | |||
| 2 | IT_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_TECHNAME | Analaysis Office: List of technical Name | 20110321 | |||
| 3 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110317 | ||
| 4 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 5 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 |
Method SEARCH_BY_NAME on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
Method SET_XREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_XREF | Value transfer | Type reference (TYPE) | RSAO_T_OBJ_XREF | Analysis Office: Dependent TLOGO Objects | 20110412 | |||
| 2 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | Analysis Office Object Type (Excel or Powerpoint) | 20110412 | |||
| 3 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | Object version | 20110412 | |||
| 4 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20110412 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT | Value transfer | Type reference (TYPE) | RSAO_OBJCONTENT | Analysis Office Object Content (Binary Large Object) | 20110317 | |||
| 2 | IV_CONTREL | Value transfer | Type reference (TYPE) | RSCONTREL | Content release | 20110502 | |||
| 3 | IV_CONTTIMESTMP | Value transfer | Type reference (TYPE) | RSCONTTIMESTMP | Content time stamp: Last modification to the object by SAP | 20110502 | |||
| 4 | IV_DESCR | Value transfer | Type reference (TYPE) | RSAO_OBJDESCR | Analysis Office Object Description | 20110317 | |||
| 5 | IV_FILETYPE | Value transfer | Type reference (TYPE) | RSAO_FILETYPE | Analysis Office: File Type | 20110407 | |||
| 6 | IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20110317 | ||
| 7 | IV_OBJSTAT | Value transfer | Type reference (TYPE) | RSOBJSTAT | Object Status | 20110429 | |||
| 8 | IV_OBJTYPE | Value transfer | Type reference (TYPE) | RSAO_OBJTYPE | '00' | Analysis Office Object Type (Excel or Powerpoint) | 20110322 | ||
| 9 | IV_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20110317 | ||
| 10 | IV_TECHNAME | Value transfer | Type reference (TYPE) | RSAO_TECHNAME | Analysis Office Technical Name | 20110317 | |||
| 11 | IV_USER | Value transfer | Type reference (TYPE) | RSOWNER | SY-UNAME | Owner (Person Responsible) | 20110317 |
Method UPDATE on class CL_RSAO_TLOGO_ROOT_DAO has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |