SAP ABAP Class IF_RSR_DECRYPT (Interface for OLAP Decryption)
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
Class IF_RSR_DECRYPT  
Short Description Interface for OLAP Decryption    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
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 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
Class IF_RSR_DECRYPT has no interface implemented.
Friends
Class IF_RSR_DECRYPT has no friend class.
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 FREE Instance method Public Method 20080128
2 GET_NEXT_OBJECT Instance method Public Method Build Output List 20080116
3 SET_BLOCK Instance method Public Method 20080128
4 SET_HEADER Instance method Public Method 20080116
5 SET_MSG Instance method Public Method 20080116
6 SET_PARAMETER Instance method Public Method 20080128
7 SET_STRUCTURE Instance method Public Method 20080116
8 SET_TABLE Instance method Public Method 20080116
9 SET_TEXT Instance method Public Method 20100810
Events
Class 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 class IF_RSR_DECRYPT has no parameter.
Method FREE on class 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 Exporting E_TX_BUNDLE Call by reference Type reference (TYPE) IF_RSR_DECRYPT=>TN_TX_BUNDLE 20080124

Method GET_NEXT_OBJECT on class IF_RSR_DECRYPT has no exception.

Method SET_BLOCK Signature

Method SET_BLOCK on class IF_RSR_DECRYPT has no parameter.
Method SET_BLOCK on class 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 Importing I_HEADER Value transfer Type reference (TYPE) STRING 20080124
2 Importing I_LEVEL Call by reference Type reference (TYPE) I 20080124
3 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080124

Method SET_HEADER on class 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 Importing I_MSGID Value transfer Type reference (TYPE) SYMSGID Nachrichtenklasse 20080117
2 Importing I_MSGNO Value transfer Type reference (TYPE) SYMSGNO Nachrichtennummer 20080117
3 Importing I_MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20080117
4 Importing I_MSGV1 Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20080117
5 Importing I_MSGV2 Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20080117
6 Importing I_MSGV3 Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20080117
7 Importing I_MSGV4 Value transfer Type reference (TYPE) SYMSGV Nachrichtenvariable 20080117
8 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080124

Method SET_MSG on class 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 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080128
2 Importing I_PARAMETER Value transfer Type reference (TYPE) ANY 20080128

Method SET_PARAMETER on class 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 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080124
2 Importing I_STRUCTURE Value transfer Type reference (TYPE) ANY 20080116

Method SET_STRUCTURE on class 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 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20080117
2 Importing I_T_TABLE Value transfer Type reference (TYPE) ANY TABLE 20080116

Method SET_TABLE on class 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 Importing I_EMPHASIZED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20100810
2 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20100810
3 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20100810

Method SET_TEXT on class IF_RSR_DECRYPT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in