SAP ABAP Class /EACC/IF_SCAN_CHECK (Check Module)
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
| Class | /EACC/IF_SCAN_CHECK | |
| Short Description | Check Module | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20080331 | SAP |
| Last change | 20080626 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /EACC/IF_SCAN_CHECK has no interface implemented.
Friends
Class /EACC/IF_SCAN_CHECK has no friend class.
Attributes
Class /EACC/IF_SCAN_CHECK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20080331 | ||
| 2 | Instance method | Public | Method | 20080331 | ||
| 3 | Instance method | Public | Method | 20080331 | ||
| 4 | Instance method | Public | Method | 20080331 | ||
| 5 | Instance method | Public | Method | 20080331 | ||
| 6 | Instance method | Public | Method | 20080331 | ||
| 7 | Instance method | Public | Method | 20080331 | ||
| 8 | Instance method | Public | Method | 20080331 |
Events
Class /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 class /EACC/IF_SCAN_CHECK has no parameter.
Method EXECUTE on class /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 | RT_CONFLICTS | Value transfer | Type reference (TYPE) | FORBIDDEN_CORRS_TAB | 20080331 |
Method GET_CONFLICTS on class /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 | EV_DESCRIPTION | Value transfer | Type reference (TYPE) | /EACC/CL_SCAN_FACTORY=>CHECK_DESCRIPTION | 20080331 |
Method GET_DESCRIPTION on class /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 | ET_LIST | Value transfer | Type reference (TYPE) | PROBLEM_LIST_TAB | 20080331 |
Method GET_PROBLEM_LIST on class /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 | IV_PROBLEM_ID | Call by reference | Type reference (TYPE) | PROBLEM_ID | 20080331 | ||||
| 2 | RV_OCCURS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080331 |
Method GET_PROBLEM_OCCURS on class /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 | ET_RESULT | Call by reference | Type reference (TYPE) | RESULT_TAB | 20080331 |
Method GET_RESULT on class /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 | IV_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | 20080331 |
Method INITIALIZE on class /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 | RV_IS_VALID | Value transfer | Type reference (TYPE) | FLAG | 20080331 |
Method IS_VALID on class /EACC/IF_SCAN_CHECK has no exception.
History
| Last changed by/on | SAP | 20080626 |
| SAP Release Created in |