SAP ABAP Class CL_WUF_TWUF_PACKAGES (Read Table TWUF_PACKAGES)
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_PACKAGES | |
| Short Description | Read Table TWUF_PACKAGES | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WUF_PERS | Persistence Layer |
| Created | 20070530 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WUF_TWUF_PACKAGES has no forward declaration.
Interfaces
Class CL_WUF_TWUF_PACKAGES has no interface implemented.
Friends
Class CL_WUF_TWUF_PACKAGES 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 | 20070530 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Does Group Contain Package? | 20070530 | |
| 2 | Static method | Public | Method | Read Packages for an Application | 20070530 | |
| 3 | Static method | Public | Method | Delete Buffer | 20070530 |
Events
Class CL_WUF_TWUF_PACKAGES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Private | See coding | Buffer | 20070530 | BEGIN OF ty_buffer,
application TYPE wuf_application,
t_data TYPE ty_twuf_packages_stab,
END OF ty_buffer
|
|
| 2 | TY_BUFFER_STAB | Private | See coding | Buffer | 20070530 | ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY
application
|
|
| 3 | TY_TWUF_PACKAGES_STAB | Private | See coding | 20070530 | ty_twuf_packages_stab TYPE SORTED TABLE OF twuf_packages
WITH UNIQUE KEY pack
|
Method Signatures
Method IS_PACKAGE_CONTAINED 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 | 20070530 | |||
| 2 | I_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20070530 | |||
| 3 | RE_CONTAINED | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | Boolescher Wert | 20070530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20070530 |
Method READ 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_PACKAGES_STAB | Pakete | 20070530 | |||
| 2 | I_APPLICATION | Call by reference | Type reference (TYPE) | WUF_APPLICATION | Anwendung | 20070530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt existiert nicht | 20070530 |
Method REFRESH Signature
Method REFRESH on class CL_WUF_TWUF_PACKAGES has no parameter.
Method REFRESH on class CL_WUF_TWUF_PACKAGES has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in |