SAP ABAP Interface IF_RODPS_DECRYPT (Interface for OLAP Decryption in ODP)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
⤷
RODPS_BASE (Package) Basis Objects for Operational Data Provider

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_DECRYPT_ODP | Execute and Explain for ODPs | 20100910 |
Properties
Interface | IF_RODPS_DECRYPT | |
Short Description | Interface for OLAP Decryption in ODP |
General Data
Package | RODPS_BASE | Basis Objects for Operational Data Provider |
Created | 20100910 | SAP |
Last changed | 20110908 | 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 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RODPS_DECRYPT has no interface.
Friends
Interface IF_RODPS_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' | 20100910 | ||
2 | N_C_FORMAT_HEADER1 | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'HEAD1' | 20100910 | ||
3 | N_C_FORMAT_HEADER2 | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'HEAD2' | 20100910 | ||
4 | N_C_FORMAT_LINE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINE' | 20100910 | ||
5 | N_C_FORMAT_LINK | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINK' | 20100910 | ||
6 | N_C_FORMAT_LINKHEADER | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINKHEAD' | 20100910 | ||
7 | N_C_FORMAT_LINKPOS | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'LINKPOS' | 20100910 | ||
8 | N_C_FORMAT_MSG | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'MSG' | 20100910 | ||
9 | N_C_FORMAT_PARAMETER | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'PARAM' | 20100910 | ||
10 | N_C_FORMAT_STRUCTURE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'STRUC' | 20100910 | ||
11 | N_C_FORMAT_TABLE | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'TABLE' | 20100910 | ||
12 | N_C_FORMAT_TEXT | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'TEXT' | 20100910 | ||
13 | N_C_FORMAT_TEXT_EMPH | Constant | Public | Type reference (TYPE) | TN_FORMAT | 'EMPHASIS' | 20100910 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100910 | |
2 | ![]() |
Instance method | Public | Method | Build Output List | 20100910 |
3 | ![]() |
Instance method | Public | Method | 20100910 | |
4 | ![]() |
Instance method | Public | Method | 20100910 | |
5 | ![]() |
Instance method | Public | Method | 20100910 | |
6 | ![]() |
Instance method | Public | Method | 20100910 | |
7 | ![]() |
Instance method | Public | Method | 20100910 | |
8 | ![]() |
Instance method | Public | Method | 20100910 | |
9 | ![]() |
Instance method | Public | Method | 20100910 |
Events
Interface IF_RODPS_DECRYPT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_FORMAT | Public | See coding | 20100910 | tn_format(10) TYPE c
|
||
2 | TN_SX_BUNDLE | Public | See coding | 20100910 | 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 | 20100910 | BEGIN OF tn_s_mapping,
component TYPE abap_compname,
description TYPE string,
END OF tn_s_mapping
|
||
4 | TN_THX_BUNDLE | Public | See coding | 20100910 | tn_thx_bundle TYPE HASHED TABLE OF tn_sx_bundle WITH UNIQUE KEY name INITIAL SIZE 10
|
||
5 | TN_TX_BUNDLE | Public | See coding | 20100910 | tn_tx_bundle TYPE TABLE OF tn_sx_bundle WITH KEY name INITIAL SIZE 10
|
||
6 | TN_T_MAPPING | Public | See coding | 20100910 | 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_RODPS_DECRYPT has no parameter.
Method FREE on Interface IF_RODPS_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_RODPS_DECRYPT=>TN_TX_BUNDLE | 20100910 |
Method GET_NEXT_OBJECT on Interface IF_RODPS_DECRYPT has no exception.
Method SET_BLOCK Signature
Method SET_BLOCK on Interface IF_RODPS_DECRYPT has no parameter.
Method SET_BLOCK on Interface IF_RODPS_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 | 20100910 | |||
2 | ![]() |
I_LEVEL | Call by reference | Type reference (TYPE) | I | 20100910 | |||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20100910 |
Method SET_HEADER on Interface IF_RODPS_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 | 20100910 | ||
2 | ![]() |
I_MSGNO | Value transfer | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20100910 | ||
3 | ![]() |
I_MSGTY | Value transfer | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20100910 | ||
4 | ![]() |
I_MSGV1 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20100910 | ||
5 | ![]() |
I_MSGV2 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20100910 | ||
6 | ![]() |
I_MSGV3 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20100910 | ||
7 | ![]() |
I_MSGV4 | Value transfer | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20100910 | ||
8 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20100910 |
Method SET_MSG on Interface IF_RODPS_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 | 20100910 | ||
2 | ![]() |
I_PARAMETER | Value transfer | Type reference (TYPE) | ANY | 20100910 |
Method SET_PARAMETER on Interface IF_RODPS_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 | 20100910 | ||
2 | ![]() |
I_STRUCTURE | Value transfer | Type reference (TYPE) | ANY | 20100910 |
Method SET_STRUCTURE on Interface IF_RODPS_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 | 20100910 | ||
2 | ![]() |
I_T_TABLE | Value transfer | Type reference (TYPE) | ANY TABLE | 20100910 |
Method SET_TABLE on Interface IF_RODPS_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) | ABAP_BOOL | ABAP_FALSE | Boolean | 20100910 | |
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20100910 | ||
3 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100910 |
Method SET_TEXT on Interface IF_RODPS_DECRYPT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 731 |