SAP ABAP Class CL_FICO_CHECK_PROCESSOR (Processing the new FiCo Checks)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FIM-FCO (Application Component) Financial Conditions
⤷
FICO_CHECKS (Package) Checks
⤷
⤷
Properties
| Class | CL_FICO_CHECK_PROCESSOR | |
| Short Description | Processing the new FiCo Checks | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | FICO1 | |
| Program status | ||
| Category | 0 | |
| Package | FICO_CHECKS | Checks |
| Created | 20080222 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FICO_CHECK_PROCESSOR has no interface implemented.
Friends
Class CL_FICO_CHECK_PROCESSOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FICO_LOGGER | Log Interface | 20080303 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_CHECK_PROT | Log Results of Check Objects / Run EXECUTE_CHECKS | 20080616 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_FICO_CHECK_PROVIDER=>TAB | 20080303 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | FICO_OAPPL | Application | 20080403 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | Message Text | 20090703 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a Provider to the Processor | 20080303 | |
| 2 | Instance method | Private | Method | Saves Checks for Efficient Processing | 20081205 | |
| 3 | Instance method | Public | Method | Executes Checks (for Each Check Category and Condition Type) | 20081205 | |
| 4 | Instance method | Private | Method | Eliminates Checks of the Same Name with Lower Priority | 20080509 | |
| 5 | Instance method | Public | Method | Gets all Checks with a Specific RC | 20080613 | |
| 6 | Static method | Public | Method | Creates a New Processor | 20080303 |
Events
Class CL_FICO_CHECK_PROCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CHECK_ENTRY | Private | See coding | 20080506 | BEGIN OF ts_check_entry,
check_name TYPE string,
provider_name TYPE string,
check_object TYPE REF TO if_fico_check,
priority TYPE fico_ocheck_priority,
END OF ts_check_entry
|
||
| 2 | TS_CHECK_PROT | Private | See coding | 20080616 | BEGIN OF ts_check_prot,
rc TYPE i,
check_object TYPE REF TO if_fico_check,
END OF ts_check_prot
|
||
| 3 | TT_CHECK_ENTRIES | Private | See coding | 20080506 | tt_check_entries TYPE STANDARD TABLE OF ts_check_entry WITH KEY check_name
|
||
| 4 | TT_CHECK_PROT | Private | See coding | 20080616 | tt_check_prot TYPE SORTED TABLE OF ts_check_prot
WITH NON-UNIQUE KEY rc
|
Method Signatures
Method ADD_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_CHECK_PROVIDER | ddd | 20080303 |
Method ADD_PROVIDER on class CL_FICO_CHECK_PROCESSOR has no exception.
Method ADD_TO_PREPARED_CHECKS_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHECK_ENTRIES | Call by reference | Type reference (TYPE) | IF_FICO_CHECK=>TAB | 20081205 | ||||
| 2 | IO_FICO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_FICO_OBJECT | Kontext für neue Prüfungen | 20081205 | |||
| 3 | IO_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_CHECK_PROVIDER | Lieferant für Konditionsprüfungen | 20081205 | |||
| 4 | IV_CHECKCATG | Call by reference | Type reference (TYPE) | FICO_OCHECKCATG | Typ der FICO-Prüfung | 20081205 | |||
| 5 | IV_CONDTYPE | Call by reference | Type reference (TYPE) | FICO_OCONDTYPE | Konditionsart | 20081215 | |||
| 6 | IV_LISTTYPE | Call by reference | Type reference (TYPE) | FICO_OLISTTYP | Konditionsgruppenart | 20090707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20090210 |
Method EXECUTE_CHECKS_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FICO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_FICO_OBJECT | FiCo Business Object | 20081205 | |||
| 2 | IV_AUTO_CORRECT | Call by reference | Type reference (TYPE) | I | IF_FICO_GENERAL_CONSTANTS=>G_CON_CORRECTION_NOT_ALLOWED | 1=Automatisch korrigieren | 20081205 | ||
| 3 | IV_CHECKCATG | Call by reference | Type reference (TYPE) | FICO_OCHECKCATG | Typ der FICO-Prüfung | 20081205 | |||
| 4 | IV_CONDTYPE | Call by reference | Type reference (TYPE) | FICO_OCONDTYPE | Konditionsart | 20081215 | |||
| 5 | IV_LISTTYPE | Call by reference | Type reference (TYPE) | FICO_OLISTTYP | Konditionsgruppenart | 20090707 | |||
| 6 | IV_STOP_AT_FIRST_ERROR | Call by reference | Type reference (TYPE) | I | IF_FICO_GENERAL_CONSTANTS=>G_CON_STOP_AT_1ST_ERROR | 1 = Ja, 0 = alle Prüfungen durchlaufen | 20081205 | ||
| 7 | RV_RC | Value transfer | Type reference (TYPE) | I | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Verarbeitungsfehler | 20090210 |
Method FILTER_REDEFINED_CHECKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHECK_ENTRIES | Call by reference | Type reference (TYPE) | IF_FICO_CHECK=>TAB | 20080509 | ||||
| 2 | IO_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_CHECK_PROVIDER | Lieferant für Konditionsprüfungen | 20080509 | |||
| 3 | IT_CHECKS | Call by reference | Type reference (TYPE) | IF_FICO_CHECK=>TAB | 20090706 |
Method FILTER_REDEFINED_CHECKS on class CL_FICO_CHECK_PROCESSOR has no exception.
Method GET_CHECKS_BY_RC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RC | Call by reference | Type reference (TYPE) | I | 20080613 | ||||
| 2 | RT_CHECKS | Value transfer | Type reference (TYPE) | IF_FICO_CHECK=>TAB | 20080613 |
Method GET_CHECKS_BY_RC on class CL_FICO_CHECK_PROCESSOR has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_LOGGER | Protokoll-Schnittstelle | 20080303 | |||
| 2 | IV_APPL | Call by reference | Type reference (TYPE) | FICO_OAPPL | Anwendung | 20080403 | |||
| 3 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | CL_FICO_CHECK_PROCESSOR | Prozessor der Prüfbefehle | 20080303 |
Method S_CREATE on class CL_FICO_CHECK_PROCESSOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |