SAP ABAP Class CL_FPM_FORM_REP_CONFIG_READER (Configuration Reader Form Repeater)
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_ADV_FORM_CONFIG_READER | Configuration Reader for Advalnced Form | 20111108 |
Properties
| Class | CL_FPM_FORM_REP_CONFIG_READER | |
| Short Description | Configuration Reader Form Repeater | |
| Super Class | CL_FPM_ADV_FORM_CONFIG_READER | Configuration Reader for Advalnced Form |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20111108 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_FORM_REP_CONFIG_READER has no forward declaration.
Interfaces
Class CL_FPM_FORM_REP_CONFIG_READER has no interface implemented.
Friends
Class CL_FPM_FORM_REP_CONFIG_READER 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) | TY_S_SWAP_UIBB_INT | 20111108 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_T_GROUPING_INT | 20111108 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_SWAP_EVENT_INT | 20111108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20111108 | |
| 2 | Instance method | Public | Method | 20120103 | ||
| 3 | Instance method | Public | Method | Return a List of Context Menus | 20111222 | |
| 4 | Instance method | Public | Method | Items of a context menu | 20111222 | |
| 5 | Instance method | Public | Method | 20111108 | ||
| 6 | Instance method | Public | Method | 20111108 | ||
| 7 | Instance method | Public | Method | 20111108 |
Events
Class CL_FPM_FORM_REP_CONFIG_READER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_FORM_REP | Public | See coding | 20120103 | BEGIN OF ty_s_form_rep,
feeder TYPE fpmgb_feeder_class,
layout_type TYPE fpmgb_layout_type_gl2,
minimum_form_column_width TYPE fpm_minimum_column_width,
accessibility_description TYPE fpm_accessibility_descr,
form_separator TYPE fpm_separator,
check_mandatory TYPE fpmgb_check_mandatory,
no_on_enter_after_f4 TYPE fpmgb_no_on_enter_after_f4,
show_no_data_default_text TYPE fpm_show_no_data_default_text,
no_data_text TYPE fpm_no_data_text,
instance_style TYPE fpm_instance_style,
drop_target_id TYPE fpm_drop_target_id,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
visible_row_count TYPE fpmgb_row_count,
aria_landmark TYPE fpm_aria_landmark,
END OF ty_s_form_rep
|
||
| 2 | TY_S_GROUPING | Public | See coding | 20111108 | BEGIN OF ty_s_grouping,
element_id TYPE fpm_element_id,
name TYPE name_komp,
index TYPE fpm_index,
instance_style TYPE fpm_instance_style,
END OF ty_s_grouping
|
||
| 3 | TY_S_GROUPING_INT | Private | See coding | 20111108 | BEGIN OF ty_s_grouping_int.
INCLUDE TYPE ty_s_grouping.
TYPES:
path TYPE string,
END OF ty_s_grouping_int
|
||
| 4 | TY_S_SWAP_EVENT | Public | See coding | 20111108 | BEGIN OF ty_s_swap_event,
element_id TYPE fpm_element_id,
event_id TYPE fpm_event_id,
type TYPE fpm_swap_type,
condition TYPE fpm_event_condition,
END OF ty_s_swap_event
|
||
| 5 | TY_S_SWAP_EVENT_INT | Private | See coding | 20111108 | BEGIN OF ty_s_swap_event_int.
INCLUDE TYPE ty_s_swap_event.
TYPES:
path TYPE string,
END OF ty_s_swap_event_int
|
||
| 6 | TY_S_SWAP_UIBB | Public | See coding | 20111108 | BEGIN OF ty_s_swap_uibb,
component TYPE fpm_component_name,
interface_view TYPE fpm_window_name,
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
instance_id TYPE fpm_instance_id,
END OF ty_s_swap_uibb
|
||
| 7 | TY_S_SWAP_UIBB_INT | Private | See coding | 20111108 | BEGIN OF ty_s_swap_uibb_int.
INCLUDE TYPE ty_s_swap_uibb.
TYPES:
path TYPE string,
END OF ty_s_swap_uibb_int
|
||
| 8 | TY_T_FORM_REP | Public | See coding | 20120103 | ty_t_form_rep TYPE STANDARD TABLE OF ty_s_form_rep
|
||
| 9 | TY_T_GROUPING | Public | See coding | 20111108 | ty_t_grouping TYPE STANDARD TABLE OF ty_s_grouping
|
||
| 10 | TY_T_GROUPING_INT | Private | See coding | 20111108 | ty_t_grouping_int TYPE STANDARD TABLE OF ty_s_grouping_int
|
||
| 11 | TY_T_SWAP_EVENT | Public | See coding | 20111108 | ty_t_swap_event TYPE STANDARD TABLE OF ty_s_swap_event
|
||
| 12 | TY_T_SWAP_EVENT_INT | Private | See coding | 20111108 | ty_t_swap_event_int TYPE STANDARD TABLE OF ty_s_swap_event_int
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_APPL_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_APPL_READER | Read Interface for Application Configuration | 20111108 | |||
| 2 | IR_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_COMP_READER | Read Interface for the Component Configuration | 20111108 | |||
| 3 | IV_CONFIGURATION_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20111108 | |||
| 4 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20111108 | |||
| 5 | IV_NO_VARIANTS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111108 |
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_S_FORM_REP | 20120103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20120103 |
Method GET_CTXT_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CTXT_MENU | Value transfer | Type reference (TYPE) | TY_T_CTXT_MENU | 20111222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111222 |
Method GET_CTXT_MENU_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CTXT_MENU_ID | Call by reference | Type reference (TYPE) | FPM_CTXT_MENU_ID | Context Menu ID | 20111222 | |||
| 2 | RT_CTXT_MENU_ITEM | Value transfer | Type reference (TYPE) | TY_T_CTXT_MENU_ITEM | 20111222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Personalization Error | 20111222 |
Method GET_GROUPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUPING | Call by reference | Type reference (TYPE) | TY_T_GROUPING | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111108 |
Method GET_SWAP_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SWAP_EVENT | Call by reference | Type reference (TYPE) | TY_T_SWAP_EVENT | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111108 |
Method GET_SWAP_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SWAP_UIBB | Call by reference | Type reference (TYPE) | TY_S_SWAP_UIBB | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Floorplan exceptions | 20111108 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |