SAP ABAP Class CL_FPM_LPD_CONFIG_WRITER (Configuration Writer for Launchpad GUIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_CONFIG_WRITER | Configuration Rerader for OIF | 20100604 |
Properties
| Class | CL_FPM_LPD_CONFIG_WRITER | |
| Short Description | Configuration Writer for Launchpad GUIBB | |
| Super Class | CL_FPM_CONFIG_WRITER | Configuration Rerader for OIF |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20100604 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_LPD_CONFIG_WRITER has no interface implemented.
Friends
Class CL_FPM_LPD_CONFIG_WRITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100607 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100608 | ||
| 2 | Instance method | Public | Method | 20100604 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20100604 | |
| 4 | Instance method | Public | Method | 20100604 | ||
| 5 | Instance method | Public | Method | 20100604 | ||
| 6 | Instance method | Public | Method | 20100607 | ||
| 7 | Instance method | Public | Method | 20100607 | ||
| 8 | Instance method | Public | Method | 20100607 |
Events
Class CL_FPM_LPD_CONFIG_WRITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_HOMEPAGE | Public | See coding | 20100607 | BEGIN OF ty_s_homepage ,
default_view TYPE fpmgb_lpd_views,
map TYPE fpmgb_lpd_visibility,
directory TYPE fpmgb_lpd_visibility,
index TYPE fpmgb_lpd_visibility,
tree TYPE fpmgb_lpd_visibility,
visibility TYPE fpmgb_invisible_on_all_views,
link_to_area_page_as_text TYPE fpmgb_no_link_to_area_page,
show_folder_info_at_area_page TYPE fpmgb_folder_info_at_area_page,
number_of_columns TYPE fpmgb_lpd_num_of_columns,
END OF ty_s_homepage
|
||
| 2 | TY_S_LPD | Public | See coding | 20100607 | BEGIN OF ty_s_lpd ,
feeder TYPE c LENGTH 30,
title TYPE wdy_conf_transl_text,
role TYPE apb_lpd_role,
instance TYPE apb_lpd_instance,
aria_landmark type fpm_aria_landmark,
END OF ty_s_lpd
|
||
| 3 | TY_S_LPD_PARAMETER | Public | See coding | 20100608 | BEGIN OF ty_s_lpd_parameter ,
name TYPE fpmgb_parameter_name,
value TYPE fpmgb_parameter_value,
END OF ty_s_lpd_parameter
|
||
| 4 | TY_S_MOST_FREQ_USED | Public | See coding | 20100607 | BEGIN OF ty_s_most_freq_used ,
refresh TYPE wdy_boolean,
END OF ty_s_most_freq_used
|
||
| 5 | TY_S_RELATED_LINKS | Public | See coding | 20100607 | BEGIN OF ty_s_related_links ,
role TYPE apb_lpd_role,
instance TYPE apb_lpd_instance,
list_header TYPE wdy_conf_transl_text,
END OF ty_s_related_links
|
||
| 6 | TY_T_HOMEPAGE | Public | See coding | 20100607 | ty_t_homepage TYPE STANDARD TABLE OF ty_s_homepage
|
||
| 7 | TY_T_LPD | Public | See coding | 20100607 | ty_t_lpd TYPE STANDARD TABLE OF ty_s_lpd
|
||
| 8 | TY_T_LPD_PARAMETER | Public | See coding | 20100608 | ty_t_lpd_parameter TYPE STANDARD TABLE OF ty_s_lpd_parameter
|
||
| 9 | TY_T_MOST_FREQ_USED | Public | See coding | 20100607 | ty_t_most_freq_used TYPE STANDARD TABLE OF ty_s_most_freq_used
|
||
| 10 | TY_T_RELATED_LINKS | Public | See coding | 20100607 | ty_t_related_links TYPE STANDARD TABLE OF ty_s_related_links
|
Method Signatures
Method ADD_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETER | Call by reference | Type reference (TYPE) | TY_T_LPD_PARAMETER | 20100608 |
Method ADD_PARAMETER on class CL_FPM_LPD_CONFIG_WRITER has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPM_T_T100_MESSAGES | Messages exported to be dispalyed in popup | 20100604 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100604 |
Method CHECK on class CL_FPM_LPD_CONFIG_WRITER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_APPL_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_APPL_MODIFIER | Write Interface for Application Configuration | 20100604 | |||
| 2 | IR_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20100604 | |||
| 3 | IR_COMP_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_MODIFIER | Write Interface for the Component Configuration | 20100604 | |||
| 4 | IR_CONFIG_TOOL_COMP | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_TOOL_COMP | API Configuration Component | 20100604 | |||
| 5 | IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20100604 | |||
| 6 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20100604 | |||
| 7 | IV_CREATE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20100604 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ERROR | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100604 |
Method SAVE on class CL_FPM_LPD_CONFIG_WRITER has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_S_LPD | Launchpad Attributes | 20100607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100608 | |||
| 2 | Personalization Error | 20100604 |
Method SET_HOMEPAGE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_S_HOMEPAGE | Launchpad Homepage Attributes | 20100607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalization Error | 20100607 |
Method SET_MOST_FREQ_USED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REFRESH | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Launchpad Most frequently used Attributes | 20100607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalization Error | 20100607 |
Method SET_RELATED_LINKS_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_S_RELATED_LINKS | Launchpad Related Links Attributes | 20100607 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Configuration exceptions | 20100608 | ||
| 2 | Personalization Error | 20100607 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 703 |