SAP ABAP Class CL_RSTRAN_STEP_CURRUNIT (Superior Class for Units and Currency Conversion)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSTRAN (Package) Transformation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_SIMPLE Rule Step: Simple Transformatin (Superior Class) 20050120
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_CURRENCY Rule Step: Currencies 20050120
2 Inheritance (c INHERITING FROM c_ref)  CL_RSTRAN_STEP_UNIT Rule Step: Units 20050120
Properties
Class CL_RSTRAN_STEP_CURRUNIT  
Short Description Superior Class for Units and Currency Conversion    
Super Class CL_RSTRAN_STEP_SIMPLE Rule Step: Simple Transformatin (Superior Class) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTRAN   Transformation 
Created 20050120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTRAN_STEP_CURRUNIT has no interface implemented.
Friends
Class CL_RSTRAN_STEP_CURRUNIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_CONVERSION Instance attribute Protected Type reference (TYPE) RSTRAN_CONVERSION Conversion Type for Units or Currency 20050125
2 O_CONV_TLOGO Instance attribute Protected Type reference (TYPE) RSTLOGO TLOGO Type Conversion 20050125
3 O_CONV_TXT Instance attribute Protected Type reference (TYPE) RSTXTMD Standard texts for screen fields 20050125
4 O_T_PARAM_MAP Instance attribute Protected Type reference (TYPE) RSTRAN_TX_STEP_FIELD_PARAM Parameters of Fields for Rule Step 20061031
5 P_S_STEP Instance attribute Private Type reference (TYPE) RSTRANSTEPUNIT Rule Type: Direct or MOVE 20051222
6 P_T_COMPOUND Instance attribute Private Type reference (TYPE) TY_T_COMPOUND Compounding of InfoObjects 20050221
7 P_T_PARAM Instance attribute Private Type reference (TYPE) TY_T_PARAM 20050127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050120
2 GET_ADD_FIELDS Instance method Public Method Reads Additional Fields 20050510
3 GET_CONVERSION Instance method Public Method Returns Current Conversion Type 20050131
4 GET_F4 Instance method Public Method Returns Possible Currency Conversion Types 20050131
5 GET_FROM_DB Instance method Private Method Reads Data from the Database or an Append Structure 20051222
6 GET_PARAM_MAP Instance method Public Method Returns Source Field (Attribute) 20060622
7 READ_COMPOUND Instance method Protected Method Reading of Compounding for InfoObject 20050221
8 SET_CONVERSION Instance method Public Method Setting Conversion Type 20050131
Events
Class CL_RSTRAN_STEP_CURRUNIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COMPOUND Protected See coding 20050221 BEGIN OF ty_s_compound, paramtype TYPE rstran_paramtype, compound TYPE rsd_s_iobj_cmp, END OF ty_s_compound
2 TY_S_PARAM Private See coding 20050127 BEGIN OF ty_s_param, source TYPE rstran_paramid, target TYPE rstran_paramid, END OF ty_s_param
3 TY_T_COMPOUND Protected See coding 20050221 ty_t_compound TYPE TABLE OF ty_s_compound
4 TY_T_PARAM Private See coding 20050127 ty_t_param TYPE TABLE OF ty_s_param
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODUS Call by reference Type reference (TYPE) RS_MODUS RS_C_MODUS-DISPLAY 20050120
2 Importing I_NEW Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20070828
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20050120
4 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20050120
5 Importing I_R_TRFN_RULE Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_RULE Regel 20091021
6 Importing I_R_TRFN_TLOGO Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN Transformation 20091021
7 Importing I_R_TRFN_VERS Call by reference Object reference (TYPE REF TO) CL_RSTRAN_TRFN_VERS Transformation-Version 20091021
8 Importing I_STEPID Call by reference Type reference (TYPE) RSTRAN_STEPID ID eines Regelschrittes 20050120
9 Importing I_S_SOURCE Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20050120
10 Importing I_S_TARGET Call by reference Type reference (TYPE) RSTRAN_S_TLOGO BW Repository: TLOGO Objekt, Typ und Typ der Assoziation 20050120
11 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20050120
12 Importing I_T_FIELD_SOURCE Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Quell-/Zielstrukturfeld einer Regel 20050120
13 Importing I_T_FIELD_TARGET Call by reference Type reference (TYPE) RSTRAN_T_STEP_FIELD Quell-/Zielstrukturfeld einer Regel 20050120
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050120

Method GET_ADD_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FIELD Value transfer Type reference (TYPE) RSTRAN_TX_STEP_FIELD Felder eine Regelschrittes 20050510

Method GET_ADD_FIELDS on class CL_RSTRAN_STEP_CURRUNIT has no exception.

Method GET_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_CONVERSION Value transfer Type reference (TYPE) RSTRAN_S_CONVERSION Name der Umrechnungsart 20050131

Method GET_CONVERSION on class CL_RSTRAN_STEP_CURRUNIT has no exception.

Method GET_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_CONVERSION Call by reference Type reference (TYPE) RSTRAN_S_CONVERSION Name der Währungsumrechnungsart 20050202
2 Importing I_CONVNM Call by reference Type reference (TYPE) RSTRAN_CONVERSION Umrechnungsart für Einheiten bzw. Währung 20050131
3 Importing I_FIX_SOURCE Call by reference Type reference (TYPE) RSTRAN_CONVCONST Konstante für Umrechnungsarten 20050131
4 Importing I_SKIP_DIALOG Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20050202
# Exception Resumable Description Created on
1 CX_RSTRAN_CANCELLED Abbruch durch den Benutzer (Dialog) 20050202
2 CX_RSTRAN_ERROR_WITH_MESSAGE Exception mit Meldung 20070605
3 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050202
4 CX_RSTRAN_NOT_FOUND Objekt nicht gefunden 20050202

Method GET_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20051222
2 Importing I_RULEID Call by reference Type reference (TYPE) RSTRAN_RULEID Nummer einer Regel innerhalb einer Transformation 20051222
3 Importing I_STEPID Call by reference Type reference (TYPE) RSTRAN_STEPID ID eines Regelschrittes 20051222
4 Importing I_TRANID Call by reference Type reference (TYPE) RSTRANID TransformationsId 20051222

Method GET_FROM_DB on class CL_RSTRAN_STEP_CURRUNIT has no exception.

Method GET_PARAM_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_COMPOUND_FIELD Call by reference Type reference (TYPE) RSD_T_IOBJ_CMP Klammerungen von InfoObjects 20061031
2 Exporting E_T_SOURCE_FIELD Call by reference Type reference (TYPE) RSTRAN_TX_STEP_FIELD_PARAM Feld inklusiver der geklammerten Objekte 20060622

Method GET_PARAM_MAP on class CL_RSTRAN_STEP_CURRUNIT has no exception.

Method READ_COMPOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMTYPE Call by reference Type reference (TYPE) RSTRAN_PARAMTYPE Typ eines Regelparameters 20050221
2 Importing I_T_IOBJNM Call by reference Type reference (TYPE) RSD_T_IOBJNM InfoObject 20050221

Method READ_COMPOUND on class CL_RSTRAN_STEP_CURRUNIT has no exception.

Method SET_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION Call by reference Type reference (TYPE) RSTRAN_CONVERSION Umrechnungsart für Einheiten bzw. Währung 20050131
2 Importing I_WITH_UNIT_KEEPING Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20090415
# Exception Resumable Description Created on
1 CX_RSTRAN_INPUT_INVALID Fehlerhafte Eingabe 20050131
History
Last changed by/on SAP  20130531 
SAP Release Created in 700