SAP ABAP Class CL_IWP_EXTRACTION_LOGS_LIST (To extract logs)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-DRT (Application Component) Data Retention Tool
⤷
IWP_GENERIC_CDE (Package) Generic CDE
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20130123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130404 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST_PAGING | relevant for paging only | 20130401 |
Properties
| Class | CL_IWP_EXTRACTION_LOGS_LIST | |
| Short Description | To extract logs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IWP_GENERIC_CDE | Generic CDE |
| Created | 20130123 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IWP_EXTRACTION_LOGS_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20130123 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130404 | ||
| 3 | IF_FPM_GUIBB_LIST_PAGING | relevant for paging only | 20130401 |
Friends
Class CL_IWP_EXTRACTION_LOGS_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | BALHDR | Application log: log header | 20130612 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_FIELDS_FILES | Log Details | 20130612 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_BALHDR | Application Log: Log header data table | 20130612 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20130401 | ||||
| 5 | Static Attribute | Public | Type reference (TYPE) | ARC_TRANS_CONNECTION | RFC Connection for Source System | 20130612 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20130401 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | I | 20130612 |
Methods
Class CL_IWP_EXTRACTION_LOGS_LIST has no method.
Events
Class CL_IWP_EXTRACTION_LOGS_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_BALHDR | Public | See coding | 20130612 | tt_balhdr TYPE STANDARD TABLE OF balhdr
|
||
| 2 | TT_FIELDS_FILES | Private | See coding | 20130226 | tt_fields_files TYPE TABLE OF ty_obj_struc_list
|
||
| 3 | TY_OBJ_STRUC_LIST | Private | See coding | 20130226 | BEGIN OF ty_obj_struc_list,
* message TYPE bapi_msg,
* type TYPE string,
* date TYPE baldate,
* time TYPE baltime,
ALDATE TYPE baldate,
altime TYPE baltime,
EXTNUMBER TYPE BALNREXT,
ALUSER TYPE BALUSER,
END OF ty_obj_struc_list
|
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |