SAP ABAP Interface IF_FPM_FORM_REPEATER_EXT_CTRL (Extended PBO control)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_FORM_REPEATER_EXT_CTRL | Implementation of extended control | 20111020 |
Properties
Interface | IF_FPM_FORM_REPEATER_EXT_CTRL | |
Short Description | Extended PBO control |
General Data
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20111020 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | CL_FPM_ADV_FORM_BASE_CFG | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_FPM_GUIBB_ADV_FORM_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no interface.
Friends
Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MS_SWAP_UIBB_KEY | Instance attribute | Public | Type reference (TYPE) | FPM_S_UIBB_ID | UIBB Key | 20111020 | ||
2 | MT_GROUPING | Instance attribute | Public | Type reference (TYPE) | TY_T_GROUPING | Grouping fields | 20111123 | ||
3 | MV_GUIBB_ENABLED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20111024 | |||
4 | MV_SWAP_INDEX | Instance attribute | Public | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20111020 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get configured fields | 20140321 |
2 | ![]() |
Instance method | Public | Method | Get configured row actions | 20130109 |
3 | ![]() |
Instance method | Public | Method | Get available Quickviews and assignment to feeder fields | 20121011 |
4 | ![]() |
Instance method | Public | Method | Request focus on field | 20120520 |
5 | ![]() |
Instance method | Public | Method | Request focus on row action | 20120520 |
6 | ![]() |
Instance method | Public | Method | Set the GUIBB enabled state in GET_DATA | 20111024 |
7 | ![]() |
Instance method | Public | Method | Set the swap index in GET_DATA | 20111020 |
Events
Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_GROUPING | Public | See coding | Grouping field | 20111123 | BEGIN OF ty_s_grouping,
name TYPE name_komp,
END OF ty_s_grouping
|
|
2 | TY_T_GROUPING | Public | See coding | Grouping fields | 20111123 | ty_t_grouping TYPE STANDARD TABLE OF ty_s_grouping
WITH DEFAULT KEY
|
Method Signatures
Method GET_CONFIGURED_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELD | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_T_CONFIGURED_FIELD | Configured fields with configuration data | 20140321 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140321 |
Method GET_CONFIGURED_FIELDS on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method GET_CONFIGURED_ROW_ACTIONS 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_CONFIGURED_ROW_ACTIONS on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method GET_QUICKVIEW_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_QUICKVIEW | Call by reference | Type reference (TYPE) | FPM_T_QUICKVIEW_INFO_EXTERNAL | External Quickview Information | 20121011 | ||
2 | ![]() |
ET_QUICKVIEW_ASSIGNMENT | Call by reference | Type reference (TYPE) | FPM_T_QUICKVIEW_ASSIGNMENT | Assignment of Quickview to Feeder Field | 20121011 |
Method GET_QUICKVIEW_INFORMATION on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method REQUEST_FOCUS_ON_FIELD 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 of repeating unit | 20120520 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20120520 |
Method REQUEST_FOCUS_ON_FIELD on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method REQUEST_FOCUS_ON_ROW_ACTION 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 | 20120520 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | Index of repeating unit | 20120520 |
Method REQUEST_FOCUS_ON_ROW_ACTION on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method SET_GUIBB_ENABLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111024 |
Method SET_GUIBB_ENABLED on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
Method SET_SWAP_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20111020 |
Method SET_SWAP_INDEX on Interface IF_FPM_FORM_REPEATER_EXT_CTRL has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |