SAP ABAP Class CL_FINB_DMT_READER (Document Read Interface)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
FINB_TOTALS (Package) Totals Data Retention
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_READER | Read Interface | 20030723 |
Properties
| Class | CL_FINB_DMT_READER | |
| Short Description | Document Read Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | FINB_DMTOT | |
| Program status | ||
| Category | 0 | |
| Package | FINB_TOTALS | Totals Data Retention |
| Created | 20030723 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FINB_DMT_READER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FINB_READER | Read Interface | 20030723 |
Friends
Class CL_FINB_DMT_READER 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) | 20030723 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20030723 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20030723 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20030723 | |||||
| 5 | Instance attribute | Public | Type reference (TYPE) | FINB_GN_APPL | Generator: Application | 20030723 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | FINB_MD_REGID | Registration Identification | 20030723 | |||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20030723 | |||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20030723 | |||||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FINB_DMT_CONFIG_OBJ | Configuration Object of Totals Persistence | 20050309 | |||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FINB_KF_CHARS_STRUCTURE | Characteristic Vector | 20030723 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | FINB_DMT_DETAILS | Details for Configuration of Totals Table | 20050308 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | FINB_GN_PHYSICAL_NAME | OPEN-CURSOR Module for Balances | 20050312 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | FINB_GN_PHYSICAL_NAME | Selection Module for Balances | 20050312 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | CURSOR | 20030723 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | TABNAME | Table Name | 20030723 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20040519 | ||
| 2 | Static method | Private | Method | Generates "for all enties" clause | 20040519 | |
| 3 | Instance method | Public | Method | 20030723 | ||
| 4 | Instance method | Public | Constructor | 20030723 | ||
| 5 | Instance method | Private | Method | Removes superfluous fields of a clause | 20040519 |
Events
Class CL_FINB_DMT_READER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CLAUSE | Private | See coding | 20050312 | begin of YS_CLAUSE,
TEXT type STRING,
IS_FALSE type BOOLE_D,
end of YS_CLAUSE
|
Method Signatures
Method BUILD_CLAUSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_HAVING_CLAUSE | Call by reference | Type reference (TYPE) | YS_CLAUSE | having-Klausel | 20040519 | |||
| 2 | ES_SELECT_CLAUSE | Call by reference | Type reference (TYPE) | STRING | select-Klausel | 20040519 | |||
| 3 | ES_WHERE_CLAUSE | Call by reference | Type reference (TYPE) | YS_CLAUSE | where-Klausel | 20040519 | |||
| 4 | ET_GROUP_BY | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | group_by-Klausel | 20040519 | |||
| 5 | E_FROM_CLAUSE | Call by reference | Type reference (TYPE) | STRING | from-Klausel | 20050309 | |||
| 6 | E_PERIOD | Call by reference | Type reference (TYPE) | RSDSSELOP_ | 'Generische' SELECT-OPTION für dynamische Selektionen | 20050623 | |||
| 7 | IO_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040519 | |||
| 8 | IO_HAVING_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung (vom Persistenztool nicht unterstützt) | 20040519 | |||
| 9 | IT_ADDITIONAL_GROUP_BY_TAB | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Merkmale und Kennzahlen | 20040519 | |||
| 10 | IT_ENTRIES_WHERE | Call by reference | Type reference (TYPE) | FINB_T_ENTRIES_WHERE | "for all entries"-Bedingung | 20050623 | |||
| 11 | IT_SELECT_TAB | Call by reference | Type reference (TYPE) | FINB_READ_SELECT_CLAUSE | Selektionstabelle mit Feldnamen | 20040519 | |||
| 12 | IT_SEL_TAB | Call by reference | Type reference (TYPE) | FINB_SEL_TAB | Selektionstabelle mit Feldnamen | 20040519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040519 | |||
| 2 | 20040519 | |||
| 3 | 20040519 | |||
| 4 | Selektion auf nicht erlaubte Felder | 20040519 |
Method BUILD_FOR_ALL_ENTRIES_CLAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FOR_ALL_ENTRIES_CLAUSE | Call by reference | Type reference (TYPE) | STRING | "for all entries"-Klausel | 20040522 | |||
| 2 | IT_ENTRIES_WHERE | Call by reference | Type reference (TYPE) | FINB_T_ENTRIES_WHERE | "for all entries"-Bedingung | 20040519 | |||
| 3 | I_ENTRIES_TAB_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der "for all entries"-Tabelle | 20040519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040519 |
Method CLOSE_CURSOR Signature
Method CLOSE_CURSOR on class CL_FINB_DMT_READER has no parameter.
Method CLOSE_CURSOR on class CL_FINB_DMT_READER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONFIGURATOR | Call by reference | Object reference (TYPE REF TO) | IF_FINB_DMT_CONFIGURATOR | Konfigurieren der Summendatenhaltung | 20030723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030723 | |||
| 2 | 20030723 |
Method DROP_SUPERFLUOUS_FLDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040519 | |||
| 2 | IT_FIELD_LIST | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | DB-Felder | 20040519 | |||
| 3 | RO_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040519 |
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 200 |