SAP ABAP Class CL_IWP_LR_FEEDER_FILES (Feeder class for getting the files)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-ILM-RW (Application Component) Retention Warehouse
⤷
IWP_LOCAL_REPORTING_UI (Package) User Interfaces for Local Reporting
⤷
⤷
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 | 20120820 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120820 |
Properties
| Class | CL_IWP_LR_FEEDER_FILES | |
| Short Description | Feeder class for getting the files | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IWP_LOCAL_REPORTING_UI | User Interfaces for Local Reporting |
| Created | 20120820 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IWP_LR_FEEDER_FILES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120820 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120820 |
Friends
Class CL_IWP_LR_FEEDER_FILES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20130219 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130219 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | TT_FIELDS_FILES | 20120921 | ||||
| 4 | Static Attribute | Public | Type reference (TYPE) | TXX_TXVIEW | Name of Data View | 20121211 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IWP_WORK_PACKAGE | Unique Identifier of an Audit Package | 20130325 |
Methods
Class CL_IWP_LR_FEEDER_FILES has no method.
Events
Class CL_IWP_LR_FEEDER_FILES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LS_FIELDS_FILES | Public | See coding | 20120820 | BEGIN OF LS_FIELDS_FILES,
filename type string,
description type string,
filesize type IWP_FILE_LEN ,
filepath type IWP_FILE_STRING,
fileuuid type TXX_UUID,
END OF LS_FIELDS_FILES
|
||
| 2 | TT_FIELDS_FILES | Public | See coding | 20120820 | tt_fields_files type standard TABLE OF LS_FIELDS_FILES
|
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |