SAP ABAP Class CL_TIDX_PRICE_VALUE (Handle the Values of an Index)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-TR (Application Component) Transaction Management
     FT_PRICE_INDEX (Package) Objects Relating to Price Index for Bonds
Properties
Class CL_TIDX_PRICE_VALUE  
Short Description Handle the Values of an Index    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FT_PRICE_INDEX   Objects Relating to Price Index for Bonds 
Created 19990806   SAP 
Last change 19990806   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TIDX_PRICE_VALUE has no forward declaration.
Interfaces
Class CL_TIDX_PRICE_VALUE has no interface implemented.
Friends
Class CL_TIDX_PRICE_VALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _INDEXNAME Instance attribute Private Type reference (TYPE) TIDX_INDEX_NAME Index Name 19990806
2 _IT_PRICE_VALUES Instance attribute Private Type reference (TYPE) TIDX_PRICE_VALUES Values for the Parent Index 19990806
3 _NUMOFINDEXVALUES Instance attribute Private Type reference (TYPE) I Number of Index Values 19990806
4 _PPARENTINDEX Instance attribute Private Object reference (TYPE REF TO) IF_TIDX_PRICE_INDEX Parent Index 19990806
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990806
2 GETLOWHIGHINDEXVALUES Instance method Public Method Get the Low and High Bound of the Index Values at ValDate 19990806
3 GETNUMBEROFVALUES Instance method Public Method Get the Number of Index Values 19990806
Events
Class CL_TIDX_PRICE_VALUE has no event.
Types
Class CL_TIDX_PRICE_VALUE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PARENT_INDEX Value transfer Object reference (TYPE REF TO) IF_TIDX_PRICE_INDEX Parent index 19990806
# Exception Resumable Description Created on
1 EXC_PARENT_INDEX_IS_INITIAL The reference to the parent index is initial 19990806

Method GETLOWHIGHINDEXVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HIGH_INDEX_VALUE Call by reference Type reference (TYPE) TIDX_PRICE_VALUE High index value 19990806
2 Changing CH_LOW_INDEX_VALUE Call by reference Type reference (TYPE) TIDX_PRICE_VALUE Low index value 19990806
3 Importing IM_VALUE_DATE Value transfer Type reference (TYPE) TIDX_VALUE_DATE Value date 19990806
# Exception Resumable Description Created on
1 EXC_HIGH_BOUND_DOES_NOT_EXIST The high bound did not exist 19990806
2 EXC_INTERNAL_LOGIC_ERROR Something is very, very wrong 19990806
3 EXC_LOW_BOUND_DOES_NOT_EXIST The low bound did not exist 19990806
4 EXC_NO_INDEX_VALUES_DEFINED No index values has been defined 19990806

Method GETNUMBEROFVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NUM_OF_INDEX_VALUES Value transfer Type reference (TYPE) I Number of index values 19990806

Method GETNUMBEROFVALUES on class CL_TIDX_PRICE_VALUE has no exception.
History
Last changed by/on SAP  19990806 
SAP Release Created in