SAP ABAP Class CL_FICM_COND_READER (Class for Reading Conditions)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FIM-FCO (Application Component) Financial Conditions
     FICO (Package) Financial Conditions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FICM_COND_READER Reading of Conditions 20060623
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FICO_COND_READER Interface for Reading Conditions 20060406
Properties
Class CL_FICM_COND_READER  
Short Description Class for Reading Conditions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FICO   Financial Conditions 
Created 20060406   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FICM_COND_READER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FICM_COND_READER Reading of Conditions 20060623
2 IF_FICO_COND_READER Interface for Reading Conditions 20060406
Friends
Class CL_FICM_COND_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPL Instance attribute Private Type reference (TYPE) FICO_OAPPL Application 20060406
2 C_MAX_BUFFER_SIZE Constant Private Type reference (TYPE) I 200 Maximum Number of Elements in Buffer 20070202
3 L_DUMMY Instance attribute Private Type reference (TYPE) STRING 20060626
4 REF_CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_FICM_COND_CONVERTER FICO <-> FCL Conversion 20070508
5 S_BUFFER_COUNTER Static Attribute Private Type reference (TYPE) I 20060406
6 S_BUFFER_SIZE Static Attribute Private Type reference (TYPE) I 20060623
7 S_MAX_COUNTER Static Attribute Private Type reference (TYPE) I 20070209
8 S_TAB_BUFFER Static Attribute Private Type reference (TYPE) CL_TY_TAB_COND_BUFFER 20060406
9 S_TAH_INSTANCE_BUFFER Static Attribute Private Type reference (TYPE) CL_TYP_TAH_INSTANCE_BUFFER Buffer for Instances 20061025
10 S_TAS_CHECK_COND_DIFF Instance attribute Private Type reference (TYPE) CL_TAS_DIFF 20060628
11 S_TAS_COND_BUFFER Static Attribute Private Type reference (TYPE) CL_TAS_COND_BUFFER 20060623
12 S_TAS_COND_DIFF Static Attribute Private Type reference (TYPE) FICO_TYP_TAB_COND_DIFF Table with Assignment of Different. Categories to Cond.Types 20060628
13 TAH_CONDTYPE_CUST Instance attribute Private Type reference (TYPE) FICM_TAH_CONDTYPE_CUST Parts of Condition Type Customizing 20060714
14 TAS_LISTTYPE Instance attribute Private Type reference (TYPE) CL_TYP_TAS_LISTTYPE Condition List Types 20120525
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_CONDI_TO_PERIOD Instance method Private Method Enter Valid-To Date of Conditions 20060908
2 CHECK_CONDITION Instance method Private Method 20060628
3 COLLECT_DIFFCATG Instance method Private Method 20060623
4 COPY_COMPONENT Instance method Private Method Create Copy of Validity Period 20060428
5 EXTRACT_DIFFCATG_AND_OPERANDS Instance method Private Method 20070514
6 FILL_VALIDTO Instance method Private Method Enter Valid-To Date of Conditions 20060406
7 FILL_VALIDTO_ORIGINAL Instance method Private Method Enter Valid-To Date of Conditions 20070629
8 FIND_COND_SOURCE Instance method Private Method 20120313
9 GET_COND_DESCR Instance method Private Method Derive Condition Description 20060502
10 GET_COND_NAME Instance method Private Method 20120313
11 GET_IND_COND Instance method Private Method 20060428
12 GET_LISTCATG Instance method Private Method Read Condition Group Category 20120525
13 GET_STD_COND Instance method Private Method 20060428
14 INDIVIDUALIZE_COMP Instance method Private Method Component Individualization 20060428
15 INDIVIDUALIZE_STD_COND Instance method Public Method Individualization of Standard Conditions 20060406
16 MERGE Instance method Private Method Merge Conditions by Priority 20060406
17 READ_FROM_BUFFER Instance method Private Method 20070202
18 REPLACE_COND_NAME Instance method Private Method 20120313
19 REPLACE_COND_NAMES Instance method Private Method 20120313
20 RESOLVE_CC_CONDITIONS Instance method Private Method 20070605
21 RESOLVE_REFERENCE_DATE Instance method Private Method Determine Reference Date 20060724
22 SY_MSG_COLLECT Static method Private Method Transfer Error Message to Error Table 20060523
23 S_CREATE Static method Public Method Gets Instance 20060406
24 S_FILL_VALIDTO Static method Public Method Enter Valid-To Date of Conditions 20100208
25 WRITE_TO_BUFFER Instance method Private Method 20070202
Events
Class CL_FICM_COND_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_STR_CONDTAB Private See coding 20120313 BEGIN OF ty_str_condtab, list_id TYPE fcl_dte_ilist, tab_cond TYPE fcl_tab_cond, END OF ty_str_condtab
2 TY_TAS_CONDTAB Private See coding 20120313 ty_tas_condtab TYPE SORTED TABLE OF ty_str_condtab WITH UNIQUE KEY list_id
Method Signatures

Method ADAPT_CONDI_TO_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_CONDI Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20060908
2 Importing I_VALIDFROM Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060908
3 Importing I_VALIDTO Call by reference Type reference (TYPE) FICO_DVALIDTO Gültig bis 20060908

Method ADAPT_CONDI_TO_PERIOD on class CL_FICM_COND_READER has no exception.

Method CHECK_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STR_CONDI Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060803
# Exception Resumable Description Created on
1 CX_FICM_CUSTOMIZING_ERROR Ausnahmeklasse für den Fall eines inkonsitentne Cutomizing 20060628

Method COLLECT_DIFFCATG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STR_FCL_COND Call by reference Type reference (TYPE) FCL_STR_COND Konditionskopf 20060623
2 Changing C_TAS_DIFFCATG Call by reference Type reference (TYPE) FICM_TAS_DIFFCATG Tabelle für Differenzierungstypen 20060623

Method COLLECT_DIFFCATG on class CL_FICM_COND_READER has no exception.

Method COPY_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_POS Call by reference Type reference (TYPE) FICO_TYP_TAS_POS Positionen der Konditionen (sortiert) 20060428
2 Changing C_T_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20120323
3 Exporting E_S_CONDI_CP Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060428
4 Importing I_DVALIDFROM Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060428
5 Importing I_S_CONDI Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060428

Method COPY_COMPONENT on class CL_FICM_COND_READER has no exception.

Method EXTRACT_DIFFCATG_AND_OPERANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_COND Call by reference Type reference (TYPE) FCL_TAB_COND Konditionen (ungepuffert) 20070514
2 Changing C_TAS_COND_POS Call by reference Type reference (TYPE) FCL_TAS_COND_POS Positionen der Konditionen 20070727
3 Exporting E_CAMT_POST Call by reference Type reference (TYPE) FICO_CAMT_POST Zahlungswährung 20070514
4 Exporting E_TAS_DIFFCATG Call by reference Type reference (TYPE) FICM_TAS_DIFFCATG Tabelle für Differenzierungstypen 20070514
5 Exporting E_TAS_OPERANDS_INFO Call by reference Type reference (TYPE) FICM_TAS_OPERANDS_INFO Tabelle für die Beschreibung von Variablen von Formeln 20070514
6 Importing I_FBUFFER Call by reference Type reference (TYPE) FICO_FBUFFER Kennzeichen für Pufferung 20070514
7 Importing I_LISTTYPE Call by reference Type reference (TYPE) FICO_OLISTTYP Konditionsgruppenart 20070628
# Exception Resumable Description Created on
1 CX_FICM_CUSTOMIZING_ERROR Ausnahmeklasse für den Fall eines inkonsitentne Cutomizing 20070514

Method FILL_VALIDTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_CONDI Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20060406

Method FILL_VALIDTO on class CL_FICM_COND_READER has no exception.

Method FILL_VALIDTO_ORIGINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_COND Call by reference Type reference (TYPE) FCL_TAB_COND Konditionsköpfe 20070629

Method FILL_VALIDTO_ORIGINAL on class CL_FICM_COND_READER has no exception.

Method FIND_COND_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_COND Call by reference Type reference (TYPE) FCL_STR_COND Konditionskopf 20120313
2 Importing I_TAS_CONDTAB_SOURCE Call by reference Type reference (TYPE) TY_TAS_CONDTAB 20120313
3 Returning R_COND_SOURCE Value transfer Type reference (TYPE) FICO_ICOND Konditionskopf 20120314

Method FIND_COND_SOURCE on class CL_FICM_COND_READER has no exception.

Method GET_COND_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_COND_T Value transfer Type reference (TYPE) FICO_XCOND Konditionsbezeichnung 20060502
2 Importing U_S_COND Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060502
3 Importing U_T_COND_T Call by reference Type reference (TYPE) FICO_TYP_TAB_COND_T Tabellentyp: Texte für Konditionen 20060502

Method GET_COND_DESCR on class CL_FICM_COND_READER has no exception.

Method GET_COND_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COND_NAME Call by reference Type reference (TYPE) FCL_DTE_XCOND Konditionsbezeichnung 20120313
2 Importing I_COND Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) 20120313

Method GET_COND_NAME on class CL_FICM_COND_READER has no exception.

Method GET_IND_COND Signature

Method GET_IND_COND on class CL_FICM_COND_READER has no parameter.
Method GET_IND_COND on class CL_FICM_COND_READER has no exception.

Method GET_LISTCATG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LISTTYPE Call by reference Type reference (TYPE) FICO_OLISTTYP Konditionsgruppenart 20120525
2 Returning R_LISTCATG Value transfer Type reference (TYPE) FICO_OLISTCATG Konditionsgruppentyp 20120525
# Exception Resumable Description Created on
1 CX_FICM_CUSTOMIZING_ERROR Ausnahmeklasse für den Fall eines inkonsistenten Customizing 20120525

Method GET_STD_COND Signature

Method GET_STD_COND on class CL_FICM_COND_READER has no parameter.
Method GET_STD_COND on class CL_FICM_COND_READER has no exception.

Method INDIVIDUALIZE_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CONDI Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060428
2 Changing C_T_POS Call by reference Type reference (TYPE) FICO_TYP_TAS_POS Positionen der Konditionen (sortiert) 20060428
3 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060502
4 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20060502
5 Importing I_FLG_RC_REQ Call by reference Type reference (TYPE) BOOLE-BOOLE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060508
6 Importing U_S_CONDI_IND Call by reference Type reference (TYPE) FICOT_CONDI Konditionen (ungepuffert) 20060428
7 Importing U_T_COND_T Call by reference Type reference (TYPE) FICO_TYP_TAB_COND_T Konditionsbezeichnung 20060502
8 Importing U_T_POS Call by reference Type reference (TYPE) FICO_TYP_TAS_POS Positionen der Konditionen (sortiert) 20060428

Method INDIVIDUALIZE_COMP on class CL_FICM_COND_READER has no exception.

Method INDIVIDUALIZE_STD_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAB_CONDI Konditionen 20060428
2 Changing C_TAB_CONDI_POS Call by reference Type reference (TYPE) FICO_TYP_TAB_POS Positionen der Konditionen 20060428
3 Changing C_TAB_CONDI_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20120323
4 Changing C_TAB_COND_T Call by reference Type reference (TYPE) FICO_TYP_TAB_COND_T Tabellentyp: Texte für Konditionen 20060428
5 Changing C_TAS_COND_OPERANDS Call by reference Type reference (TYPE) FICM_TAS_OPERANDS_INFO Tabelle für Konditionsarten 20060428
6 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060502
7 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20060502
8 Importing I_FLG_RC_REQ Call by reference Type reference (TYPE) BOOLE-BOOLE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060508
9 Importing I_FLG_READ_TEXT Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20060428
10 Importing I_TAB_CONDI_IND Call by reference Type reference (TYPE) FICO_TYP_TAB_CONDI Konditionen 20060428
11 Importing I_TAB_CONDI_POS_IND Call by reference Type reference (TYPE) FICO_TYP_TAB_POS Positionen der Konditionen 20060428
12 Importing I_TAB_CONDI_POS_REL_IND Call by reference Type reference (TYPE) FICO_TYP_TAB_POS_REL Tabelle für Relationen 20070420
13 Importing I_TAB_COND_T_IND Call by reference Type reference (TYPE) FICO_TYP_TAB_COND_T Tabellentyp: Texte für Konditionen 20060428
14 Importing I_TAS_COND_OPERANDS_IND Call by reference Type reference (TYPE) FICM_TAS_OPERANDS_INFO Tabelle für die Beschreibung von Variablen von Formeln 20060428

Method INDIVIDUALIZE_STD_COND on class CL_FICM_COND_READER has no exception.

Method MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_CONDI_POS Call by reference Type reference (TYPE) FICO_TYP_TAB_POS Positionen der Konditionen 20060406
2 Exporting E_TAS_CONDI Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20070418
3 Exporting E_TAS_CONDI_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20070606
4 Importing I_TAS_CONDI_HIGH Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20070418
5 Importing I_TAS_CONDI_LOW Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20070418
6 Importing I_TAS_CONDI_POS_HIGH Call by reference Type reference (TYPE) FICO_TYP_TAS_POS Positionen der Konditionen (sortiert) 20070418
7 Importing I_TAS_CONDI_POS_LOW Call by reference Type reference (TYPE) FICO_TYP_TAS_POS Positionen der Konditionen (sortiert) 20070418
8 Importing I_TAS_CONDI_POS_REL_HIGH Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20070418
9 Importing I_TAS_CONDI_POS_REL_LOW Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20070418
10 Importing I_TAS_COND_DIFF Call by reference Type reference (TYPE) CL_TYP_TAS_COND_DIFF 20070418

Method MERGE on class CL_FICM_COND_READER has no exception.

Method READ_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_FOUND Call by reference Type reference (TYPE) FLAG allgemeines flag 20070202
2 Exporting E_FLG_INDIVIDUALIZATION Call by reference Type reference (TYPE) FICO_DTE_FLG_INDIVIDUALIZATION Flag: Individualisierungskondition vorhanden 20070202
3 Exporting E_TAB_COND Call by reference Type reference (TYPE) FCL_TAB_COND Konditionsköpfe 20070202
4 Exporting E_TAS_COND_DATE Call by reference Type reference (TYPE) CL_TAS_COND_DATE Terminfortschreibung 20070202
5 Exporting E_TAS_COND_POS Call by reference Type reference (TYPE) FCL_TAS_COND_POS Konditions- bzw. Periodenpositionen 20070202
6 Exporting E_TAS_COND_POS_REL Call by reference Type reference (TYPE) FCL_TAS_COND_POS_REL Relationen zu Konditionsarten 20070404
7 Exporting E_TAS_COND_TYPES Call by reference Type reference (TYPE) FICM_TAS_COND_TYPE Tabelle für Konditionsarten 20070202
8 Exporting E_TAS_DIFFCATG Call by reference Type reference (TYPE) FICM_TAS_DIFFCATG Tabelle für Differenzierungstypen 20070202
9 Exporting E_TAS_INTMETHOD Call by reference Type reference (TYPE) FICM_TAS_INTMETHOD Tabelle zur Speicherung der Zinsberechnungsmethoden 20070202
10 Exporting E_TAS_LISTTYPES Call by reference Type reference (TYPE) FICM_TAS_LISTTYPES Liste der Konditionsgruppenarten 20070523
11 Exporting E_TAS_OPERANDS_INFO Call by reference Type reference (TYPE) FICM_TAS_OPERANDS_INFO Tabelle für die Beschreibung von Variablen von Formeln 20070202
12 Importing I_CAMT Call by reference Type reference (TYPE) FICO_CAMT Währung 20070202
13 Importing I_LIST Call by reference Type reference (TYPE) FICO_ILIST Struktur zur Identifikation von Konditionen 20070202
14 Importing I_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20070202
15 Importing I_USE_STATISTIC_COND Call by reference Type reference (TYPE) FLAG allgemeines flag 20070202

Method READ_FROM_BUFFER on class CL_FICM_COND_READER has no exception.

Method REPLACE_COND_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STR_COND Call by reference Type reference (TYPE) FCL_STR_COND Konditionskopf 20120313
2 Importing I_TAS_CONDTAB_SOURCE Call by reference Type reference (TYPE) TY_TAS_CONDTAB 20120313

Method REPLACE_COND_NAME on class CL_FICM_COND_READER has no exception.

Method REPLACE_COND_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_COND Call by reference Type reference (TYPE) FCL_TAB_COND Konditionsköpfe 20120313
2 Importing I_FLG_BUFFER Call by reference Type reference (TYPE) FLAG allgemeines flag 20120313
3 Importing I_FLG_READTEXT Call by reference Type reference (TYPE) FLAG allgemeines flag 20120313
4 Importing I_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20120313
5 Importing I_STR_COND_DESC Call by reference Type reference (TYPE) FICOS_COND_DESC Struktur zur Identifikation von Konditionen 20120313
6 Importing I_TAB_CONDTYPE_CUST Call by reference Type reference (TYPE) FICM_TAH_CONDTYPE_CUST Teile des Konditionsartencustomizing 20120313
7 Importing I_TAS_CONDREADBYOPEN Call by reference Type reference (TYPE) FICM_TAS_CONDREADBYOPEN Tabelle für Konditionsermittlungszeitpunkte 20120313
8 Importing I_VALID_FROM Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig-ab-Datum einer Kondition 20120313
9 Importing I_VALID_TO Call by reference Type reference (TYPE) FICO_DVALIDTO Gültig-bis-Datum einer Kondition 20120313

Method REPLACE_COND_NAMES on class CL_FICM_COND_READER has no exception.

Method RESOLVE_CC_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_COND Call by reference Type reference (TYPE) CL_FICO_TAS_CONDI 20070605
2 Changing C_TAB_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAB_CONDI 20070605
3 Changing C_TAB_CONDI_POS Call by reference Type reference (TYPE) FICO_TYP_TAB_POS 20070605
4 Changing C_TAB_COND_POS Call by reference Type reference (TYPE) FICO_TYP_TAB_POS 20070605
5 Changing C_TAS_COND_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL Tabelle für Relationen 20070606
6 Changing C_TAS_COND_TYPES Call by reference Type reference (TYPE) FICM_TAS_COND_TYPE 20070605
7 Changing C_TAS_LISTTYPES Call by reference Type reference (TYPE) FICM_TAS_LISTTYPES 20070605
8 Importing I_CAMT Call by reference Type reference (TYPE) FICO_CAMT 20070605
9 Importing I_FLG_NO_VALIDTO_ADJUST Call by reference Type reference (TYPE) FICO_FFLAG Flag 20070831
10 Importing I_STATUS Call by reference Type reference (TYPE) FICOT_STATUS 20070605
11 Importing I_TAR_CURRENCY Call by reference Type reference (TYPE) FICO_TAR_CURRENCY 20070605
12 Importing I_TAS_POS Call by reference Type reference (TYPE) FICO_TYP_TAS_POS 20070605
13 Importing I_TAS_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL 20070605
# Exception Resumable Description Created on
1 CX_FICM_CUSTOMIZING_ERROR Ausnahmeklasse für den Fall eines inkonsistenten Customizing 20070612

Method RESOLVE_REFERENCE_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DATE Value transfer Type reference (TYPE) DATS Feld vom Typ DATS 20060724
2 Importing I_D_VALIDFROM Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig-ab-Datum einer Kondition 20090507
3 Importing I_D_VALIDTO Call by reference Type reference (TYPE) FICO_DVALIDTO Gültig-bis-Datum einer Kondition 20090507
4 Importing I_STR_COND_DATE Call by reference Type reference (TYPE) FCL_STR_COND_DATE Terminfortschreibung 20060724
5 Importing I_TAS_CONDREADBYOPEN Call by reference Type reference (TYPE) FICM_TAS_CONDREADBYOPEN Tabelle für Konditionsermittlungszeitpunkte 20060724
# Exception Resumable Description Created on
1 CX_FICM_CUSTOMIZING_ERROR Ausnahmeklasse für das Lesen von Konditionen 20060724

Method SY_MSG_COLLECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20060523

Method SY_MSG_COLLECT on class CL_FICM_COND_READER has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) FICO_OAPPL Anwendung 20060406
2 Importing I_TAB_COND_DIFF Call by reference Type reference (TYPE) FICO_TYP_TAB_COND_DIFF Tabelle mit Zuordnung Differenzierungstypen Konditionsarten 20060628
3 Returning R_REF_COND_READER Value transfer Object reference (TYPE REF TO) CL_FICM_COND_READER Klasse zum Lesen von Konditionen 20060406

Method S_CREATE on class CL_FICM_COND_READER has no exception.

Method S_FILL_VALIDTO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAB_CONDI Konditionen 20100208
2 Importing I_APPL Call by reference Type reference (TYPE) FICO_OAPPL Anwendung 20100208

Method S_FILL_VALIDTO on class CL_FICM_COND_READER has no exception.

Method WRITE_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CAMT Call by reference Type reference (TYPE) FICO_CAMT Währung 20070202
2 Importing I_FLG_INDIVIDUALIZATION Call by reference Type reference (TYPE) FICO_DTE_FLG_INDIVIDUALIZATION Flag: Individualisierungskondition vorhanden 20070202
3 Importing I_LIST Call by reference Type reference (TYPE) FICO_ILIST Struktur zur Identifikation von Konditionen 20070202
4 Importing I_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20070202
5 Importing I_TAB_COND Call by reference Type reference (TYPE) FCL_TAB_COND Konditionsköpfe 20070202
6 Importing I_TAS_COND_DATE Call by reference Type reference (TYPE) CL_TAS_COND_DATE Terminfortschreibung 20070202
7 Importing I_TAS_COND_POS Call by reference Type reference (TYPE) FCL_TAS_COND_POS Konditions- bzw. Periodenpositionen 20070202
8 Importing I_TAS_COND_POS_REL Call by reference Type reference (TYPE) FCL_TAS_COND_POS_REL Tabelle für Relationen 20070404
9 Importing I_TAS_COND_TYPES Call by reference Type reference (TYPE) FICM_TAS_COND_TYPE Tabelle für Konditionsarten 20070202
10 Importing I_TAS_DIFFCATG Call by reference Type reference (TYPE) FICM_TAS_DIFFCATG Tabelle für Differenzierungstypen 20070202
11 Importing I_TAS_INTMETHOD Call by reference Type reference (TYPE) FICM_TAS_INTMETHOD Tabelle zur Speicherung der Zinsberechnungsmethoden 20070202
12 Importing I_TAS_LISTTYPES Call by reference Type reference (TYPE) FICM_TAS_LISTTYPES Liste der Konditionsgruppenarten 20070523
13 Importing I_TAS_OPERANDS_INFO Call by reference Type reference (TYPE) FICM_TAS_OPERANDS_INFO Tabelle für die Beschreibung von Variablen von Formeln 20070202
14 Importing I_USE_STATISTIC_COND Call by reference Type reference (TYPE) FLAG allgemeines flag 20070202

Method WRITE_TO_BUFFER on class CL_FICM_COND_READER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710