SAP ABAP Interface /EACC/IF_SCAN_CHECK (Check Module)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-BAC (Application Component) Business Accounting
     /EACC/TOOLS_FOR_ANALYSIS (Package) Test Tools for Analysis Support
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_SCAN_CHECK Abstract Check Module 20080331
Properties
Interface /EACC/IF_SCAN_CHECK  
Short Description Check Module    
General Data
Package /EACC/TOOLS_FOR_ANALYSIS   Test Tools for Analysis Support 
Created 20080331   SAP 
Last changed 20080626   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /EACC/CL_SCAN_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /EACC/IF_SCAN_CHECK has no interface.
Friends
Interface /EACC/IF_SCAN_CHECK has no friend.
Attributes
Interface /EACC/IF_SCAN_CHECK has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method 20080331
2 GET_CONFLICTS Instance method Public Method 20080331
3 GET_DESCRIPTION Instance method Public Method 20080331
4 GET_PROBLEM_LIST Instance method Public Method 20080331
5 GET_PROBLEM_OCCURS Instance method Public Method 20080331
6 GET_RESULT Instance method Public Method 20080331
7 INITIALIZE Instance method Public Method 20080331
8 IS_VALID Instance method Public Method 20080331
Events
Interface /EACC/IF_SCAN_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 FORBIDDEN_CORRS_LINE Public See coding 20080331 BEGIN OF forbidden_corrs_line. TYPES corr_id TYPE /EACC/cl_scan_factory=>corr_id. TYPES problem_id TYPE problem_id. TYPES END OF forbidden_corrs_line
2 FORBIDDEN_CORRS_TAB Public See coding 20080331 forbidden_corrs_tab TYPE STANDARD TABLE OF forbidden_corrs_line WITH KEY corr_id
3 PROBLEM_ID Public Type reference (TYPE) /EACC/CL_SCAN_FACTORY=>PROBLEM_ID 20080331
4 PROBLEM_LIST_LINE Public See coding 20080331 BEGIN OF problem_list_line. TYPES problem_id TYPE problem_id. TYPES description TYPE string. TYPES END OF problem_list_line
5 PROBLEM_LIST_TAB Public See coding 20080331 problem_list_tab TYPE STANDARD TABLE OF problem_list_line WITH KEY problem_id
6 RESULT_LINE Public See coding 20080331 BEGIN OF result_line. TYPES problem_id TYPE problem_id. TYPES journal TYPE /eacc/journal. TYPES acc_system TYPE acc_system. TYPES doc_no TYPE finb_doc_no. TYPES END OF result_line
7 RESULT_TAB Public See coding 20080331 result_tab TYPE HASHED TABLE OF result_line WITH UNIQUE KEY problem_id journal acc_system doc_no
Method Signatures

Method EXECUTE Signature

Method EXECUTE on Interface /EACC/IF_SCAN_CHECK has no parameter.
Method EXECUTE on Interface /EACC/IF_SCAN_CHECK has no exception.

Method GET_CONFLICTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFLICTS Value transfer Type reference (TYPE) FORBIDDEN_CORRS_TAB 20080331

Method GET_CONFLICTS on Interface /EACC/IF_SCAN_CHECK has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DESCRIPTION Value transfer Type reference (TYPE) /EACC/CL_SCAN_FACTORY=>CHECK_DESCRIPTION 20080331

Method GET_DESCRIPTION on Interface /EACC/IF_SCAN_CHECK has no exception.

Method GET_PROBLEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_LIST Value transfer Type reference (TYPE) PROBLEM_LIST_TAB 20080331

Method GET_PROBLEM_LIST on Interface /EACC/IF_SCAN_CHECK has no exception.

Method GET_PROBLEM_OCCURS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROBLEM_ID Call by reference Type reference (TYPE) PROBLEM_ID 20080331
2 Returning RV_OCCURS Value transfer Type reference (TYPE) ABAP_BOOL 20080331

Method GET_PROBLEM_OCCURS on Interface /EACC/IF_SCAN_CHECK has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) RESULT_TAB 20080331

Method GET_RESULT on Interface /EACC/IF_SCAN_CHECK has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACC_SYSTEM Call by reference Type reference (TYPE) ACC_SYSTEM 20080331

Method INITIALIZE on Interface /EACC/IF_SCAN_CHECK has no exception.

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VALID Value transfer Type reference (TYPE) FLAG 20080331

Method IS_VALID on Interface /EACC/IF_SCAN_CHECK has no exception.
History
Last changed by/on SAP  20080626 
SAP Release Created in