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 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 EXECUTE_NEW Instance method Public Method 20081205
2 GET_NAME Instance method Public Method Gets the Name and the Priority of this Check 20080305
3 GET_RC 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 Importing IO_FICO_OBJECT Call by reference Object reference (TYPE REF TO) IF_FICO_OBJECT Kontext für neue Prüfungen 20081205
2 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) IF_FICO_LOGGER Protokoll-Schnittstelle 20081205
3 Importing IV_AUTO_CORRECT Call by reference Type reference (TYPE) I 0 Kennzeichen ob Fehler automatisch korrigiert werden sollen 20081205
4 Importing IV_CONDTYPE Call by reference Type reference (TYPE) FICO_OCONDTYPE Konditionsart 20090608
5 Importing IV_LISTTYPE Call by reference Type reference (TYPE) FICO_OLISTTYP Konditionsgruppenart 20090608
6 Returning RV_RC Value transfer Type reference (TYPE) I 20081208
# Exception Resumable Description Created on
1 CX_FICO_OL_CALL_ERROR Aufruffehler 20090313
2 CX_FICO_OL_EXECUTION_ERROR Verarbeitungsfehler 20081210

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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