SAP ABAP Class CL_RSLUI_WDFORM_UPL_CONFIRM (Confirmation Step During Provider Upload)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_UI (Package) CompositeProvider UI Package
⤷
⤷
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 | 20110610 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110610 |
Properties
| Class | CL_RSLUI_WDFORM_UPL_CONFIRM | |
| Short Description | Confirmation Step During Provider Upload | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_UI | CompositeProvider UI Package |
| Created | 20110610 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSLUI_WDFORM_UPL_CONFIRM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20110610 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20110610 |
Friends
Class CL_RSLUI_WDFORM_UPL_CONFIRM 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) | CL_RSLUI_PROVIDER_ASSIST | Assist Class for Provider Upload | 20110615 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_S_FIELDS | 20110610 |
Methods
Class CL_RSLUI_WDFORM_UPL_CONFIRM has no method.
Events
Class CL_RSLUI_WDFORM_UPL_CONFIRM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_FIELDS | Private | See coding | 20110610 | BEGIN OF tp_s_fields,
max_space TYPE rsl_s_wsp_settings-max_space,
space_unit TYPE rsl_s_wsp_settings-max_space_unit,
space_consum TYPE rsl_act_space,
space_icon TYPE char30,
space_icon_tt TYPE string,
space_icon_visib TYPE wdui_visibility,
max_ainx_cnt TYPE rsl_s_wsp_settings-max_ainx_cnt,
ainx_consum TYPE rsl_act_ainx_cnt,
ainx_icon TYPE char30,
ainx_icon_tt TYPE string,
ainx_icon_visib TYPE wdui_visibility,
create_provider TYPE string,
create_copr TYPE string,
* Cleansing
cleans_rows_total TYPE int4,
cleans_rows_cleansed TYPE int4,
cleans_rows_deleted_dupl TYPE int4,
cleans_rows_deleted_conv TYPE int4,
cleans_check_md TYPE int4,
cleans_cells_init_conv TYPE int4,
cleans_values_replaced TYPE int4,
cleans_uncaught_conv TYPE int4,
cleans_values_cut TYPE int4,
* Planning
inputable TYPE string,
query_name TYPE char30,
alvl_name TYPE rspls_aggrlevel,
END OF tp_s_fields
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |