SAP ABAP Class CL_FOBJ_TABLE_INDEX (Generic Table Index Through Business Key)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
FINB_FINOBJ_MANAGER (Package) Financial Object Administration
⤷
⤷
Properties
| Class | CL_FOBJ_TABLE_INDEX | |
| Short Description | Generic Table Index Through Business Key | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_FINOBJ_MANAGER | Financial Object Administration |
| Created | 20040826 | SAP |
| Last change | 20050301 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FOBJ_TABLE_INDEX has no forward declaration.
Interfaces
Class CL_FOBJ_TABLE_INDEX has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FOBJ_MANAGER | 20040827 | Manages Types and Instances for the FIN Object |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FOBJ_TABLE_DEF | Generic Table with Persistence | 20040826 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Work Area for Index Table | 20040826 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | Index on Table Entries | 20050202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes Table | 20040826 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20040826 | |
| 3 | Instance method | Public | Method | Deletes Table Entry from Index | 20040826 | |
| 4 | Instance method | Public | Method | Adds Table Entry | 20040826 | |
| 5 | Instance method | Public | Method | Reads Table Entry | 20040826 | |
| 6 | Instance method | Public | Method | Reads All Existing Table Entries | 20040827 |
Events
Class CL_FOBJ_TABLE_INDEX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YT_ENTRY | Public | See coding | Table Entries | 20040826 | yt_entry TYPE STANDARD TABLE OF REF TO cl_fobj_table_entry
WITH KEY table_line
|
|
| 2 | YT_INDEX | Public | See coding | Index Tables | 20040826 | yt_index TYPE STANDARD TABLE OF REF TO cl_fobj_table_index
WITH KEY table_line
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_FOBJ_TABLE_INDEX has no parameter.
Method CLEAR on class CL_FOBJ_TABLE_INDEX has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TABLE_DEF | Call by reference | Object reference (TYPE REF TO) | CL_FOBJ_TABLE_DEF | Metadaten einer generischen Tabelle mit optional. Persistenz | 20040826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme mit Fehlermeldung in SY-Feldern | 20040826 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTRY | Call by reference | Object reference (TYPE REF TO) | CL_FOBJ_TABLE_ENTRY | Generische Implementierung eines Tabelleneintrags | 20040826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eintrag nicht im Index vorhanden | 20050111 |
Method INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTRY | Call by reference | Object reference (TYPE REF TO) | CL_FOBJ_TABLE_ENTRY | 20040826 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Tabelleneintrag bereits vorhanden | 20040826 |
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMP_VALUES | Call by reference | Type reference (TYPE) | ANY | Struktur mit Merkmalswerten | 20040826 | |||
| 2 | RO_ENTRY | Value transfer | Object reference (TYPE REF TO) | CL_FOBJ_TABLE_ENTRY | Generische Implementierung eines Tabelleneintrags | 20040826 |
Method READ on class CL_FOBJ_TABLE_INDEX has no exception.
Method READ_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ENTRY | Value transfer | Type reference (TYPE) | YT_ENTRY | 20040827 |
Method READ_ALL on class CL_FOBJ_TABLE_INDEX has no exception.
History
| Last changed by/on | SAP | 20050301 |
| SAP Release Created in | 300 |