SAP ABAP Class CL_RSDDTPS_CONVINDEX (CL_RSDDTPS_CONVINDEX)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTPS_CORE (Package) Main Package RSDDTPS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20090420
Properties
Class CL_RSDDTPS_CONVINDEX  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTPS_CORE   Main Package RSDDTPS 
Created 20080529   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRMS 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)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSW0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20090420
Friends
Class CL_RSDDTPS_CONVINDEX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_INFOPROV Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20080529
2 P_R_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Provider Interface for Polestar 20090630
3 P_TH_REF Instance attribute Private Type reference (TYPE) PT_TH_REF 20080602
4 P_T_CONVTAB_NEW Instance attribute Private Type reference (TYPE) NT_T_CONVTAB 20090415
5 P_T_CONVTAB_OLD Instance attribute Private Type reference (TYPE) NT_T_CONVTAB 20090415
6 P_T_DEFINITION Instance attribute Private Type reference (TYPE) NT_T_DEFINITION 20080605
7 P_T_MESG Instance attribute Private Type reference (TYPE) RRMS_T_MESG 20080717
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080529
2 CREATE_INDEXES Instance method Public Method 20080603
3 GET_DEFINITION Instance method Public Method 20080605
4 GET_MESSAGES Instance method Public Method 20080717
5 GET_REFERENCE Instance method Public Method Reference to Conversion Class 20081011
6 GET_RELEVANT_KEYFIGURES Instance method Public Method 20080529
7 SELECT_VALUE_F4 Instance method Public Method 20080530
8 SET_CONVERSION Instance method Public Method 20080605
9 SIMULATE Instance method Public Method 20080804
Events
Class CL_RSDDTPS_CONVINDEX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_CONVTAB Public See coding 20080605 BEGIN OF nt_s_convtab, kyfnm TYPE rskyfnm, target TYPE rsd_cuky, rtype TYPE kurst_curr, END OF nt_s_convtab
2 NT_S_DEFINITION Public See coding 20080605 BEGIN OF nt_s_definition, kyfnm TYPE rskyfnm, description TYPE rstxtsh, with_rtype TYPE rs_bool, conv_possible TYPE rs_bool, END OF nt_s_definition
3 NT_T_CONVTAB Public See coding 20080605 nt_t_convtab TYPE STANDARD TABLE OF nt_s_convtab WITH KEY kyfnm
4 NT_T_DEFINITION Public See coding 20080605 nt_t_definition TYPE STANDARD TABLE OF nt_s_definition WITH KEY kyfnm
5 PT_S_REF Private See coding 20080602 begin of pt_s_ref, kyfnm type rskyfnm, r_ref type ref to cl_rsddtps_conversion, convert type rs_bool, delete type rs_bool, END OF pt_s_ref
6 PT_TH_REF Private See coding 20080602 pt_th_ref type HASHED TABLE OF pt_s_ref WITH UNIQUE key kyfnm
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20080529
2 Importing I_R_PROVIDER Call by reference Object reference (TYPE REF TO) IF_RSDDTPS_PROVIDER Providerinterface für Polestar 20090630

Method CONSTRUCTOR on class CL_RSDDTPS_CONVINDEX has no exception.

Method CREATE_INDEXES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESG Value transfer Type reference (TYPE) RRMS_T_MESG 20080730

Method CREATE_INDEXES on class CL_RSDDTPS_CONVINDEX has no exception.

Method GET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_DEFINITION Value transfer Type reference (TYPE) NT_T_DEFINITION 20080605

Method GET_DEFINITION on class CL_RSDDTPS_CONVINDEX has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESG Value transfer Type reference (TYPE) RRMS_T_MESG 20080717

Method GET_MESSAGES on class CL_RSDDTPS_CONVINDEX has no exception.

Method GET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KYFNM Call by reference Type reference (TYPE) RSKYFNM Kennzahl 20081011
2 Returning R_REF Value transfer Object reference (TYPE REF TO) CL_RSDDTPS_CONVERSION 20081011

Method GET_REFERENCE on class CL_RSDDTPS_CONVINDEX has no exception.

Method GET_RELEVANT_KEYFIGURES Signature

Method GET_RELEVANT_KEYFIGURES on class CL_RSDDTPS_CONVINDEX has no parameter.
Method GET_RELEVANT_KEYFIGURES on class CL_RSDDTPS_CONVINDEX has no exception.

Method SELECT_VALUE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KYFNM Call by reference Type reference (TYPE) RSKYFNM Kennzahl 20080530
2 Returning R_VALUE Value transfer Type reference (TYPE) RSCHAVL Dim: Feld für einen beliebigen Merkmalswert 20080530

Method SELECT_VALUE_F4 on class CL_RSDDTPS_CONVINDEX has no exception.

Method SET_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESG Call by reference Type reference (TYPE) RRMS_T_MESG 20080724
2 Importing I_T_CONVTAB Call by reference Type reference (TYPE) NT_T_CONVTAB 20080605

Method SET_CONVERSION on class CL_RSDDTPS_CONVINDEX has no exception.

Method SIMULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESG Value transfer Type reference (TYPE) RRMS_T_MESG 20080804

Method SIMULATE on class CL_RSDDTPS_CONVINDEX has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701