SAP ABAP Class CL_RSR_DECRYPT_BUNDLE (Storage and Formatting for the Decryption Tool)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_DECRYPT (Package) OLAP Decryption Tool
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_DECRYPT | Interface for OLAP Decryption | 20080116 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_DATA_GET | Collect Data Get Infos | 20080516 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_HIERARCHY | Collect Hierarchy Info | 20090227 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_ODP | Execute and Explain for ODPs | 20100826 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_PLAN | Collect Information Relevant for IP | 20080923 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_RRI | Report report interface decryption | 20081203 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_TREX_AGGREXC | Exception Aggregation in BWA | 20100728 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_UOM | Get Info for UOM and CUR Conversion | 20090511 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_DECRYPT_VARIABLE | Variable Decryption | 20080125 |
Properties
| Class | CL_RSR_DECRYPT_BUNDLE | |
| Short Description | Storage and Formatting for the Decryption Tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_DECRYPT | OLAP Decryption Tool |
| Created | 20080116 | SAP |
| Last change | 20130531 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSR_DECRYPT | Interface for OLAP Decryption | 20080116 |
Friends
Class CL_RSR_DECRYPT_BUNDLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | I | 20080124 | ||||
| 2 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_OO_CLASS_RELATIONS | Relationships Between Classes / Interfaces | 20080129 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | TO_TH_READER | 20080117 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | IF_RSR_DECRYPT~TN_TX_BUNDLE | 20080124 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TN_T_TYPE | 20080214 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | I | 20110906 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | TN_T_STEPUIDS | User Interaction with Step UID | 20110906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080214 | ||
| 2 | Static method | Public | Constructor | 20080129 | ||
| 3 | Static method | Public | Method | 20080116 | ||
| 4 | Static method | Public | Method | 20080214 | ||
| 5 | Static method | Public | Method | 20110906 | ||
| 6 | Static method | Public | Method | 20080214 | ||
| 7 | Static method | Public | Method | Only the authorization log is active | 20080414 | |
| 8 | Static method | Public | Method | 20110906 |
Events
Class CL_RSR_DECRYPT_BUNDLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_STEPUIDS | Public | See coding | 20110906 | BEGIN OF tn_s_stepuids,
step TYPE int4,
uid TYPE sysuuid_25,
END OF tn_s_stepuids
|
||
| 2 | TN_TYPE | Public | See coding | 20080122 | tn_type(4) type c
|
||
| 3 | TN_T_REF | Public | See coding | 20080214 | TN_T_REF TYPE STANDARD TABLE OF REF TO IF_RSR_DECRYPT with key table_line
|
||
| 4 | TN_T_STEPUIDS | Public | See coding | 20110906 | tn_t_stepuids TYPE STANDARD TABLE OF tn_s_stepuids with key step uid
|
||
| 5 | TN_T_TYPE | Public | See coding | 20080214 | tn_T_type type table of tn_type
|
||
| 6 | TO_S_READER | Protected | See coding | 20080122 | BEGIN OF to_s_reader,
type TYPE tn_type,
r_reader TYPE REF TO if_rsr_decrypt,
END OF to_s_reader
|
||
| 7 | TO_TH_READER | Protected | See coding | 20080122 | to_th_reader TYPE HASHED TABLE OF to_s_reader WITH UNIQUE KEY type INITIAL SIZE 3
|
Method Signatures
Method ACTIVATE_DECRYPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TYPE | Call by reference | Type reference (TYPE) | TN_T_TYPE | 20080214 |
Method ACTIVATE_DECRYPTION on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSR_DECRYPT_BUNDLE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE | Call by reference | Type reference (TYPE) | TN_TYPE | 20080117 | ||||
| 2 | R_R_DECRYPT | Value transfer | Object reference (TYPE REF TO) | IF_RSR_DECRYPT | Interface für OLAP Decryption | 20080116 |
Method FACTORY on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_REF | Value transfer | Type reference (TYPE) | CL_RSR_DECRYPT_BUNDLE=>TN_T_REF | 20080214 |
Method GET_ALL on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method GET_STEPUIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_STEPUIDS | Value transfer | Type reference (TYPE) | TN_T_STEPUIDS | 20110906 |
Method GET_STEPUIDS on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method IS_ACTIVATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080214 |
Method IS_ACTIVATED on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method IS_AUTH_ACTIVATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20080414 |
Method IS_AUTH_ACTIVATED on class CL_RSR_DECRYPT_BUNDLE has no exception.
Method SET_STEPUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STEPUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20110906 |
Method SET_STEPUID on class CL_RSR_DECRYPT_BUNDLE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |