SAP ABAP Class CL_CNV_MBT_PIFD_RESULT (Result of an operation on PIFD objects)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_OPERATORS (Package) Operators for processing PIFD objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CNV_MBT_PIFD_BOOLEAN_RESULT Boolean result of an operation on PIFD objects 20120813
2 Inheritance (c INHERITING FROM c_ref)  CL_CNV_MBT_PIFD_DIFF_RESULT Result of a DIFF operation on PIFD objects 20120813
Properties
Class CL_CNV_MBT_PIFD_RESULT  
Short Description Result of an operation on PIFD objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_OPERATORS   Operators for processing PIFD objects 
Created 20120724   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 LEVEL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CNV_MBT_PIFD_RESULT has no interface implemented.
Friends
Class CL_CNV_MBT_PIFD_RESULT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PT_CHILDREN Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_T_RESULTS Result objects of operations of PIFD objects 20120813
2 PT_PROCESSED_OBJECTS Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_T_OPERANDS List of PIFD operands 20120813
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD_INTERNAL Instance method Protected Method Internal method to add a child result 20120813
2 GET_CHILDREN Instance method Public Method Returns the contained results 20120813
3 GET_COMPARISON_OBJECT Instance method Protected Method Returns the comparison object given by the index 20120813
4 GET_COMPARISON_OBJECT_ID Instance method Protected Method Returns the ID of the comparison object given by the index 20120813
5 GET_PROCESSED_OBJECTS Instance method Public Method Returns the list of objects that led to this result 20120813
6 SET_PROCESSED_OBJECTS Instance method Public Method Set the list of objects leading to this result 20120813
7 WRITE_MESSAGE_TO_LOGGER Instance method Protected Method Writes a message and the object list to the logger 20120813
8 WRITE_TO_LOGGER Instance method Public Method Write result to ULV logger 20120813
Events
Class CL_CNV_MBT_PIFD_RESULT has no event.
Types
Class CL_CNV_MBT_PIFD_RESULT has no local type.
Method Signatures

Method ADD_CHILD_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CHILD_RESULT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_RESULT Result of an operation on PIFD objects 20120813

Method ADD_CHILD_INTERNAL on class CL_CNV_MBT_PIFD_RESULT has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CHILDREN Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_RESULTS Result objects of operations of PIFD objects 20120813

Method GET_CHILDREN on class CL_CNV_MBT_PIFD_RESULT has no exception.

Method GET_COMPARISON_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_OBJECT_INDEX Call by reference Type reference (TYPE) CNV_MBT_PIFD_CMPRSN_OBJ_INDEX Index of a comparison object 20120813
2 Returning RR_COMPARISON_OPERAND Value transfer Object reference (TYPE REF TO) IF_CNV_MBT_PIFD_OPERAND PIFD object that can be used as an operand 20120813
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_OPERATOR_FAIL Operator failure 20120813

Method GET_COMPARISON_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_OBJECT_INDEX Call by reference Type reference (TYPE) CNV_MBT_PIFD_CMPRSN_OBJ_INDEX Index of a comparison object 20120813
2 Returning RV_COMPARISON_OPERAND_ID Value transfer Type reference (TYPE) CNV_MBT_PIFD_OBJ_ID Identifier of a PIFD object 20120813
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_OPERATOR_FAIL Operator failure 20120813

Method GET_PROCESSED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PROCESSED_OBJECTS Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_OPERANDS List of PIFD operands 20120813

Method GET_PROCESSED_OBJECTS on class CL_CNV_MBT_PIFD_RESULT has no exception.

Method SET_PROCESSED_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROCESSED_OBJECTS Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_OPERANDS List of PIFD operands 20120813

Method SET_PROCESSED_OBJECTS on class CL_CNV_MBT_PIFD_RESULT has no exception.

Method WRITE_MESSAGE_TO_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MESSAGE_NUMBER Call by reference Type reference (TYPE) SYMSGNO Messages, Message Number 20120813
2 Importing IV_MESSAGE_PARAM1 Call by reference Type reference (TYPE) ANY Message Parameter 1 20120813
3 Importing IV_MESSAGE_PARAM2 Call by reference Type reference (TYPE) ANY Message Parameter 2 20120813
4 Importing IV_MESSAGE_PARAM3 Call by reference Type reference (TYPE) ANY Message Parameter 3 20120813
5 Importing IV_MESSAGE_PARAM4 Call by reference Type reference (TYPE) ANY Message Parameter 4 20120813
6 Importing IV_MESSAGE_TYPE Call by reference Type reference (TYPE) CNV_MBT_ULV_MSG_TYPE Type of message in ULV logger 20120813
7 Importing IV_STARTING_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20120813
8 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20120813

Method WRITE_MESSAGE_TO_LOGGER on class CL_CNV_MBT_PIFD_RESULT has no exception.

Method WRITE_TO_LOGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STARTING_LEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20120813
2 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20120813

Method WRITE_TO_LOGGER on class CL_CNV_MBT_PIFD_RESULT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in