SAP ABAP Class /EACC/IF_SCAN_CORR (Correction Module)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /EACC/CL_SCAN_CORR | Abstract Correction Module | 20080331 |
Properties
| Class | /EACC/IF_SCAN_CORR | |
| Short Description | Correction 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_CORR has no interface implemented.
Friends
Class /EACC/IF_SCAN_CORR has no friend class.
Attributes
Class /EACC/IF_SCAN_CORR 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 | ||
| 9 | Instance method | Public | Method | 20080331 | ||
| 10 | Instance method | Public | Method | 20080331 |
Events
Class /EACC/IF_SCAN_CORR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OBSTACLE_LINE | Public | See coding | 20080331 | BEGIN OF obstacle_line.
TYPES check_id TYPE /eacc/cl_scan_factory=>check_id.
TYPES problem_id TYPE /eacc/cl_scan_factory=>problem_id.
TYPES END OF obstacle_line
|
||
| 2 | OBSTACLE_TAB | Public | See coding | 20080331 | obstacle_tab TYPE STANDARD TABLE OF obstacle_line
WITH KEY check_id
problem_id
|
||
| 3 | RESULT_LINE | Public | See coding | 20080331 | BEGIN OF result_line.
TYPES corr_id TYPE /eacc/cl_scan_factory=>corr_id.
TYPES journal TYPE /eacc/journal.
TYPES acc_system TYPE acc_system.
TYPES doc_no TYPE finb_doc_no.
TYPES success TYPE abap_bool.
TYPES END OF result_line
|
||
| 4 | RESULT_TAB | Public | See coding | 20080331 | result_tab TYPE HASHED TABLE OF result_line
WITH UNIQUE KEY corr_id journal acc_system doc_no
|
||
| 5 | SOLVABLE_LINE | Public | Type reference (TYPE) | OBSTACLE_LINE | 20080331 | |
|
| 6 | SOLVABLE_TAB | Public | Type reference (TYPE) | OBSTACLE_TAB | 20080331 | |
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OBSTACLE | Call by reference | Type reference (TYPE) | OBSTACLE_TAB | 20080331 | ||||
| 2 | EV_OBSTACLE_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080331 |
Method EXECUTE on class /EACC/IF_SCAN_CORR has no exception.
Method GET_DBCNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DBCNT | Value transfer | Type reference (TYPE) | SYDBCNT | 20080331 |
Method GET_DBCNT on class /EACC/IF_SCAN_CORR has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DESCRIPTION | Value transfer | Type reference (TYPE) | /EACC/CL_SCAN_FACTORY=>CORR_DESCRIPTION | 20080331 |
Method GET_DESCRIPTION on class /EACC/IF_SCAN_CORR has no exception.
Method GET_OBSTACLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_OBSTACLES | Value transfer | Type reference (TYPE) | OBSTACLE_TAB | 20080331 |
Method GET_OBSTACLES on class /EACC/IF_SCAN_CORR has no exception.
Method GET_ORDER_NR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NUMBER | Value transfer | Type reference (TYPE) | NUMC3 | 20080331 |
Method GET_ORDER_NR on class /EACC/IF_SCAN_CORR 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_CORR has no exception.
Method GET_SOLVABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SOLVABLES | Value transfer | Type reference (TYPE) | SOLVABLE_TAB | 20080331 |
Method GET_SOLVABLES on class /EACC/IF_SCAN_CORR 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 | ||||
| 2 | IV_BREAKPOINT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080331 | ||||
| 3 | IV_CORR_ID | Call by reference | Type reference (TYPE) | /EACC/CL_SCAN_FACTORY=>CORR_ID | 20080331 | ||||
| 4 | IV_UPDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080331 |
Method INITIALIZE on class /EACC/IF_SCAN_CORR has no exception.
Method IS_RELEASED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_RELEASED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080331 |
Method IS_RELEASED on class /EACC/IF_SCAN_CORR 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) | ABAP_BOOL | 20080331 |
Method IS_VALID on class /EACC/IF_SCAN_CORR has no exception.
History
| Last changed by/on | SAP | 20080626 |
| SAP Release Created in |