SAP ABAP Class /EACC/CL_ACC_DOC_PROCESSOR (Accounting Document Processor)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BAC-AE (Application Component) Accounting Engine
⤷
/EACC/OBJ_TO_BE_DELETED (Package) Objekte zum Löschen nach BA Upgrade

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /EACC/IF_ACC_DOC_VISITOR | Visitor Scanning the Accounting Document | 20020503 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /EACC/CL_ACC_DOC_MOVE2FLAT | Transfers Accounting Document to Flat Structure | 20020503 |
Properties
Class | /EACC/CL_ACC_DOC_PROCESSOR | |
Short Description | Accounting Document Processor | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /EACC/OBJ_TO_BE_DELETED | Objekte zum Löschen nach BA Upgrade |
Created | 20020503 | SAP |
Last change | 20050705 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /EACC/CL_ACC_DOC_PROCESSOR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /EACC/IF_ACC_DOC_VISITOR | Visitor Scanning the Accounting Document | 20020503 |
Friends
Class /EACC/CL_ACC_DOC_PROCESSOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020503 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020503 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020503 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20020503 | ||||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | List of Entry Structure Type | 20020503 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Current Amount | 20020503 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Row of Entry Structure Type | 20020503 | ||
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Current Item Row | 20020503 | ||
9 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Current Row | 20020503 | ||
10 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Row of Entry Structure Type | 20020503 | ||
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Current Quantity | 20020503 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /EACC/IF_DOCUMENTS_ROOT | Document Initial Screen | 20020506 | ||
13 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FINB_MD_CHAR_FACTORY | 20041026 | |||
14 | ![]() |
Instance attribute | Protected | See coding | 20020503 | ||||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20020503 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LYT_JOURNAL_LISTS | Structures in the Journal Being Processed | 20020503 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | /EACC/JOURNAL | Name of the Journal Being Processed | 20020503 | ||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20020503 | ||
19 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20020506 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20020503 |
2 | ![]() |
Instance method | Protected | Method | Creates Header Work Structures | 20020503 |
3 | ![]() |
Instance method | Protected | Method | Creates Journal Work Structures | 20020503 |
4 | ![]() |
Instance method | Public | Method | 20020503 | |
5 | ![]() |
Instance method | Protected | Method | Processes Currently Selected Data | 20020503 |
6 | ![]() |
Instance method | Public | Method | 20020503 | |
7 | ![]() |
Instance method | Public | Method | 20020503 | |
8 | ![]() |
Instance method | Public | Method | 20020503 | |
9 | ![]() |
Instance method | Public | Method | 20020503 | |
10 | ![]() |
Instance method | Public | Method | 20020503 | |
11 | ![]() |
Instance method | Public | Method | 20020503 | |
12 | ![]() |
Instance method | Public | Method | 20020503 |
Events
Class /EACC/CL_ACC_DOC_PROCESSOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LYT_JOURNAL_LISTS | Protected | See coding | 20020503 | BEGIN OF lyt_journal_lists,
journal_name TYPE /eacc/journal ,
item_list TYPE REF TO /eacc/cl_kf_chars_list,
line_item_list TYPE REF TO /eacc/cl_kf_chars_list,
END OF lyt_journal_lists
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MD_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MD_CHAR_FACTORY | Zugriff auf Stammdaten über die Local Integrity | 20041026 | ||
2 | ![]() |
IO_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | CL_FINB_KF_CHARS_STRUCTURE | Flache Struktur zum Auslesen | 20020503 |
Method CONSTRUCTOR on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method CREATE_HEADER_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DOCUMENTS_ROOT | Call by reference | Object reference (TYPE REF TO) | /EACC/IF_DOCUMENTS_ROOT | Belegeinstieg | 20020503 |
Method CREATE_HEADER_STRUCTURE on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method CREATE_JOURNAL_STRUCTURES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_JOURNAL_NAME | Call by reference | Type reference (TYPE) | /EACC/JOURNAL | Name eines Journals | 20020503 | ||
2 | ![]() |
IO_LINE_ITEMS_ROOT | Call by reference | Object reference (TYPE REF TO) | /EACC/IF_LINE_ITEMS_ROOT | Belegzeileneinstieg | 20020503 |
Method CREATE_JOURNAL_STRUCTURES on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_AMOUNTS Signature
Method PROCESS_AMOUNTS on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_AMOUNTS on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_CURRENT_DATA Signature
Method PROCESS_CURRENT_DATA on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_CURRENT_DATA on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_DOCUMENT Signature
Method PROCESS_DOCUMENT on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_DOCUMENT on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_DOCUMENTS_ROOT Signature
Method PROCESS_DOCUMENTS_ROOT on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_DOCUMENTS_ROOT on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_DOCUMENTS_ROOTS Signature
Method PROCESS_DOCUMENTS_ROOTS on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_DOCUMENTS_ROOTS on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_ITEM Signature
Method PROCESS_ITEM on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_ITEM on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_LINE_ITEM Signature
Method PROCESS_LINE_ITEM on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_LINE_ITEM on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_LINE_ITEMS Signature
Method PROCESS_LINE_ITEMS on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_LINE_ITEMS on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
Method PROCESS_QUANTITIES Signature
Method PROCESS_QUANTITIES on class /EACC/CL_ACC_DOC_PROCESSOR has no parameter.
Method PROCESS_QUANTITIES on class /EACC/CL_ACC_DOC_PROCESSOR has no exception.
History
Last changed by/on | SAP | 20050705 |
SAP Release Created in | 10B |