SAP ABAP Class CL_IWP_TCURX (TCURX conversion for currencies)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-ILM-RW (Application Component) Retention Warehouse
     IWP_BASIC (Package) ILM Workpackage: Basic Functions
Properties
Class CL_IWP_TCURX  
Short Description TCURX conversion for currencies    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IWP_BASIC   ILM Workpackage: Basic Functions 
Created 20120404   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IWP_TCURX has no forward declaration.
Interfaces
Class CL_IWP_TCURX has no interface implemented.
Friends
Class CL_IWP_TCURX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_CURRKEY_DEC Instance attribute Public Type reference (TYPE) TT_CURRKEY_DEC 20120410
2 GV_SYSID Instance attribute Public Type reference (TYPE) ORIG_SYSID 20120404
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120404
2 CONVERT Instance method Public Method 20120404
Events
Class CL_IWP_TCURX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CURRKEY_DEC Public See coding 20120410 BEGIN OF ts_currkey_dec, currkey TYPE sycurr, currdec TYPE currdec, END OF ts_currkey_dec
2 TT_CURRKEY_DEC Public See coding 20120410 tt_currkey_dec TYPE HASHED TABLE OF ts_currkey_dec WITH UNIQUE KEY currkey
3 TV_AMOUNT Public See coding 20120404 tv_amount TYPE p LENGTH 16 DECIMALS 2
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WP Call by reference Type reference (TYPE) IWP_WORK_PACKAGE 20120404

Method CONSTRUCTOR on class CL_IWP_TCURX has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_AMOUNT Call by reference Type reference (TYPE) TV_AMOUNT 20120404
2 Importing IM_CURRKEY Call by reference Type reference (TYPE) SYCURR 20120404

Method CONVERT on class CL_IWP_TCURX has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732