SAP ABAP Class IF_FICO_CHECK_MAINTAIN_CONDS (FICO: Interface to Checks and UI Maintenance)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FICO_AUX_CHECK_MAINT Auxiliary Class for Condition Checks and Maintenance 20060314
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FICO_AUX_MIX_STD Auxiliary Class for Merged Standard Conditions 20060412
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FICO_TEST_BA_DATA_4_CHECK FiCo for Checks 20080918
Properties
Class IF_FICO_CHECK_MAINTAIN_CONDS  
Short Description FICO: Interface to Checks and UI Maintenance    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060314   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FICO_CHECK_MAINTAIN_CONDS has no forward declaration.
Interfaces
Class IF_FICO_CHECK_MAINTAIN_CONDS has no interface implemented.
Friends
Class IF_FICO_CHECK_MAINTAIN_CONDS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IT_CDGRP_INTERV Instance attribute Public Type reference (TYPE) FICO_TYP_TAS_CDGRP_INTERV Condition Groups with Usage Data 20120601
2 IT_LISTTYPE_INTERV Instance attribute Public Type reference (TYPE) TT_LISTTYPE_INTERV Condition Group Types 20120608
3 I_CLSNAME Instance attribute Public Type reference (TYPE) SEOCLSNAME Name of Implementing Class 20060320
4 I_FLG_INDIVIDUALISED Instance attribute Public Type reference (TYPE) XFELD Checkbox 20060511
5 I_REF_CONDI Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
6 I_REF_CONDI_DB Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
7 I_REF_CONDI_DEL Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060406
8 I_REF_CONDI_DEL_GL Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060406
9 I_REF_CONDI_GL Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
10 I_REF_COND_T Instance attribute Public Object reference (TYPE REF TO) DATA Condition Descriptions 20060316
11 I_REF_COND_T_DB Instance attribute Public Object reference (TYPE REF TO) DATA Condition Descriptions 20060316
12 I_REF_COND_T_GL Instance attribute Public Object reference (TYPE REF TO) DATA Condition Descriptions 20060316
13 I_REF_LISTCOND Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
14 I_REF_LISTCOND_DB Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
15 I_REF_LISTCOND_GL Instance attribute Public Object reference (TYPE REF TO) DATA Conditions with Buffer Indicator 20060316
16 I_REF_MAP_SEM_KEY Instance attribute Public Object reference (TYPE REF TO) DATA Conditions: Semantic Key 20060710
17 I_REF_POS Instance attribute Public Object reference (TYPE REF TO) DATA Items of the Conditions with Buffering Indicator 20060316
18 I_REF_POS_DB Instance attribute Public Object reference (TYPE REF TO) DATA Items of the Conditions with Buffering Indicator 20060316
19 I_REF_POS_GL Instance attribute Public Object reference (TYPE REF TO) DATA Items of the Conditions with Buffering Indicator 20060316
20 I_REF_POS_REL Instance attribute Public Object reference (TYPE REF TO) DATA Relationships 20070419
21 I_REF_POS_REL_DB Instance attribute Public Object reference (TYPE REF TO) DATA Relationships 20070419
22 I_REF_POS_REL_GL Instance attribute Public Object reference (TYPE REF TO) DATA Relationships 20070419
Methods
# Method Level Visibility Method type Description Created on
1 COND_GET Instance method Public Method Condition Data New DB Format 20060314
2 DO_CHECK_COND_EXT Instance method Public Method External Check of Condition in List 20070327
3 DO_CHECK_LIST_EXT Instance method Public Method One-Time External Change to Condition List 20070327
4 GET_ATTRIBUTES Instance method Public Method Read Condition Tables 20060314
5 GET_COND Instance method Public Method Condition Data Old DB Format 20060321
6 GET_COND_OF_LIST Instance method Public Method Transfer Conditions From a List 20060321
7 GET_OLDEST_CHANGE_DATE Instance method Public Method Determine Last Date for Retroactive Change 20070327
8 LIST_COMPARE_COND Instance method Public Method Check Conditions: Uniqueness of Semantic Key 20060314
9 NOTIFY_LIST_CHANGE Instance method Public Method Notification of Changes to Condition List 20070327
10 SIMULATE Instance method Public Method Simulation of Changes 20070327
Events
Class IF_FICO_CHECK_MAINTAIN_CONDS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_LISTTYPE_INTERV Public See coding 20120608 BEGIN OF ts_listtype_interv. TYPES valid_from TYPE fico_dvalidfrom. TYPES valid_to TYPE fico_dvalidto. TYPES o_listtype TYPE fico_olisttyp. TYPES ind_list TYPE fico_ilist. TYPES flg_new TYPE char1. TYPES END OF ts_listtype_interv
2 TT_LISTTYPE_INTERV Public See coding 20120608 tt_listtype_interv TYPE SORTED TABLE OF ts_listtype_interv WITH UNIQUE KEY valid_from
Method Signatures

Method COND_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20060314
2 Exporting E_T_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDI_BUFF Konditionen mit Pufferungsflag 20060314
3 Exporting E_T_COND_T Call by reference Type reference (TYPE) FICO_TYP_TAS_COND_T Tabellentyp: Texte für Konditionen (sortiert) 20060314
4 Exporting E_T_POS Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_BUFF Positionen der Konditionen mit Pufferungsflag 20060314
5 Exporting E_T_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL_BUFF Tabelle für Relationen 20070419
6 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle 20060314
7 Exporting E_T_RULE Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDIT_RULE_SHORT Tabellentyp Konditionsposition: Formel ID und Text 20060314
8 Importing I_COND Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) 20060314
9 Importing I_FLG_TECH_DESCR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060314
10 Importing I_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060314
11 Importing I_LIST Call by reference Type reference (TYPE) FICO_ILIST Konditionsliste 20060314
12 Importing I_MAX_VALID_TO Call by reference Type reference (TYPE) FICO_DVALIDTO IF_FICO_GENERAL_CONSTANTS=>G_CON_MAXDATE Gültig bis 20060314
13 Importing I_MIN_VALID_FROM Call by reference Type reference (TYPE) FICO_DVALIDFROM IF_FICO_GENERAL_CONSTANTS=>G_CON_MINDATE Gültig ab 20060314
14 Importing I_STARTDATE Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060314
15 Importing I_T_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20060314

Method COND_GET on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method DO_CHECK_COND_EXT 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 20070327
2 Exporting E_COND_ERR Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) in der das Fehler auftritt 20070327
3 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070327
4 Exporting E_VALIDFROM_ERR Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig-ab-Datum einer Kondition 20070327
5 Importing I_COND Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) 20070327
6 Importing I_EXTLINK Call by reference Type reference (TYPE) FICO_IEXTLINK Externe Verbindung 20070327
7 Importing I_LIST_DATA Call by reference Type reference (TYPE) BCA_CONDGROUP Konditionsgruppe/Liste 20070327
8 Importing I_USEDUNTIL Call by reference Type reference (TYPE) FICO_DUSEDUNTIL Verwendet bis 20070327

Method DO_CHECK_COND_EXT on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method DO_CHECK_LIST_EXT 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 20070327
2 Exporting E_COND_ERR Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) in der das Fehler auftritt 20070327
3 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070327
4 Exporting E_VALIDFROM_ERR Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig-ab-Datum einer Kondition 20070327
5 Importing I_EXTLINK Call by reference Type reference (TYPE) FICO_IEXTLINK Externe Verbindung 20070327
6 Importing I_LIST_DATA Call by reference Type reference (TYPE) BCA_CONDGROUP Konditionsgruppe/Liste 20070327
7 Importing I_USEDUNTIL Call by reference Type reference (TYPE) FICO_DUSEDUNTIL Verwendet bis 20070327

Method DO_CHECK_LIST_EXT on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CLSNAME Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20060320

Method GET_ATTRIBUTES on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method GET_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_COND Call by reference Type reference (TYPE) FICOT_COND Konditionen 20060321
2 Exporting E_S_COND_T Call by reference Type reference (TYPE) FICOT_COND_T Texte für Konditionen (ungepuffert) 20060321
3 Exporting E_T_AMT Call by reference Type reference (TYPE) FICO_TYP_TAS_AMT Tabellentyp: Betrag (sortiert) 20060321
4 Exporting E_T_AMTPOS Call by reference Type reference (TYPE) FICO_TYP_TAS_AMTPOS Tabellentyp: Betragsposition (sortiert) 20060321
5 Exporting E_T_AMTPOSEXP Call by reference Type reference (TYPE) FICO_TYP_TAS_AMTPOSEXP Zinssätze und Zinsreferenzen zu Betragsposition (sortiert) 20060321
6 Exporting E_T_CONDDIFF Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDDIFF Tabellentyp: Zuordnung Kondition - Differenzierung 20060321
7 Exporting E_T_CONDDIFF_T Call by reference Type reference (TYPE) FICO_TYP_TAS_DIFF_DISPLAY Differenzierungen einer Kondition mit Texten (sortiert) 20060321
8 Exporting E_T_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDI_BUFF Konditionen mit Pufferungsflag 20060321
9 Exporting E_T_DATE Call by reference Type reference (TYPE) FICO_TYP_TAS_DATE Tabellentyp: Termin (sortiert) 20060321
10 Exporting E_T_DATEPOS Call by reference Type reference (TYPE) FICO_TYP_TAS_DATEPOS Tabellentyp: Terminposition (sortiert) 20060321
11 Exporting E_T_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL_BUFF Tabelle für Relationen 20070419
12 Exporting E_T_RULE Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDIT_RULE_SHORT Tabellentyp Konditionsposition: Formel ID und Text 20060321
13 Importing I_CMP_VALIDTO_IMPL Call by reference Type reference (TYPE) BOOLE_D Berechne implizites 'Gültig bis' Datum 20060419
14 Importing I_COND Value transfer Type reference (TYPE) FICO_ICOND Kondition (GUID) 20060321
15 Importing I_FLG_TECH_DESCR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060321
16 Importing I_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060321
17 Importing I_LIST Call by reference Type reference (TYPE) FICO_ILIST Konditionsliste 20060321
18 Importing I_MAX_VALID_TO Call by reference Type reference (TYPE) FICO_DVALIDTO IF_FICO_GENERAL_CONSTANTS=>G_CON_MAXDATE Gültig bis 20060321
19 Importing I_MIN_VALID_FROM Call by reference Type reference (TYPE) FICO_DVALIDFROM IF_FICO_GENERAL_CONSTANTS=>G_CON_MINDATE Gültig ab 20060321
20 Importing I_T_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20060321

Method GET_COND on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method GET_COND_OF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_APPL Call by reference Type reference (TYPE) FICO_OAPPL Anwendung 20080410
2 Exporting E_RC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20060321
3 Exporting E_T_AMT Call by reference Type reference (TYPE) FICO_TYP_TAS_AMT Tabellentyp: Betrag (sortiert) 20060321
4 Exporting E_T_AMTPOS Call by reference Type reference (TYPE) FICO_TYP_TAS_AMTPOS Tabellentyp: Betragsposition (sortiert) 20060321
5 Exporting E_T_AMTPOSEXP Call by reference Type reference (TYPE) FICO_TYP_TAS_AMTPOSEXP Zinssätze und Zinsreferenzen zu Betragsposition (sortiert) 20060321
6 Exporting E_T_COND Call by reference Type reference (TYPE) FICO_TYP_TAS_COND Tabellentyp: Konditionentabelle (sortiert) 20060321
7 Exporting E_T_CONDDIFF Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDDIFF Tabellentyp: Zuordnung Kondition - Differenzierung 20060321
8 Exporting E_T_CONDDIFF_T Call by reference Type reference (TYPE) FICO_TYP_TAS_DIFF_DISPLAY Differenzierungen einer Kondition mit Texten (sortiert) 20060321
9 Exporting E_T_COND_T Call by reference Type reference (TYPE) FICO_TYP_TAS_COND_T Tabellentyp: Texte für Konditionen (sortiert) 20060321
10 Exporting E_T_DATE Call by reference Type reference (TYPE) FICO_TYP_TAS_DATE Tabellentyp: Termin (sortiert) 20060321
11 Exporting E_T_DATEPOS Call by reference Type reference (TYPE) FICO_TYP_TAS_DATEPOS Tabellentyp: Terminposition (sortiert) 20060321
12 Exporting E_T_POS_REL Call by reference Type reference (TYPE) FICO_TYP_TAS_POS_REL_BUFF Tabelle für Relationen 20070419
13 Exporting E_T_RULE Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDIT_RULE_SHORT Tabellentyp Konditionsposition: Formel ID und Text 20060321
14 Importing I_AMT Call by reference Type reference (TYPE) FICO_CAMT Währung 20060321
15 Importing I_CMP_VALIDTO_IMPL Call by reference Type reference (TYPE) BOOLE_D Berechne implizites 'Gültig bis' Datum 20060419
16 Importing I_CONDTYPE Call by reference Type reference (TYPE) FICO_OCONDTYPE Konditionsart 20060321
17 Importing I_FLG_AUTHCHECK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060321
18 Importing I_FLG_DIFFTEXT Call by reference Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060321
19 Importing I_FLG_TECH_DESCR Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060321
20 Importing I_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060321
21 Importing I_LIST Call by reference Type reference (TYPE) FICO_ILIST Konditionsliste 20060321
22 Importing I_MAX_VALID_TO Call by reference Type reference (TYPE) FICO_DVALIDTO IF_FICO_GENERAL_CONSTANTS=>G_CON_MAXDATE Gültig bis 20060321
23 Importing I_MIN_VALID_FROM Call by reference Type reference (TYPE) FICO_DVALIDFROM IF_FICO_GENERAL_CONSTANTS=>G_CON_MINDATE Gültig ab 20060321
24 Importing I_STARTDATE Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060321
25 Importing I_T_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20060321
26 Importing I_VALIDFROM Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060321

Method GET_COND_OF_LIST on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method GET_OLDEST_CHANGE_DATE 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 20070615
2 Importing I_CONDTYPE Call by reference Type reference (TYPE) FICO_OCONDTYPE Konditionsart 20070330
3 Importing I_EXTLINK Call by reference Type reference (TYPE) FICO_IEXTLINK Externe Verbindung 20070327
4 Importing I_LIST_DATA Call by reference Type reference (TYPE) BCA_CONDGROUP Konditionsgruppe/Liste von Konditionen 20070327
5 Returning R_DATE_LAST_CH Value transfer Type reference (TYPE) FICO_DVALIDFROM Gültig-ab-Datum einer Kondition 20070327

Method GET_OLDEST_CHANGE_DATE on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method LIST_COMPARE_COND 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 20060314
2 Exporting E_COND_REP Call by reference Type reference (TYPE) FICO_ICOND Kondition GUID nach Ersetzung 20070924
3 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060314
4 Importing I_COND Call by reference Type reference (TYPE) FICO_ICOND Kondition (GUID) 20060314
5 Importing I_COND_FIND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060314
6 Importing I_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060314
7 Importing I_LISTTYPE Call by reference Type reference (TYPE) FICOT_CONDI-O_LISTTYPE Konditionsgruppenart 20060314
8 Importing I_LIST_COMPARE Call by reference Type reference (TYPE) FICO_ILIST Konditionsliste 20060314
9 Importing I_MAX_VALID_TO Call by reference Type reference (TYPE) FICO_DVALIDTO IF_FICO_GENERAL_CONSTANTS=>G_CON_MAXDATE Gültig bis 20060314
10 Importing I_MIN_BACKDATED_CHNG Call by reference Type reference (TYPE) FICO_DMIN_BACKDATED_CHNG Datum, bis zu dem eine rückwirkende Änderung möglich ist 20090825
11 Importing I_MIN_VALID_FROM Call by reference Type reference (TYPE) FICO_DVALIDFROM IF_FICO_GENERAL_CONSTANTS=>G_CON_MINDATE Gültig ab 20060314
12 Importing I_RELEASE_PROC Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060314
13 Importing I_STARTDATE Call by reference Type reference (TYPE) FICO_DVALIDFROM Gültig ab 20060808
14 Importing I_T_COND Call by reference Type reference (TYPE) FICO_TYP_TAS_COND Tabellentyp: Konditionentabelle (sortiert) 20060314
15 Importing I_T_CONDDIFF Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDDIFF Tabellentyp: Zuordnung Kondition - Differenzierung 20060314
16 Importing I_T_CONDI Call by reference Type reference (TYPE) FICO_TYP_TAS_CONDI_BUFF Konditionen mit Pufferungsflag 20060314
17 Importing I_T_STATUS Call by reference Type reference (TYPE) FICOT_STATUS Tabelle für Statusselektion 20060314
18 Importing I_USEDUNTIL Call by reference Type reference (TYPE) FICOS_OV_LIST-D_USEDUNTIL Verwendet bis 20060314

Method LIST_COMPARE_COND on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method NOTIFY_LIST_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAB_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Returntabelle (keine Fehler erlaubt; nur Warnungen etc.) 20110217
2 Importing I_EXTLINK Call by reference Type reference (TYPE) FICO_IEXTLINK Externe Verbindung 20070510
3 Importing I_LIST_DATA Call by reference Type reference (TYPE) BCA_CONDGROUP Konditionsgruppe/Liste von Konditionen 20070510
4 Importing I_T_CHANGES Call by reference Type reference (TYPE) FICOT_TAB_CONDI_CHANGES Liste der Zeitintervalle der Änderungen pro Kondition 20070510

Method NOTIFY_LIST_CHANGE on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.

Method SIMULATE 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 20070327
2 Exporting ES_CONDI_ERR Call by reference Type reference (TYPE) FICOS_CONDI_BUFF Fehlerhafter Konditionskopfeintrag 20070327
3 Exporting E_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070327
4 Exporting E_RIF_DISP_CONDS Call by reference Object reference (TYPE REF TO) IF_FICO_CHECK_MAINTAIN_CONDS FiCo: Schnittstelle zur Checks und UI Pflege 20070327
5 Importing I_EXTLINK_CHILD Call by reference Type reference (TYPE) FICO_IEXTLINK Externe Verbindung 20070327
6 Importing I_FLG_ALSO_DISPLAY Call by reference Type reference (TYPE) XFELD ' ' -> nur mischen und prüfen, 'X' auch Anzeige ermöglichen 20070327
7 Importing I_FLG_BUFF_CHILD Call by reference Type reference (TYPE) FICO_FBUFFER Kennzeichen für Pufferung 20070327
8 Importing I_LIST_CHILD Call by reference Type reference (TYPE) FICO_ILIST Konditionsliste mit höhere Priorität 20070327

Method SIMULATE on class IF_FICO_CHECK_MAINTAIN_CONDS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in