SAP ABAP Class IF_FPM_LIST_IDA_CALC_FIELD_HDL (Handler for Calculated Fields in IDA List)
Properties
Class IF_FPM_LIST_IDA_CALC_FIELD_HDL  
Short Description Handler for Calculated Fields in IDA List    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20140306   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no interface implemented.
Friends
Class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no friend class.
Attributes
Class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_ROW Instance method Public Method 20140306
2 END_PAGE Instance method Public Method 20140306
3 GET_REQUESTED_FIELDS Instance method Public Method 20140306
4 START_PAGE Instance method Public Method 20140306
Events
Class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FIELD Public See coding 20140306 t_field TYPE SORTED TABLE OF name_komp WITH UNIQUE DEFAULT KEY
Method Signatures

Method CALCULATE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CALCULATED_FIELDS Call by reference Type reference (TYPE) DATA 20140306
2 Importing IS_DB_DATA Call by reference Type reference (TYPE) DATA 20140306

Method CALCULATE_ROW on class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no exception.

Method END_PAGE Signature

Method END_PAGE on class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no parameter.
Method END_PAGE on class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no exception.

Method GET_REQUESTED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CLACULATED_FIELD Call by reference Type reference (TYPE) T_FIELD 20140306
2 Returning RT_REQUESTED_DB_FIELD Value transfer Type reference (TYPE) T_FIELD 20140307

Method GET_REQUESTED_FIELDS on class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no exception.

Method START_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CANCEL_CALCULATION Call by reference Type reference (TYPE) ABAP_BOOL 20140306
2 Importing IT_CLACULATED_FIELD Call by reference Type reference (TYPE) T_FIELD 20140306
3 Importing IT_DB_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20140306

Method START_PAGE on class IF_FPM_LIST_IDA_CALC_FIELD_HDL has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in