SAP ABAP Class CL_FINB_CHECK_SUM (Output of Totals Check with Reporting Tool)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BAC-AE (Application Component) Accounting Engine
⤷
FINB_ACC_DOCUMENT (Package) Structue of Accounting Document
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_NAVIGATION_TARGET | "Goto" Destination | 20050406 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_READER | Read Interface | 20050406 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_REPORTING_APPL_SERVICE | Interface to Reporting | 20050406 |
Properties
| Class | CL_FINB_CHECK_SUM | |
| Short Description | Output of Totals Check with Reporting Tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_ACC_DOCUMENT | Structue of Accounting Document |
| Created | 20050406 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FINB_CHECK_SUM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_NAVIGATION_TARGET | "Goto" Destination | 20050406 | ||
| 2 | IF_FINB_READER | Read Interface | 20050406 | ||
| 3 | IF_FINB_REPORTING_APPL_SERVICE | Interface to Reporting | 20050406 |
Friends
Class CL_FINB_CHECK_SUM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ACC_SYSTEM | 20050406 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TABNAME | 20050406 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TABNAME | 20050406 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | JOURNAL_NAME_TY | Name of Journal | 20050406 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | INT1 | Table Number of Generated Totals Table | 20050406 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | DDGOTSTATE | Status of an ABAP/4 Dictionary object | 20050406 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FINB_CONDITION | 20050406 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | PERIOD_RANGE_TTY | 20050406 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050406 | ||
| 2 | Instance method | Private | Method | 20050406 | ||
| 3 | Instance method | Private | Method | 20050406 |
Events
Class CL_FINB_CHECK_SUM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | COMPANY_RANGE_TTY | Private | See coding | 20050406 | company_range_tty TYPE STANDARD TABLE OF company_range_ty
|
||
| 2 | COMPANY_RANGE_TY | Private | See coding | 20050406 | BEGIN OF company_range_ty,
sign(1) TYPE c,
option(2) TYPE c,
low TYPE fin_fiscyearper,
high TYPE fin_fiscyearper,
END OF company_range_ty
|
||
| 3 | JOURNAL_NAME_TY | Private | See coding | 20050406 | journal_name_ty(8) TYPE c
|
||
| 4 | KEY_TTY | Private | See coding | 20050406 | key_tty TYPE STANDARD TABLE OF fieldname
|
||
| 5 | MAT_WIP_TY | Private | See coding | 20050406 | BEGIN OF mat_wip_ty,
client TYPE mandt,
acc_system TYPE acc_system,
fobj_object_id TYPE fobj_object_id,
fin_fiscyearper TYPE fin_fiscyearper,
fin_btatype TYPE fin_btatype,
fin_glacct TYPE fin_glacct,
fobj_object_id_p TYPE fobj_object_id_p,
fin_compel TYPE fin_compel,
fin_chargeind TYPE fin_chargeind,
fobj_type_name TYPE fobj_type_name,
fobj_type_name_p TYPE fobj_type_name_p,
fin_uomval TYPE fin_uomval,
fin_drcrind TYPE fin_drcrind,
dimid1 TYPE int4,
fin_qtyval TYPE fin_qtyval,
fin_amtcomp TYPE fin_amtcomp,
fin_amtaccsys TYPE fin_amtaccsys,
fin_amthard TYPE fin_amthard,
fin_amtindex TYPE fin_amtindex,
fin_amtcompglob TYPE fin_amtcompglob,
END OF mat_wip_ty
|
||
| 6 | PERIOD_RANGE_TTY | Private | See coding | 20050406 | period_range_tty TYPE STANDARD TABLE OF period_range_ty
|
||
| 7 | PERIOD_RANGE_TY | Private | See coding | 20050406 | BEGIN OF period_range_ty,
sign(1) TYPE c,
option(2) TYPE c,
low TYPE fin_fiscyearper,
high TYPE fin_fiscyearper,
END OF period_range_ty
|
||
| 8 | TECHDOCNO_RANGE_TY | Private | See coding | 20050406 | BEGIN OF techdocno_range_ty,
sign(1) TYPE c,
option(2) TYPE c,
low TYPE FIN_TECHDOCNO,
high TYPE FIN_TECHDOCNO,
END OF techdocno_range_ty
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TABLE_NO | Call by reference | Type reference (TYPE) | INT1 | Tabellennummer der generierten Summentabelle | 20050406 | |||
| 2 | IO_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_FINB_CONDITION | 20050406 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabellennummer existiert nicht | 20050406 |
Method DEF_PARA_DATA_CREATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TYPENAME | Call by reference | Type reference (TYPE) | TYPENAME | 20050406 | ||||
| 2 | ET_CHAR_FIELDS | Call by reference | Type reference (TYPE) | KEY_TTY | 20050406 | ||||
| 3 | ET_KEYS | Call by reference | Type reference (TYPE) | KEY_TTY | 20050406 |
Method DEF_PARA_DATA_CREATION on class CL_FINB_CHECK_SUM has no exception.
Method GET_TABLE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20050406 | |||
| 2 | ID_TABLE_NO | Call by reference | Type reference (TYPE) | INT1 | Tabellen No. | 20050406 |
Method GET_TABLE_NAME on class CL_FINB_CHECK_SUM has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |