SAP ABAP Interface IF_RSR_DECRYPT (Interface for OLAP Decryption)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_DECRYPT (Package) OLAP Decryption Tool

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_DECRYPT_BUNDLE | Storage and Formatting for the Decryption Tool | 20080116 |
Properties
Interface | IF_RSR_DECRYPT | |
Short Description | Interface for OLAP Decryption |
General Data
Package | RSR_DECRYPT | OLAP Decryption Tool |
Created | 20080116 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CL_RSR_DECRYPT_BUNDLE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSR_DECRYPT has no interface.
Friends
Interface IF_RSR_DECRYPT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_C_FORMAT_HEADER | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'HEADER' | 20080124 | ||
2 | N_C_FORMAT_HEADER1 | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'HEAD1' | 20080124 | ||
3 | N_C_FORMAT_HEADER2 | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'HEAD2' | 20080331 | ||
4 | N_C_FORMAT_LINE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINE' | 20080214 | ||
5 | N_C_FORMAT_LINK | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINK' | 20080214 | ||
6 | N_C_FORMAT_LINKHEADER | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINKHEAD' | 20080327 | ||
7 | N_C_FORMAT_LINKPOS | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINKPOS' | 20080215 | ||
8 | N_C_FORMAT_MSG | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'MSG' | 20080124 | ||
9 | N_C_FORMAT_PARAMETER | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'PARAM' | 20080128 | ||
10 | N_C_FORMAT_STRUCTURE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'STRUC' | 20080124 | ||
11 | N_C_FORMAT_TABLE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'TABLE' | 20080124 | ||
12 | N_C_FORMAT_TEXT | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'TEXT' | 20080506 | ||
13 | N_C_FORMAT_TEXT_EMPH | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'EMPHASIS' | 20080508 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080128 | |
2 | ![]() |
Instance method | Public | Method | Build Output List | 20080116 |
3 | ![]() |
Instance method | Public | Method | 20080128 | |
4 | ![]() |
Instance method | Public | Method | 20080116 | |
5 | ![]() |
Instance method | Public | Method | 20080116 | |
6 | ![]() |
Instance method | Public | Method | 20080128 | |
7 | ![]() |
Instance method | Public | Method | 20080116 | |
8 | ![]() |
Instance method | Public | Method | 20080116 | |
9 | ![]() |
Instance method | Public | Method | 20100810 |
Events
Interface IF_RSR_DECRYPT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_FORMAT | Public | See coding | 20080124 | tn_format(10) TYPE c
|
||
2 | TN_SX_BUNDLE | Public | See coding | 20080124 | BEGIN OF tn_sx_bundle,
name TYPE tabname,
format TYPE tn_format,
data type ref to data,
description type string,
mapping TYPE tn_t_mapping,
stepuid type sysuuid_25,
END OF tn_sx_bundle
|
||
3 | TN_S_MAPPING | Public | See coding | 20080124 | BEGIN OF tn_s_mapping,
component TYPE abap_compname,
description TYPE string,
END OF tn_s_mapping
|
||
4 | TN_THX_BUNDLE | Public | See coding | 20080124 | tn_thx_bundle TYPE HASHED TABLE OF tn_sx_bundle WITH UNIQUE KEY name INITIAL SIZE 10
|
||
5 | TN_TX_BUNDLE | Public | See coding | 20080124 | tn_tx_bundle TYPE TABLE OF tn_sx_bundle WITH KEY name INITIAL SIZE 10
|
||
6 | TN_T_MAPPING | Public | See coding | 20080124 | tn_t_mapping TYPE TABLE OF tn_s_mapping WITH KEY component INITIAL SIZE 3
|
Method Signatures
Method FREE Signature
Method FREE on Interface IF_RSR_DECRYPT has no parameter.
Method FREE on Interface IF_RSR_DECRYPT has no exception.
Method GET_NEXT_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TX_BUNDLE | Call by reference | Type reference (TYPE) | IF_RSR_DECRYPT=>TN_TX_BUNDLE | 20080124 |
Method GET_NEXT_OBJECT on Interface IF_RSR_DECRYPT has no exception.
Method SET_BLOCK Signature
Method SET_BLOCK on Interface IF_RSR_DECRYPT has no parameter.
Method SET_BLOCK on Interface IF_RSR_DECRYPT has no exception.
Method SET_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HEADER | Value transfer | Type reference (TYPE) | STRING | 20080124 | |||
2 | ![]() |
I_LEVEL | Call by reference | Type reference (TYPE) | I | 20080124 | |||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080124 |
Method SET_HEADER on Interface IF_RSR_DECRYPT has no exception.
Method SET_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSGID | Value transfer | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20080117 | ||
2 | ![]() |
I_MSGNO | Value transfer | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20080117 | ||
3 | ![]() |
I_MSGTY | Value transfer | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20080117 | ||
4 | ![]() |
I_MSGV1 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20080117 | ||
5 | ![]() |
I_MSGV2 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20080117 | ||
6 | ![]() |
I_MSGV3 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20080117 | ||
7 | ![]() |
I_MSGV4 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20080117 | ||
8 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080124 |
Method SET_MSG on Interface IF_RSR_DECRYPT has no exception.
Method SET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080128 | ||
2 | ![]() |
I_PARAMETER | Value transfer | Type reference (TYPE) | ANY | 20080128 |
Method SET_PARAMETER on Interface IF_RSR_DECRYPT has no exception.
Method SET_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080124 | ||
2 | ![]() |
I_STRUCTURE | Value transfer | Type reference (TYPE) | ANY | 20080116 |
Method SET_STRUCTURE on Interface IF_RSR_DECRYPT has no exception.
Method SET_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080117 | ||
2 | ![]() |
I_T_TABLE | Value transfer | Type reference (TYPE) | ANY TABLE | 20080116 |
Method SET_TABLE on Interface IF_RSR_DECRYPT has no exception.
Method SET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EMPHASIZED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20100810 | |
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20100810 | ||
3 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100810 |
Method SET_TEXT on Interface IF_RSR_DECRYPT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |