SAP ABAP Class CL_WUF_TWUF_EVENT (Read Table TWUF_EVENT)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WUF_PERS (Package) Persistence Layer
⤷
⤷
Properties
| Class | CL_WUF_TWUF_EVENT | |
| Short Description | Read Table TWUF_EVENT | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WUF_PERS | Persistence Layer |
| Created | 20060214 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WUF_TWUF_EVENT has no forward declaration.
Interfaces
Class CL_WUF_TWUF_EVENT has no interface implemented.
Friends
Class CL_WUF_TWUF_EVENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_BUFFER_STAB | Buffer | 20060214 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | WUF_FIELD_STAB | Field name of fields for structures in tsmt_event | 20080222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check that no double entries exist | 20080222 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080222 | |
| 3 | Static method | Public | Method | Do Dependent Entries Exist? | 20060221 | |
| 4 | Static method | Public | Method | Does at Least One Entry Exist? | 20060221 | |
| 5 | Static method | Public | Method | Source Structure or a Predecessor | 20060220 | |
| 6 | Static method | Public | Method | Target Structure | 20060220 | |
| 7 | Static method | Public | Method | Read Single Table Entry | 20060214 | |
| 8 | Static method | Public | Method | Import Table for Application | 20060214 | |
| 9 | Static method | Public | Method | Delete Buffer | 20060216 |
Events
Class CL_WUF_TWUF_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Private | See coding | Buffer | 20060214 | BEGIN OF ty_buffer,
application TYPE wuf_application,
t_data TYPE twuf_event_stab,
t_text type twuf_eventt_stab,
END OF ty_buffer
|
|
| 2 | TY_BUFFER_STAB | Private | See coding | Buffer | 20060214 | ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY
application
|
Method Signatures
Method CHECK_FOR_DOUBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | DATA | 20080222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20080222 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WUF_TWUF_EVENT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WUF_TWUF_EVENT has no exception.
Method HAS_DEPENDENT_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060221 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | WUF_EVENT | Ereignis | 20060221 | |||
| 3 | RE_RESULT | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | Boolescher Wert | 20060221 |
Method HAS_DEPENDENT_ENTRIES on class CL_WUF_TWUF_EVENT has no exception.
Method HAS_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060221 | |||
| 2 | RE_CONTAINED | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | Boolescher Wert | 20060221 |
Method HAS_ENTRY on class CL_WUF_TWUF_EVENT has no exception.
Method IS_SOURCE_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060220 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | WUF_EVENT | Ereignis | 20060220 | |||
| 3 | I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060220 | |||
| 4 | RE_IS_SOURCE | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | ist Quellstruktur | 20060220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20060220 |
Method IS_TARGET_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060220 | |||
| 2 | I_EVENT | Call by reference | Type reference (TYPE) | WUF_EVENT | Ereignis | 20060220 | |||
| 3 | I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060220 | |||
| 4 | RE_IS_TARGET | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | ist Quellstruktur | 20060220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20060220 |
Method READ_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA | Call by reference | Type reference (TYPE) | TWUF_EVENT | Ereignis | 20060214 | |||
| 2 | E_TEXT | Call by reference | Type reference (TYPE) | TWUF_EVENTT | Text: Ereignis | 20060214 | |||
| 3 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060214 | |||
| 4 | I_EVENT | Call by reference | Type reference (TYPE) | WUF_EVENT | Ereignis | 20060214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20060214 |
Method READ_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | TWUF_EVENT_STAB | Ereignis | 20060214 | |||
| 2 | ET_TEXT | Call by reference | Type reference (TYPE) | TWUF_EVENTT_STAB | Text: Ereignis | 20060214 | |||
| 3 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20060214 |
Method READ_TABLE on class CL_WUF_TWUF_EVENT has no exception.
Method REFRESH Signature
Method REFRESH on class CL_WUF_TWUF_EVENT has no parameter.
Method REFRESH on class CL_WUF_TWUF_EVENT has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |