SAP ABAP Class IF_FICO_AMT (IF_FICO_AMT)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FICO_OBJECT FiCo Business Object 20081205
Properties
Class IF_FICO_AMT  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080807   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FICO_BUFFERED_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FICO_AMT has no interface implemented.
Friends
Class IF_FICO_AMT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_KEY Instance attribute Public Type reference (TYPE) GUID_16 MV_KEY 20080807
Methods
# Method Level Visibility Method type Description Created on
1 ADD_POS Instance method Public Method Adds a New Item to an Amount Component 20080808
2 GET_ALL_POS Instance method Public Method Gets All Item Data for an Amount Component 20080815
3 GET_DATA Instance method Public Method Gets Header Data of an Amount Component 20080807
4 GET_POS Instance method Public Method Gets the Item Data of an Amount Component 20080808
5 GET_POSEXP Instance method Public Method Gets the Expression Data of an Amount Component 20080808
6 GET_POSREL Instance method Public Method Gets the Relationship Data of an Amount Component 20080808
7 GET_VALPER Instance method Public Method Gets Validity Period of the Amount Category 20090225
8 SET_ALL_POS Instance method Public Method Sets the Data of all Items of an Amount Component 20080813
9 SET_DATA Instance method Public Method Sets the Header Data of an Amount Component 20080807
Events
Class IF_FICO_AMT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_DATA Public See coding TS_DATA 20080807 begin of ts_data, o_level type fico_olevel, o_leveltofrom type fico_oleveltofrom, o_leveleval type fico_oleveleval, o_leveltofreval type fico_oleveltofreval, o_relcondtype type fico_orelcondtype, o_refund type fico_orefund, I_BASIS_ORDER Type FICO_IBASIS_MERGENO. include type ficos_amt. include type ficos_eval. types: end of ts_data
2 TS_POS Public See coding TS_POS 20080807 begin of ts_pos, i_amt type fico_iamt, i_posno type fico_iposno. include type ficos_amtpos. include type ficos_exp_misc. types: i_fldlstid type fico_ifldlstid, ref_fobu type ref to if_fico_fobu, end of ts_pos
3 TS_POSEXP Public See coding TS_POSEXP 20080807 begin of ts_posexp, i_amt type fico_iamt, i_posno type fico_iposno, i_variable type fico_ivariable. include type ficos_amtposexp. types: end of ts_posexp
4 TS_POSREL Public See coding 20080808 begin of ts_posrel, i_comp type fico_icomp, i_posno type fico_iposno, o_reltype type fico_oreltype, i_ordno type fico_iordno. include type ficos_pos_rel. types: end of ts_posrel
5 TT_POS Public See coding 20080807 tt_pos type sorted table of ts_pos with unique key i_amt i_posno
6 TT_POSEXP Public See coding 20080807 tt_posexp type sorted table of ts_posexp with unique key i_amt i_posno i_variable
7 TT_POSREL Public See coding 20080808 tt_posrel type sorted table of ts_posrel with unique key i_comp i_posno o_reltype i_ordno
Method Signatures

Method ADD_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_POS Call by reference Type reference (TYPE) TS_POS TS_POS 20080808
2 Importing IT_POSEXP Call by reference Type reference (TYPE) TT_POSEXP 20080911
3 Importing IT_POSREL Call by reference Type reference (TYPE) TT_POSREL 20080911
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20090109

Method GET_ALL_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_POS Call by reference Type reference (TYPE) TT_POS 20080815
2 Exporting ET_POSEXP Call by reference Type reference (TYPE) TT_POSEXP 20080815
3 Exporting ET_POSREL Call by reference Type reference (TYPE) TT_POSREL 20080815
4 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20081024
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081024

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) TS_DATA ES_DATA 20080807
2 Exporting ET_POS Call by reference Type reference (TYPE) TT_POS ET_POS 20080807
3 Exporting ET_POSEXP Call by reference Type reference (TYPE) TT_POSEXP ET_POSEXP 20080807
4 Exporting ET_POSREL Call by reference Type reference (TYPE) TT_POSREL ET_POS_REL 20080808
5 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20081024
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR 20081024

Method GET_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSNO Call by reference Type reference (TYPE) FICO_IPOSNO Nummer der Konditionsposition 20080808
2 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20081024
3 Returning RS_POS Value transfer Type reference (TYPE) TS_POS TS_POS 20080808
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081024

Method GET_POSEXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSNO Call by reference Type reference (TYPE) FICO_IPOSNO Nummer der Konditionsposition 20080808
2 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20081024
3 Importing IV_VARIABLE Call by reference Type reference (TYPE) FICO_IVARIABLE Variable in der Zinsformel einer Betragsposition 20080812
4 Returning RS_POSEXP Value transfer Type reference (TYPE) TS_POSEXP TS_POSEXP 20080808
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081024

Method GET_POSREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORDNO Call by reference Type reference (TYPE) FICO_IORDNO Ordnungszahl für Relationen 20080812
2 Importing IV_POSNO Call by reference Type reference (TYPE) FICO_IPOSNO Nummer der Konditionsposition 20080812
3 Importing IV_RELTYPE Call by reference Type reference (TYPE) FICO_ORELTYPE Beziehungstyp 20080812
4 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20081024
5 Returning RS_POSREL Value transfer Type reference (TYPE) TS_POSREL 20080812
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081024

Method GET_VALPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_COND Call by reference Object reference (TYPE REF TO) IF_FICO_COND 20090303
2 Exporting EO_LIST_VERSION Call by reference Object reference (TYPE REF TO) IF_FICO_LIST_VERSION 20090303
3 Exporting EO_VALPER Call by reference Object reference (TYPE REF TO) IF_FICO_VALPER 20090303
4 Importing IV_STATE Call by reference Type reference (TYPE) IF_FICO_BUFFERED_OBJECT=>TC_OBJECT_STATE TC_OBJECT_STATE 20130410
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20090226

Method SET_ALL_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_POS Call by reference Type reference (TYPE) TT_POS IT_POS 20080813
2 Importing IT_POSEXP Call by reference Type reference (TYPE) TT_POSEXP 20081022
3 Importing IT_POSREL Call by reference Type reference (TYPE) TT_POSREL 20081022
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20090109

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) TS_DATA IS_DATA 20080807
2 Importing IT_POS Call by reference Type reference (TYPE) TT_POS IT_POS 20080807
3 Importing IT_POSEXP Call by reference Type reference (TYPE) TT_POSEXP IT_POSEXP 20080807
4 Importing IT_POSREL Call by reference Type reference (TYPE) TT_POSREL IT_POS_REL 20080808
# Exception Resumable Description Created on
1 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081022
History
Last changed by/on SAP  20131127 
SAP Release Created in