Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_ADV_FORM_BASE_DATA_MGR | Base Data Manager Class for all GUIBBs based on Adv. Forms | 20111019 |
Properties
Class | CL_FPM_GUIBB_FORM_REP_DATA_MGR | |
Short Description | Data Manager Class for GUIBB FPM_FORM_REPEATER_UIBB | |
Super Class | CL_FPM_ADV_FORM_BASE_DATA_MGR | Base Data Manager Class for all GUIBBs based on Adv. Forms |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20111019 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no interface implemented.
Friends
Class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SUPPLY_PAGING_NODE_RANGE' | Name of supply method | 20130206 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_FORM_REPEATER_EXT_CTRL | Implementation of extended control | 20111025 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_GUIBB_FORM_REP_PAGING | Utility class for paging in the GUIBB Form Repeater | 20130206 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_S_SWAP_UIBB | 20111020 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_GROUPING | 20111021 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_ROW_ACTION_REFERENCE_FLDS | 20111025 |
Methods
Events
Class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CONTROL_METADATA | Public | See coding | 20111120 | BEGIN OF ty_s_control_metadata,
form_visibility TYPE wdui_visibility,
form_separator_visibility TYPE wdui_visibility,
repeating_unit_enabled TYPE wdy_boolean,
swap_uibb_height TYPE string,
swap_uibb_visibility TYPE wdui_visibility,
END OF ty_s_control_metadata
|
||
2 | TY_S_GROUPING | Public | See coding | 20111021 | 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_ROW_ACTION_METADATA | Public | See coding | 20111025 | BEGIN OF ty_s_row_action_metadata,
imagesrc TYPE string,
text TYPE wdy_conf_transl_text,
tooltip TYPE wdy_conf_transl_text,
END OF ty_s_row_action_metadata
|
||
4 | TY_S_ROW_ACTION_REFERENCE_FLDS | Private | See coding | 20111025 | BEGIN OF ty_s_row_action_reference_flds,
event_id TYPE fpm_event_id,
reference_fields TYPE ty_s_row_act_reference_fields,
END OF ty_s_row_action_reference_flds
|
||
5 | TY_S_ROW_ACT_REFERENCE_FIELDS | Public | See coding | 20111025 | BEGIN OF ty_s_row_act_reference_fields,
enabled_ref TYPE name_komp,
visibility_ref TYPE name_komp,
END OF ty_s_row_act_reference_fields
|
||
6 | TY_S_SWAP_EVENT | Public | See coding | 20111020 | 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
|
||
7 | TY_S_SWAP_UIBB | Public | See coding | 20111020 | 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,
swap_events TYPE ty_t_swap_event,
END OF ty_s_swap_uibb
|
||
8 | TY_T_GROUPING | Public | See coding | 20111021 | ty_t_grouping TYPE SORTED TABLE OF ty_s_grouping
WITH UNIQUE KEY element_id
|
||
9 | TY_T_ROW_ACTION_REFERENCE_FLDS | Private | See coding | 20111025 | ty_t_row_action_reference_flds TYPE SORTED TABLE OF ty_s_row_action_reference_flds
WITH UNIQUE KEY event_id
|
||
10 | TY_T_SWAP_EVENT | Public | See coding | 20111020 | ty_t_swap_event TYPE SORTED TABLE OF ty_s_swap_event
WITH UNIQUE KEY element_id
|
Method Signatures
Method ADD_GROUPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_GROUPING | Call by reference | Type reference (TYPE) | TY_S_GROUPING | Grouping data | 20111021 | ||
2 | ![]() |
IV_ADD_TO_CTX | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Indicator: Add grouping to configuration context | 20111021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Configuration exceptions | 20120307 |
Method ADD_SWAP_UIBB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SWAP_UIBB | Call by reference | Type reference (TYPE) | TY_S_SWAP_UIBB | Swap UIBB and swap events data | 20111021 | ||
2 | ![]() |
IV_ADD_TO_CTX | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Indicator: Add swap UIBB to configuration context | 20111021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Configuration exceptions | 20120307 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIG_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Root node of form configuration context | 20111021 | ||
2 | ![]() |
IO_DATA_CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Root node of form data context | 20111021 | ||
3 | ![]() |
IO_EXTENDED_CTRL | Call by reference | Object reference (TYPE REF TO) | CL_FPM_FORM_REPEATER_EXT_CTRL | Implementation of extended control | 20111025 | ||
4 | ![]() |
IO_SERVICE_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CFG_SERVICE_HANDLER | FPM Config Editor Service Handler | 20111021 | ||
5 | ![]() |
IO_TABLE_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_PERS_TABLE_READER | Reads the configuration data as a table | 20121124 |
Method CONSTRUCTOR on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method CREATE_IT_CONFIG_DATA_SPECIFIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIGURATION_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_FORM_REP_CFG_ACC | Config. Access Interface for GUIBB FPM_FORM_REPEATER_UIBB | 20121126 |
Method CREATE_IT_CONFIG_DATA_SPECIFIC on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method DELETE_GROUPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DELETE_FROM_CTX | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Indicator: Delete grouping from configuration context | 20111021 | |
2 | ![]() |
IV_GROUPING_ID | Call by reference | Type reference (TYPE) | TY_S_GROUPING-ELEMENT_ID | Grouping ID | 20111021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Configuration exceptions | 20120307 |
Method DELETE_SWAP_UIBB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DELETE_FROM_CTX | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Indicator: Delete swap UIBB configuration context | 20111021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Configuration exceptions | 20120307 |
Method DETERMINE_PAGINATOR_PAGE_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DATA_RECORD_INDEX | Call by reference | Type reference (TYPE) | I | Data record index | 20130205 | ||
2 | ![]() |
RV_PAGINATOR_PAGE_INDEX | Value transfer | Type reference (TYPE) | I | Paginator page index | 20130205 |
Method DETERMINE_PAGINATOR_PAGE_INDEX on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method EXTRACT_FEEDER_ROW_ACTION_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130109 | |||
2 | ![]() |
RV_FPM_EVENT_ID | Value transfer | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20130109 |
Method EXTRACT_FEEDER_ROW_ACTION_NAME on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_ATTR_NAME_GROUPING_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GROUPING_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | Grouping ID | 20111122 | ||
2 | ![]() |
RV_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | 20111122 |
Method GET_ATTR_NAME_GROUPING_TEXT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_FIRST_VISIBLE_PANE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FIRST_VISIBLE_PANE | Value transfer | Type reference (TYPE) | I | 20120222 |
Method GET_FIRST_VISIBLE_PANE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_GROUPINGS 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 | Groupings | 20111021 |
Method GET_GROUPINGS on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_NODE_NAME_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NODE_NAME | Value transfer | Type reference (TYPE) | STRING | 20111120 |
Method GET_NODE_NAME_CONTROL on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_NODE_NAME_FEEDER_ROW_ACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FPM_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20111025 | ||
2 | ![]() |
RV_NODE_NAME | Value transfer | Type reference (TYPE) | STRING | 20111025 |
Method GET_NODE_NAME_FEEDER_ROW_ACT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PAGING_INDEX_OFFSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PAGING_INDEX_OFFSET | Value transfer | Type reference (TYPE) | I | 20130207 |
Method GET_PAGING_INDEX_OFFSET on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PAGING_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PAGING_SIZE | Value transfer | Type reference (TYPE) | I | Paging size | 20130208 |
Method GET_PAGING_SIZE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PANE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PANE_COUNT | Value transfer | Type reference (TYPE) | I | 20130207 |
Method GET_PANE_COUNT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_FEEDER_ROW_ACT_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20111025 | |||
2 | ![]() |
IV_FPM_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20111025 | ||
3 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111025 |
Method GET_PATH_FEEDER_ROW_ACT_ATTR on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_FIRST_VISIBLE_PANE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20120222 |
Method GET_PATH_FIRST_VISIBLE_PANE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_FORM_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111120 |
Method GET_PATH_FORM_VISIBILITY on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_GROUPING_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GROUPING_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | Grouping ID | 20111122 | ||
2 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111122 |
Method GET_PATH_GROUPING_TEXT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_GROUPING_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GROUPING_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | Grouping ID | 20111030 | ||
2 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111030 |
Method GET_PATH_GROUPING_VISIBILITY on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20140602 |
Method GET_PATH_HEIGHT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_PANE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20130207 |
Method GET_PATH_PANE_COUNT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_REP_UNIT_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111120 |
Method GET_PATH_REP_UNIT_ENABLED on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_SEPARATOR_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111120 |
Method GET_PATH_SEPARATOR_VISIBILITY on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_SWAP_UIBB_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20140624 |
Method GET_PATH_SWAP_UIBB_HEIGHT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_PATH_SWAP_UIBB_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111031 |
Method GET_PATH_SWAP_UIBB_VISIBILITY on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_RELPATH_FEEDER_ROW_ACT_ATT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20111025 | |||
2 | ![]() |
IV_FPM_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20111025 | ||
3 | ![]() |
RV_PATH | Value transfer | Type reference (TYPE) | STRING | 20111025 |
Method GET_RELPATH_FEEDER_ROW_ACT_ATT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_REP_UNIT_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | Index | 20111120 | ||
2 | ![]() |
RV_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Repeating unit is enabled | 20111120 |
Method GET_REP_UNIT_ENABLED on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_ROW_ACTIONS_FROM_DYN_CTX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ROW_ACTION | Call by reference | Type reference (TYPE) | FPMGB_T_CONFIGURED_ROW_ACTION | Configured Row Actions | 20130109 |
Method GET_ROW_ACTIONS_FROM_DYN_CTX on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method GET_ROW_ACT_REFERENCE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20111025 | ||
2 | ![]() |
RS_REFERENCE_FIELDS | Value transfer | Type reference (TYPE) | TY_S_ROW_ACT_REFERENCE_FIELDS | Reference fields of row action | 20111025 |
Method GET_ROW_ACT_REFERENCE_FIELDS on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
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 | Swap UIBB | 20111020 |
Method GET_SWAP_UIBB on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method HAS_GROUPING_TEXT_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GROUPING_ID | Call by reference | Type reference (TYPE) | FPM_ELEMENT_ID | Grouping ID | 20111122 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Attribute for grouping text exists | 20111122 |
Method HAS_GROUPING_TEXT_ATTRIBUTE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method INVALIDATE_PAGING_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TOTAL_COUNT_OF_RECORDS | Call by reference | Type reference (TYPE) | I | Total count of data records | 20130206 |
Method INVALIDATE_PAGING_NODE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method IS_NODE_FEEDER_ROW_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130109 | |||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130109 |
Method IS_NODE_FEEDER_ROW_ACTION on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method IS_PAGING_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Paging is active | 20130206 |
Method IS_PAGING_ACTIVE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method IS_SWAP_UIBB_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Swap UIBB is active | 20111027 |
Method IS_SWAP_UIBB_ACTIVE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_FIRST_VISIBLE_PANE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIRST_VISIBLE_PANE | Call by reference | Type reference (TYPE) | I | -1 | 20120222 |
Method SET_FIRST_VISIBLE_PANE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | Height | 20140602 |
Method SET_HEIGHT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_LAST_PAGINATOR_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data | 20130205 |
Method SET_LAST_PAGINATOR_PAGE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_PAGINATOR_PAGE_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PAGINATOR_PAGE_INDEX | Call by reference | Type reference (TYPE) | I | Paginator page index | 20130206 |
Method SET_PAGINATOR_PAGE_INDEX on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_PAGING_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PAGING | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_FORM_REP_PAGING | Paging Interface for GUIBB Form Repeater | 20130206 | ||
2 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data | 20130206 |
Method SET_PAGING_ACTIVE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_PANE_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PANE_COUNT | Call by reference | Type reference (TYPE) | I | -1 | 20130207 |
Method SET_PANE_COUNT on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_ROW_ACT_REFERENCE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | TY_S_ROW_ACT_REFERENCE_FIELDS | Reference fields of row action | 20111025 | ||
2 | ![]() |
IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20111025 |
Method SET_ROW_ACT_REFERENCE_FIELDS on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SET_SWAP_UIBB_PAGINATOR_PAGE Signature
Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no parameter.
Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method STORE_EXTENDED_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXTENDED_CTRL | Call by reference | Object reference (TYPE REF TO) | CL_FPM_FORM_REPEATER_EXT_CTRL | Implementation of extended control | 20111123 |
Method STORE_EXTENDED_CONTROL on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SUPPLY_NODE_RANGE_ON_SCROLLING Signature
Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no parameter.
Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
Method SUPPLY_PAGING_NODE_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FROM_INDEX | Call by reference | Type reference (TYPE) | I | 20130206 | |||
2 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_RANGE | API for Context Range Supply | 20130206 | ||
3 | ![]() |
PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20130206 | ||
4 | ![]() |
TO_INDEX | Call by reference | Type reference (TYPE) | I | 20130206 |
Method SUPPLY_PAGING_NODE_RANGE on class CL_FPM_GUIBB_FORM_REP_DATA_MGR has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |