Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FICO_GENERAL_CONSTANTS | FICO Constants | 20060419 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FICO_GENERAL_DATA | FICO Data Definitions | 20060306 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FICO_INTERNAL_CONSTANTS | FICO Constants | 20060306 |
Properties
| Class | CL_FICO_FCT_RULESET | |
| Short Description | Set of Rules (Customer) | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | FICO1 | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | FICO | Financial Conditions |
| Created | 20060222 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FICO_GENERAL_CONSTANTS | FICO Constants | 20060419 | ||
| 2 | IF_FICO_GENERAL_DATA | FICO Data Definitions | 20060306 | ||
| 3 | IF_FICO_INTERNAL_CONSTANTS | FICO Constants | 20060306 |
Friends
Class CL_FICO_FCT_RULESET has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Changes to Header Data for Condition Set of Rules | 20060301 | |
| 2 | Instance method | Public | Method | Change Rule | 20060306 | |
| 3 | Instance method | Public | Method | Check Condition Set of Rules | 20060519 | |
| 4 | Instance method | Public | Method | Check Rule | 20060519 | |
| 5 | Instance method | Protected | Method | Converts DB Format to Format With Date References | 20060224 | |
| 6 | Instance method | Protected | Method | Converts Format With Date References to DB Format | 20060224 | |
| 7 | Instance method | Protected | Method | Converts Format With Date References to DB Format (Rules) | 20060224 | |
| 8 | Instance method | Public | Method | Copy instance | 20061023 | |
| 9 | Instance method | Public | Method | Copy Rule | 20060317 | |
| 10 | Instance method | Public | Method | Create Condition Set of Rules for Semantic Condition Key | 20060301 | |
| 11 | Instance method | Public | Method | Create Rule | 20060306 | |
| 12 | Instance method | Public | Method | Deletes Condition Set of Rules | 20060301 | |
| 13 | Instance method | Public | Method | Delete Rule | 20060306 | |
| 14 | Instance method | Public | Method | Display Change Documents Using Set IDs | 20070216 | |
| 15 | Instance method | Public | Method | Gets All Set of Rules and Rule for Cond. Group | 20060301 | |
| 16 | Instance method | Public | Method | Gets Default Settings for Condition Set of Rules | 20060505 | |
| 17 | Instance method | Public | Method | Reads Condition Set of Rules Based on Condition ID | 20060301 | |
| 18 | Instance method | Public | Method | Reads Condition Set of Rules Based on Semantic Condition Key | 20060301 | |
| 19 | Instance method | Public | Method | Reads Condition Set of Rules Based on Set ID | 20060301 | |
| 20 | Instance method | Public | Method | Changes to List of Field Properties? | 20060301 | |
| 21 | Instance method | Public | Method | Overwrite DB Buffer with Global Buffer | 20070919 | |
| 22 | Instance method | Public | Method | Overwrite Buffer With Global Buffer | 20060224 | |
| 23 | Instance method | Public | Method | Overwrite Global Buffer With Object Buffer | 20060224 | |
| 24 | Instance method | Public | Method | Determine Insert/Update/Delete Tables | 20060224 | |
| 25 | Instance method | Public | Method | Set the Callback Reference | 20080620 | |
| 26 | Instance method | Protected | Method | Calculates Implicit 'Valid-To' Date | 20060301 | |
| 27 | Instance method | Private | Method | Transfer Error Message to Error Table | 20060306 | |
| 28 | Static method | Public | Method | Release 1st Instance | 20070614 | |
| 29 | Static method | Public | Method | Release Instances | 20060301 | |
| 30 | Static method | Public | Method | Instance Management | 20060222 | |
| 31 | Static method | Public | Method | Read All Instances | 20060320 | |
| 32 | Static method | Public | Method | Determine Insert/Update/Delete Tables | 20060224 | |
| 33 | Static method | Public | Method | Set 'No Changes Permitted' Indicator | 20060321 |
Events
Class CL_FICO_FCT_RULESET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_BUFFER_PERIODS | Public | See coding | 20060301 | BEGIN OF t_buffer_periods.
INCLUDE TYPE ficot_fctrl_per.
TYPES:
d_validto_impl TYPE fico_dvalidto,
f_used TYPE boole_d,
ref TYPE REF TO cl_fico_fct_fldprop,
END OF t_buffer_periods
|
||
| 2 | T_BUFFER_RULESET | Public | See coding | 20060307 | BEGIN OF t_buffer_ruleset.
INCLUDE TYPE ficot_ctrl_maint.
TYPES:
f_used TYPE boole_d,
END OF t_buffer_ruleset
|
||
| 3 | T_CD_OBJECTID | Public | See coding | 20070207 | BEGIN OF t_cd_objectid,
i_list TYPE fico_ilist,
i_setid TYPE fico_isetid,
old TYPE ficot_ctrl_maint,
new TYPE ficot_ctrl_maint.
INCLUDE TYPE icdind.
TYPES:
END OF t_cd_objectid
|
||
| 4 | T_FCT_RULESET_INST | Public | See coding | 20060301 | BEGIN OF t_fct_ruleset_inst,
i_list TYPE fico_ilist,
ref TYPE REF TO cl_fico_fct_ruleset,
END OF t_fct_ruleset_inst
|
||
| 5 | T_PERIOD_WITHOUT_KEY | Public | See coding | 20060317 | BEGIN OF t_period_without_key.
INCLUDE TYPE ficos_fctrl_per.
TYPES:
i_list_source TYPE fico_ilistsource,
d_validto_impl TYPE fico_dvalidto,
f_used TYPE boole_d,
ref TYPE REF TO cl_fico_fct_fldprop,
END OF t_period_without_key
|
||
| 6 | T_TAB_CD_OBJECTIDS | Public | See coding | 20070208 | t_tab_cd_objectids TYPE STANDARD TABLE OF t_cd_objectid
|
||
| 7 | T_TAS_BUFFER_PERIODS | Public | See coding | 20060301 | t_tas_buffer_periods TYPE SORTED TABLE OF t_buffer_periods
WITH UNIQUE KEY i_list
i_setid
i_fldcntrid
|
||
| 8 | T_TAS_BUFFER_RULESET | Public | See coding | 20060307 | t_tas_buffer_ruleset TYPE SORTED TABLE OF t_buffer_ruleset
WITH UNIQUE KEY i_list
i_setid
|
||
| 9 | T_TAS_D_BUFF_PERIODS | Public | See coding | 20060301 | t_tas_d_buff_periods TYPE SORTED TABLE OF t_buffer_periods
WITH UNIQUE KEY i_list
i_setid
o_rulecatg
d_validfrom_sr
|
||
| 10 | T_TAS_FCT_RULESET_INST | Public | See coding | 20060301 | t_tas_fct_ruleset_inst TYPE SORTED TABLE OF t_fct_ruleset_inst
WITH UNIQUE KEY i_list
|
Method Signatures
Method CHANGE_RULE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 3 | IREF_FLD_CUST | Call by reference | Object reference (TYPE REF TO) | CL_FICO_CUST_FLD_CONTROL | FICO: Feldsteuerung und Kond.art.cust. | 20060519 | |||
| 4 | IS_RULESET | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060519 | |||
| 5 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 |
Method CHANGE_RULE_SET on class CL_FICO_FCT_RULESET has no exception.
Method CHANGE_VAL_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060306 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060306 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060518 | ||
| 4 | I_VAL_PERIOD | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | Regel | 20060306 |
Method CHANGE_VAL_PERIOD on class CL_FICO_FCT_RULESET has no exception.
Method CHECK_RULE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_F_MNTABS | Call by reference | Type reference (TYPE) | FICO_FMNTABS | Absoluter Zuschlag erlaubt | 20060519 | |||
| 2 | E_F_MNTREL | Call by reference | Type reference (TYPE) | FICO_FMNTREL | Relativer Zuschlag erlaubt | 20060519 | |||
| 3 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060519 | |||
| 4 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060519 | |||
| 5 | IREF_FLD_CUST | Call by reference | Object reference (TYPE REF TO) | CL_FICO_CUST_FLD_CONTROL | FICO: Feldsteuerung und Kond.art.cust. | 20060519 | |||
| 6 | IS_RULESET | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060519 | |||
| 7 | I_COND | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20060519 | |||
| 8 | I_COND_DATA | Call by reference | Type reference (TYPE) | FICOS_COND_SEMANTIC_KEY | Semantischer Schlüssel einer Kondition | 20060519 | |||
| 9 | I_FLG_CREATE | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20060519 | ||
| 10 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 |
Method CHECK_RULE_SET on class CL_FICO_FCT_RULESET has no exception.
Method CHECK_VAL_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060519 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060519 | |||
| 3 | I_FLG_CREATE | Call by reference | Type reference (TYPE) | CHAR01 | SPACE | 20060519 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 | ||
| 5 | I_VALIDFROM_COPY | Call by reference | Type reference (TYPE) | FICO_DVALIDFROM | Gültig ab | 20060519 | |||
| 6 | I_VALIDTO_COPY | Call by reference | Type reference (TYPE) | FICO_DVALIDTO | Gültig bis | 20060519 | |||
| 7 | I_VAL_PERIOD | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | Regel | 20060519 |
Method CHECK_VAL_PERIOD on class CL_FICO_FCT_RULESET has no exception.
Method CONVERT_DB_TO_REF_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_BUFF_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | 20060224 | ||||
| 2 | E_T_BUFF_RULESET | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_RULESET | 20060224 | ||||
| 3 | I_T_DB_MAINT | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_CTRL_MAINT | Tab.typ (sortiert): Feldeigenschaften pro Regel | 20060224 | |||
| 4 | I_T_DB_PER | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PER | Tab.typ (sortiert): Regeln | 20060224 | |||
| 5 | I_USEDUNTIL | Call by reference | Type reference (TYPE) | FICO_DUSEDUNTIL | Verwendet bis | 20060224 |
Method CONVERT_DB_TO_REF_DATA on class CL_FICO_FCT_RULESET has no exception.
Method CONVERT_REF_DATA_TO_DB_PER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DB_PER | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PER | Tab.typ (sortiert): Regeln DB | 20060224 | |||
| 2 | I_T_BUFF_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | Regeln intern/Buffer Format | 20060224 |
Method CONVERT_REF_DATA_TO_DB_PER on class CL_FICO_FCT_RULESET has no exception.
Method CONVERT_REF_DATA_TO_DB_RUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DB_MAINT | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_CTRL_MAINT | Tab.typ (sortiert): Feldeigenschaften pro Regel | 20060224 | |||
| 2 | I_T_BUFF_RULESET | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_RULESET | Regel interner/Buffer Format | 20060224 |
Method CONVERT_REF_DATA_TO_DB_RUL on class CL_FICO_FCT_RULESET has no exception.
Method COPY_RULE_SET_OTHER_COND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20061023 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20061023 | |||
| 3 | IREF_FLD_CUST | Call by reference | Object reference (TYPE REF TO) | CL_FICO_CUST_FLD_CONTROL | FICO: Feldsteuerung und Kond.art.cust. | 20061023 | |||
| 4 | I_COND | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20061023 | |||
| 5 | I_COND_CP | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20061023 | |||
| 6 | I_COND_DATA_CP | Call by reference | Type reference (TYPE) | FICOS_COND_SEMANTIC_KEY | Semantischer Schlüssel einer Kondition | 20061023 | |||
| 7 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20061023 | ||
| 8 | I_LIST_CP | Call by reference | Type reference (TYPE) | FICO_ILIST | 20061023 | ||||
| 9 | I_USEDUNTIL_CP | Call by reference | Type reference (TYPE) | FICO_DUSEDUNTIL | Verwendet bis | 20061023 |
Method COPY_RULE_SET_OTHER_COND on class CL_FICO_FCT_RULESET has no exception.
Method COPY_VAL_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060317 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060317 | |||
| 3 | E_VAL_PERIOD | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | 20060317 | ||||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 | ||
| 5 | I_VALIDFROM | Call by reference | Type reference (TYPE) | FICO_DVALIDFROM | Gültig ab | 20060317 | |||
| 6 | I_VALIDTO | Call by reference | Type reference (TYPE) | FICO_DVALIDTO | Gültig bis | 20060317 | |||
| 7 | I_VAL_PRD_COPY | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | 20060317 |
Method COPY_VAL_PERIOD on class CL_FICO_FCT_RULESET has no exception.
Method CREATE_RULE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RULESET | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060519 | |||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 3 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 4 | IREF_FLD_CUST | Call by reference | Object reference (TYPE REF TO) | CL_FICO_CUST_FLD_CONTROL | FICO: Feldsteuerung und Kond.art.cust. | 20060316 | |||
| 5 | I_COND | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20060301 | |||
| 6 | I_COND_DATA | Call by reference | Type reference (TYPE) | FICOS_COND_SEMANTIC_KEY | Semantischer Schlüssel einer Kondition | 20060301 | |||
| 7 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 |
Method CREATE_RULE_SET on class CL_FICO_FCT_RULESET has no exception.
Method CREATE_VAL_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_VAL_PERIOD | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | Regel | 20060519 | |||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060306 | |||
| 3 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060306 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060519 |
Method CREATE_VAL_PERIOD on class CL_FICO_FCT_RULESET has no exception.
Method DELETE_RULE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 3 | I_SETID | Call by reference | Type reference (TYPE) | FICO_ISETID | KRW ID | 20060301 |
Method DELETE_RULE_SET on class CL_FICO_FCT_RULESET has no exception.
Method DELETE_VAL_PERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060306 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060306 | |||
| 3 | I_NO_USEDUNTIL_CHK | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20060518 | ||
| 4 | I_VAL_PERIOD | Call by reference | Type reference (TYPE) | T_BUFFER_PERIODS | Regel | 20060306 |
Method DELETE_VAL_PERIOD on class CL_FICO_FCT_RULESET has no exception.
Method DISPLAY_CHANGEDOCS_BY_SETID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20070216 | |||
| 2 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20070216 | |||
| 3 | I_RULESET_DESC | Call by reference | Type reference (TYPE) | CSEQUENCE | Beschreibung des Konditionsregelwerks | 20070216 | |||
| 4 | I_SETID | Call by reference | Type reference (TYPE) | FICO_ISETID | Konditionsregelwerk | 20070216 |
Method DISPLAY_CHANGEDOCS_BY_SETID on class CL_FICO_FCT_RULESET has no exception.
Method GET_ALL_RULESETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | Regeln der Regelwerke | 20060301 | |||
| 2 | ET_RULESETS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_RULESET | Kond.Regelwerke | 20060301 |
Method GET_ALL_RULESETS on class CL_FICO_FCT_RULESET has no exception.
Method GET_DEFAULT_RULESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SET_RULE | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060505 | |||
| 2 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060505 | |||
| 3 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060505 | |||
| 4 | IREF_FLD_CUST | Call by reference | Object reference (TYPE REF TO) | CL_FICO_CUST_FLD_CONTROL | FICO: Feldsteuerung und Kond.art.cust. | 20060505 | |||
| 5 | I_COND | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20060505 | |||
| 6 | I_COND_DATA | Call by reference | Type reference (TYPE) | FICOS_COND_SEMANTIC_KEY | Semantischer Schlüssel einer Kondition | 20060505 |
Method GET_DEFAULT_RULESET on class CL_FICO_FCT_RULESET has no exception.
Method GET_RULE_BY_CONDID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SET_RULE | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060301 | |||
| 2 | ET_SET_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | Regeln | 20060301 | |||
| 3 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 4 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 5 | I_COND | Call by reference | Type reference (TYPE) | FICO_ICOND | Kondition (GUID) | 20060301 |
Method GET_RULE_BY_CONDID on class CL_FICO_FCT_RULESET has no exception.
Method GET_RULE_BY_SEMANTIC_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SET_RULE | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060301 | |||
| 2 | ET_SET_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | Gültigkeitsperioden KRW | 20060301 | |||
| 3 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 4 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 5 | I_COND_DATA | Call by reference | Type reference (TYPE) | FICOS_COND_SEMANTIC_KEY | Semantischer Schlüssel einer Kondition | 20060301 |
Method GET_RULE_BY_SEMANTIC_KEY on class CL_FICO_FCT_RULESET has no exception.
Method GET_RULE_BY_SETID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SET_RULE | Call by reference | Type reference (TYPE) | T_BUFFER_RULESET | Kopfdaten KRW | 20060301 | |||
| 2 | ET_SET_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | Regeln | 20060301 | |||
| 3 | E_RC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20060307 | |||
| 4 | E_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060307 | |||
| 5 | I_SETID | Call by reference | Type reference (TYPE) | FICO_ISETID | Konditionsregelwerk | 20060301 |
Method GET_RULE_BY_SETID on class CL_FICO_FCT_RULESET has no exception.
Method INSTANCE_HAS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_LEVEL | Call by reference | Type reference (TYPE) | XFELD | Vergleich: 'L' lok/global, 'G' global/DB ' ' beides | 20070516 | |||
| 2 | R_FLAG_CHANGES | Value transfer | Type reference (TYPE) | XFELD | Änderungen am Instanz | 20060301 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Globaler Puffer nicht gesetzt | 20060301 |
Method MOVE_GLOBAL_TO_DB Signature
Method MOVE_GLOBAL_TO_DB on class CL_FICO_FCT_RULESET has no parameter.
Method MOVE_GLOBAL_TO_DB on class CL_FICO_FCT_RULESET has no exception.
Method MOVE_GLOBAL_TO_LOCAL Signature
Method MOVE_GLOBAL_TO_LOCAL on class CL_FICO_FCT_RULESET has no parameter.
Method MOVE_GLOBAL_TO_LOCAL on class CL_FICO_FCT_RULESET has no exception.
Method MOVE_LOCAL_TO_GLOBAL Signature
Method MOVE_LOCAL_TO_GLOBAL on class CL_FICO_FCT_RULESET has no parameter.
Method MOVE_LOCAL_TO_GLOBAL on class CL_FICO_FCT_RULESET has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CD_OBJECTIDS | Call by reference | Type reference (TYPE) | T_TAB_CD_OBJECTIDS | Objekz-Ids für Änderungelege | 20070207 | |||
| 2 | ET_CTRL_MAINT_DEL | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_CTRL_MAINT | Konditionsregelwerke | 20060224 | |||
| 3 | ET_CTRL_MAINT_INS | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_CTRL_MAINT | Konditionsregelwerke | 20060224 | |||
| 4 | ET_CTRL_MAINT_UPD | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_CTRL_MAINT | Konditionsregelwerke | 20060224 | |||
| 5 | ET_FCTRL_FLDPROP_DEL | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PROP | Tab.typ (sortiert): Feldeigenschaften pro Regel | 20060224 | |||
| 6 | ET_FCTRL_FLDPROP_INS | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PROP | Tab.typ (sortiert): Feldeigenschaften pro Regel | 20060224 | |||
| 7 | ET_FCTRL_FLDPROP_UPD | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PROP | Tab.typ (sortiert): Feldeigenschaften pro Regel | 20060224 | |||
| 8 | ET_FCTRL_PER_CD_NEW | Call by reference | Type reference (TYPE) | FICO_TYP_TAB_CD_FCTRL_PER | Regeln, neuer Stand | 20070205 | |||
| 9 | ET_FCTRL_PER_CD_OLD | Call by reference | Type reference (TYPE) | FICO_TYP_TAB_CD_FCTRL_PER | Regeln, alter Stand | 20070205 | |||
| 10 | ET_FCTRL_PER_DEL | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PER | Tab.typ (sortiert): Regeln | 20060224 | |||
| 11 | ET_FCTRL_PER_INS | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PER | Tab.typ (sortiert): Regeln | 20060224 | |||
| 12 | ET_FCTRL_PER_UPD | Call by reference | Type reference (TYPE) | FICO_TYP_TAS_FCTRL_PER | Tab.typ (sortiert): Regeln | 20060224 | |||
| 13 | ET_FCTRL_PROP_CD_NEW | Call by reference | Type reference (TYPE) | CL_FICO_FCT_FLDPROP=>T_TAB_CD_PERIODS_WITH_KEY | Feldeigenschaften, neuer Stand | 20070205 | |||
| 14 | ET_FCTRL_PROP_CD_OLD | Call by reference | Type reference (TYPE) | CL_FICO_FCT_FLDPROP=>T_TAB_CD_PERIODS_WITH_KEY | Feldeigenschaften, alter Stand | 20070205 |
Method SAVE on class CL_FICO_FCT_RULESET has no exception.
Method SET_CALLBACKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACKS | Call by reference | Object reference (TYPE REF TO) | IF_FICO_CALLBACKS | Schnittstelle für Clienten der FiCo | 20080620 |
Method SET_CALLBACKS on class CL_FICO_FCT_RULESET has no exception.
Method SET_VALIDTO_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_BUFF_PERIODS | Call by reference | Type reference (TYPE) | T_TAS_BUFFER_PERIODS | 20060301 |
Method SET_VALIDTO_IMPL on class CL_FICO_FCT_RULESET has no exception.
Method SY_MSG_COLLECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_RETURN | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20060306 |
Method SY_MSG_COLLECT on class CL_FICO_FCT_RULESET has no exception.
Method S_FREE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LIST | Call by reference | Type reference (TYPE) | FICO_ILIST | Konditionsliste | 20070614 |
Method S_FREE_INSTANCE on class CL_FICO_FCT_RULESET has no exception.
Method S_FREE_INSTANCES Signature
Method S_FREE_INSTANCES on class CL_FICO_FCT_RULESET has no parameter.
Method S_FREE_INSTANCES on class CL_FICO_FCT_RULESET has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REF_RULESET | Call by reference | Object reference (TYPE REF TO) | CL_FICO_FCT_RULESET | Feldsteuerung pro Regel | 20060224 | |||
| 2 | E_REF_RULESET_EMPTY | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20060224 | |||
| 3 | I_APPL | Call by reference | Type reference (TYPE) | FICO_OAPPL | Anwendung | 20060316 | |||
| 4 | I_LIST | Call by reference | Type reference (TYPE) | FICO_ILIST | Konditionsliste | 20060224 | |||
| 5 | I_RIF_SR_MIX | Call by reference | Object reference (TYPE REF TO) | CL_FICO_FCSET_MIX | Mischer Regelwerke | 20070601 | |||
| 6 | I_USEDUNTIL | Call by reference | Type reference (TYPE) | FICO_DUSEDUNTIL | Verwendet bis | 20060307 |
Method S_GET_INSTANCE on class CL_FICO_FCT_RULESET has no exception.
Method S_READ_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INSTANCES | Call by reference | Type reference (TYPE) | T_TAS_FCT_RULESET_INST | 20060320 | ||||
| 2 | IT_LIST | Call by reference | Type reference (TYPE) | FICO_TAS_LIST | Konditionsliste | 20060320 |
Method S_READ_INSTANCES on class CL_FICO_FCT_RULESET has no exception.
Method S_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FLG_INUPDATETASK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20060224 | |||
| 2 | I_T_COND_GUID_RNG | Call by reference | Type reference (TYPE) | FICO_TYP_TAB_GUID_RNG | Tabellentyp: Selektion für KonditionsGUID | 20070919 |
Method S_SAVE on class CL_FICO_FCT_RULESET has no exception.
Method S_SET_NO_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO_CHANGES | Call by reference | Type reference (TYPE) | FICO_NO_CHANGES | Keine Änderungen erlaubt | 20060321 |
Method S_SET_NO_CHANGES on class CL_FICO_FCT_RULESET has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |