SAP ABAP Class CL_RSODP_R3IS_PS_CONVERTER (PoleStar Converter)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSODP (Package) Operational Data Provisioning (BW Part)
Properties
Class CL_RSODP_R3IS_PS_CONVERTER  
Short Description PoleStar Converter    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSODP   Operational Data Provisioning (BW Part) 
Created 20090519   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSDDTPS_MAPPING Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSODP_R3IS_PS_CONVERTER has no interface implemented.
Friends
Class CL_RSODP_R3IS_PS_CONVERTER 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 20090630
2 P_TH_INSTANCES Static Attribute Private Type reference (TYPE) TTH_INSTANCES 20090630
3 P_TR_CONVERSION_AGENTS Instance attribute Private Type reference (TYPE) TT_CONVERSION_AGENTS 20090630
Methods
# Method Level Visibility Method type Description Created on
1 COMMIT Instance method Public Method 20090630
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20090630
3 CREATE_CONVERSION_INDICES Instance method Public Method 20090630
4 DELETE_CONVERSION_INDICES Instance method Public Method 20090630
5 DO_CONVERSIONS Instance method Public Method 20090630
6 FACTORY Static method Public Method 20090630
7 GET_MAPPING Instance method Public Method 20100125
8 GET_POLESTAR_INDEX_METADATA Instance method Public Method 20090630
9 POLESTAR_ACTIVE Static method Public Method 20091201
10 PREPARE Instance method Public Method 20090630
11 ROLLBACK Instance method Public Method 20091201
12 WRITE_CONVERSIONS Instance method Public Method 20090630
13 _CREATE_AGENTS Instance method Private Method 20090630
14 _GET_AGENTS Instance method Private Method 20090630
15 _GET_INDEX Instance method Private Method 20090630
Events
Class CL_RSODP_R3IS_PS_CONVERTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INSTANCES Private See coding 20090630 BEGIN OF ts_instances, infoprov TYPE rsinfoprov, instance TYPE REF TO cl_rsodp_r3is_ps_converter, END OF ts_instances
2 TTH_INSTANCES Private See coding 20090630 tth_instances TYPE HASHED TABLE OF ts_instances WITH UNIQUE KEY infoprov
3 TT_CONVERSION_AGENTS Public See coding 20090630 tt_conversion_agents TYPE STANDARD TABLE OF REF TO cl_rsodp_r3is_ps_conv_agent WITH DEFAULT KEY
Method Signatures

Method COMMIT Signature

Method COMMIT on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20090630

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 20090630

Method CONSTRUCTOR on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method CREATE_CONVERSION_INDICES Signature

Method CREATE_CONVERSION_INDICES on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20090630

Method DELETE_CONVERSION_INDICES Signature

Method DELETE_CONVERSION_INDICES on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20090630

Method DO_CONVERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TR_CONVERSION_AGENTS Call by reference Type reference (TYPE) TT_CONVERSION_AGENTS 20090630
2 Importing I_T_DATA Call by reference Type reference (TYPE) TABLE 20090630

Method DO_CONVERSIONS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method FACTORY 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 20090630
2 Returning R_CONVERTER Value transfer Object reference (TYPE REF TO) CL_RSODP_R3IS_PS_CONVERTER PoleStar Converter 20090630

Method FACTORY on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TH_MAPPING Value transfer Type reference (TYPE) IF_RSDDTPS_MAPPING=>TN_TH_MAPPING 20100125

Method GET_MAPPING on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method GET_POLESTAR_INDEX_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_JOIN_INDICES Call by reference Type reference (TYPE) TREXT_JOIN_INDEX Join-Index 20090630
2 Exporting E_T_JOIN_PATHS Call by reference Type reference (TYPE) TREXT_JOIN_PATHS Join-Pfade 20090630
3 Exporting E_T_STATIC_JOIN_CONDITIONS Call by reference Type reference (TYPE) TREXT_STATIC_JOIN_CONDITION Statische Join-Bedingung 20090630
4 Exporting E_T_VIEW_ATTRIBUTES Call by reference Type reference (TYPE) TREXT_VIEW_ATTRIBUTES View-Attribute 20090630
5 Importing I_FACT_INDEX Call by reference Type reference (TYPE) TREX_RFC-INDEX_ID Index-ID 20090630

Method GET_POLESTAR_INDEX_METADATA on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method POLESTAR_ACTIVE 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 20091201
2 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20091201

Method POLESTAR_ACTIVE on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method PREPARE Signature

Method PREPARE on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20090630

Method ROLLBACK Signature

Method ROLLBACK on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20091201

Method WRITE_CONVERSIONS Signature

Method WRITE_CONVERSIONS on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
# Exception Resumable Description Created on
1 CX_RSODP_TREX_ERROR Fehler 20090630

Method _CREATE_AGENTS Signature

Method _CREATE_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
Method _CREATE_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method _GET_AGENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TR_AGENTS Value transfer Type reference (TYPE) TT_CONVERSION_AGENTS 20090630

Method _GET_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.

Method _GET_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRNAME Call by reference Type reference (TYPE) TREXD_ATTR_NAME Attributname 20090630
2 Returning R_INDEXNAME Value transfer Type reference (TYPE) TREX_RFC-INDEX_ID Index-ID 20090630

Method _GET_INDEX on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730