SAP ABAP Class CL_TABLE_BUFFER_SFLIGHT (Example Table Buffering SFLIGHT)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-BRHF (Application Component) Basis-Related Help Functions, Appl. Log, Formula Intepreter
⤷
BTAB (Package) General Table Access and Buffering
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_TABLE_BUFFER_APPL | Application-Specific Table Buffer | 20030506 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TABLE_BUFFER_APPL | Application-Specific Table Buffer | 20030506 |
Properties
| Class | CL_TABLE_BUFFER_SFLIGHT | |
| Short Description | Example Table Buffering SFLIGHT | |
| Super Class | CL_TABLE_BUFFER_APPL | Application-Specific Table Buffer |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BTAB | General Table Access and Buffering |
| Created | 20030506 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TABLE_BUFFER_SFLIGHT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TABLE_BUFFER_APPL | Application-Specific Table Buffer | 20030506 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_TABLE_BUFFER_APPL | 20030506 | Application-Specific Table Buffer |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_TABLE_BUFFER_SFLIGHT' | Class Name | 20030506 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'SFLIGHT' | DB Table Name | 20030506 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | TY_SFLIGHT_KEY | 20081006 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | TY_SFLIGHT_TAB | SFLIGHT - Internal Table | 20030506 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030506 | |
| 2 | Instance method | Public | Method | 20030506 | ||
| 3 | Instance method | Public | Method | 20030506 | ||
| 4 | Static method | Public | Method | Provide Single Record | 20081006 |
Events
Class CL_TABLE_BUFFER_SFLIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SFLIGHT_KEY | Public | See coding | 20081006 | BEGIN OF TY_SFLIGHT_KEY,
carrid type s_carr_id,
connid type s_conn_id,
fldate type s_date,
end of ty_sflight_key
|
||
| 2 | TY_SFLIGHT_TAB | Public | See coding | 20081006 | TY_SFLIGHT_TAB type SORTED TABLE OF sflight
with NON-UNIQUE key carrid connid fldate
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DATA_REF_POINTER1 | Call by reference | Object reference (TYPE REF TO) | DATA | Pointer auf beliebigen Datenbereich | 20030506 | |||
| 2 | IO_DATA_REF_POINTER2 | Call by reference | Object reference (TYPE REF TO) | DATA | Pointer auf beliebigen Datenbereich | 20030506 | |||
| 3 | IO_DATA_REF_POINTER3 | Call by reference | Object reference (TYPE REF TO) | DATA | Pointer auf beliebigen Datenbereich | 20030506 | |||
| 4 | IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Mandant | 20030506 | ||
| 5 | IV_INSTANCE_KEY | Call by reference | Type reference (TYPE) | CLIKE | Schluessel, nach dem gepuffert wird | 20030506 | |||
| 6 | IV_TABNAME | Call by reference | Type reference (TYPE) | CLIKE | DB Tabelle, die gelesen wird | 20030506 |
Method CONSTRUCTOR on class CL_TABLE_BUFFER_SFLIGHT has no exception.
Method DELETE_INSTANCE Signature
Method DELETE_INSTANCE on class CL_TABLE_BUFFER_SFLIGHT has no parameter.
Method DELETE_INSTANCE on class CL_TABLE_BUFFER_SFLIGHT has no exception.
Method GET_INSTANCE Signature
Method GET_INSTANCE on class CL_TABLE_BUFFER_SFLIGHT has no parameter.
Method GET_INSTANCE on class CL_TABLE_BUFFER_SFLIGHT has no exception.
Method GET_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CARRID | Call by reference | Type reference (TYPE) | S_CARR_ID | Kurzbezeichnung der Fluggesellschaft | 20081006 | |||
| 2 | IV_CONNID | Call by reference | Type reference (TYPE) | S_CONN_ID | Code der Einzelflugverbindung | 20081006 | |||
| 3 | IV_FLDATE | Call by reference | Type reference (TYPE) | S_DATE | Flugdatum | 20081006 | |||
| 4 | RS_SFLIGHT | Value transfer | Type reference (TYPE) | SFLIGHT | Flug | 20081006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kein Datensatz mit ensprechendem Schluessel gefunden | 20081006 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |