SAP ABAP Class IF_FICO_CHECK (Abstract Check Command)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FICO_CHECK | FiCo Checks | 20080422 |
Properties
| Class | IF_FICO_CHECK | |
| Short Description | Abstract Check Command | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080221 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FICO_CHECK has no forward declaration.
Interfaces
Class IF_FICO_CHECK has no interface implemented.
Friends
Class IF_FICO_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 1 | Error Corrected | 20080312 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 4 | Error | 20080312 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | -1 | 20080429 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 0 | OK | 20080312 | ||
| 5 | Constant | Public | Type reference (TYPE) | FICO_OCHECK_PRIORITY | '0' | Priority of the Check | 20080429 | ||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FICO_CALLBACKS | Interface for FiCo Clients | 20090309 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FICO_OAPPL | Application | 20081209 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | FICO_OCHECKCATG | Type of FICO Check | 20090319 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081205 | ||
| 2 | Instance method | Public | Method | Gets the Name and the Priority of this Check | 20080305 | |
| 3 | Instance method | Public | Method | -1=Not Executed, 0=Ok, 1=Error Corrected, 4=Error | 20080312 |
Events
Class IF_FICO_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STR_CHECK | Public | See coding | 20090706 | BEGIN OF str_check,
check_name TYPE string,
provider_name TYPE string,
check_object TYPE REF TO if_fico_check,
priority TYPE fico_ocheck_priority,
END OF str_check
|
||
| 2 | STR_NAME | Public | See coding | 20080429 | BEGIN OF str_name,
name TYPE seoclname,
priority TYPE fico_ocheck_priority,
chk_all_valprds TYPE xfeld,
END OF str_name
|
||
| 3 | TAB | Public | See coding | 20080303 | tab TYPE STANDARD TABLE OF str_check WITH DEFAULT KEY
|
Method Signatures
Method EXECUTE_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 | Kontext für neue Prüfungen | 20081205 | |||
| 2 | IO_LOGGER | Call by reference | Object reference (TYPE REF TO) | IF_FICO_LOGGER | Protokoll-Schnittstelle | 20081205 | |||
| 3 | IV_AUTO_CORRECT | Call by reference | Type reference (TYPE) | I | 0 | Kennzeichen ob Fehler automatisch korrigiert werden sollen | 20081205 | ||
| 4 | IV_CONDTYPE | Call by reference | Type reference (TYPE) | FICO_OCONDTYPE | Konditionsart | 20090608 | |||
| 5 | IV_LISTTYPE | Call by reference | Type reference (TYPE) | FICO_OLISTTYP | Konditionsgruppenart | 20090608 | |||
| 6 | RV_RC | Value transfer | Type reference (TYPE) | I | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aufruffehler | 20090313 | ||
| 2 | Verarbeitungsfehler | 20081210 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_NAME | Value transfer | Type reference (TYPE) | STR_NAME | 20080429 |
Method GET_NAME on class IF_FICO_CHECK has no exception.
Method GET_RC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RC | Value transfer | Type reference (TYPE) | I | 20080312 |
Method GET_RC on class IF_FICO_CHECK has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |