SAP ABAP Interface IF_FICO_CHECK (Abstract Check Command)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FIM-FCO (Application Component) Financial Conditions
⤷
FICO_CHECKS (Package) Checks

⤷

⤷

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
Interface | IF_FICO_CHECK | |
Short Description | Abstract Check Command |
General Data
Package | FICO_CHECKS | Checks |
Created | 20080221 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FICO_CHECK has no forward declaration.
Interfaces
Interface IF_FICO_CHECK has no interface.
Friends
Interface IF_FICO_CHECK has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CON_CORRECTED | Constant | Public | Type reference (TYPE) | I | 1 | Error Corrected | 20080312 | |
2 | CON_ERROR | Constant | Public | Type reference (TYPE) | I | 4 | Error | 20080312 | |
3 | CON_NOT_EXECUTED | Constant | Public | Type reference (TYPE) | I | -1 | 20080429 | ||
4 | CON_OK | Constant | Public | Type reference (TYPE) | I | 0 | OK | 20080312 | |
5 | CON_PRIORITY_LOWEST | Constant | Public | Type reference (TYPE) | FICO_OCHECK_PRIORITY | '0' | Priority of the Check | 20080429 | |
6 | MO_CALLBACKS | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FICO_CALLBACKS | Interface for FiCo Clients | 20090309 | ||
7 | MV_APPL | Instance attribute | Public | Type reference (TYPE) | FICO_OAPPL | Application | 20081209 | ||
8 | MV_CHECKCATG | 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
Interface 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 Interface 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 Interface IF_FICO_CHECK has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |