SAP ABAP Class CL_FPM_FORM_REP_UIBB_ASSIST (Assistance class for FPM_FORM_REPEATER_UIBB)
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_BASE_ASSIST | Base Assistance Class for all GUIBBs based on Advanced Forms | 20111019 |
Properties
| Class | CL_FPM_FORM_REP_UIBB_ASSIST | |
| Short Description | Assistance class for FPM_FORM_REPEATER_UIBB | |
| Super Class | CL_FPM_ADV_FORM_BASE_ASSIST | Base Assistance Class for all GUIBBs based on Advanced 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FPM_FORM_REP_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_FORM_REP_UIBB_ASSIST 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_FPM_FORM_REPEATER_EXT_CTRL | Implementation of extended control | 20111020 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_ROW_ACTION | Row actions | 20111212 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Change of the paginator page is requested | 20120222 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Focus is requested on swap UIBB | 20111221 |
Methods
Events
Class CL_FPM_FORM_REP_UIBB_ASSIST has no event.
Types
Class CL_FPM_FORM_REP_UIBB_ASSIST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method DETERMINE_ELEMENT_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120314 | |||
| 2 | RV_INDEX | Value transfer | Type reference (TYPE) | I | Index of context element | 20120314 |
Method DETERMINE_ELEMENT_INDEX on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
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 | 20120222 | ||||
| 2 | RV_PAGINATOR_PAGE_INDEX | Value transfer | Type reference (TYPE) | I | 20120222 |
Method DETERMINE_PAGINATOR_PAGE_INDEX on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method GET_CONFIGURED_ROW_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ROW_ACTION | Value transfer | Type reference (TYPE) | FPMGB_T_CONFIGURED_ROW_ACTION | Configured Row Actions | 20130109 |
Method GET_CONFIGURED_ROW_ACTIONS on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method GET_FORM_CONTAINER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UI_ELEMENT_ID | Value transfer | Type reference (TYPE) | STRING | 20111128 |
Method GET_FORM_CONTAINER_ID on class CL_FPM_FORM_REP_UIBB_ASSIST 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) | CL_FPM_GUIBB_FORM_REP_DATA_MGR=>TY_S_SWAP_UIBB | Swap UIBB | 20111102 |
Method GET_SWAP_UIBB on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method GET_SWAP_UIBB_CONTAINER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UI_ELEMENT_ID | Value transfer | Type reference (TYPE) | STRING | 20111102 |
Method GET_SWAP_UIBB_CONTAINER_ID on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method GET_UIBBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UIBB | Call by reference | Type reference (TYPE) | FPM_T_UIBB_KEY | Table type of UIBB keys | 20111021 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111021 |
Method GET_UIBBS on class CL_FPM_FORM_REP_UIBB_ASSIST 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 | 20111102 |
Method IS_SWAP_UIBB_ACTIVE on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method OPEN_ACTION_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120322 |
Method OPEN_ACTION_MENU on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method REQUEST_FOCUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20120518 | |||
| 2 | RV_FOCUS_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Focus has been set | 20120518 |
Method REQUEST_FOCUS on class CL_FPM_FORM_REP_UIBB_ASSIST 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 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20120520 | |||
| 2 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20120520 | |||
| 3 | IV_INDEX | Call by reference | Type reference (TYPE) | I | Row index | 20120520 | |||
| 4 | RV_FOCUS_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Focus has been set | 20120520 |
Method REQUEST_FOCUS_ON_ROW_ACTION on class CL_FPM_FORM_REP_UIBB_ASSIST 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_FORM_REP_UIBB_ASSIST has no exception.
Method SET_LAST_PAGINATOR_PAGE Signature
Method SET_LAST_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SET_LAST_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method SET_ROW_INDEX_ON_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20120317 | |||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120317 |
Method SET_ROW_INDEX_ON_EVENT on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method SET_SWAP_UIBB_PAGINATOR_PAGE Signature
Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SET_SWAP_UIBB_PAGINATOR_PAGE on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
Method SUPPLY_NODE_RANGE_ON_SCROLLING Signature
Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_FORM_REP_UIBB_ASSIST has no parameter.
Method SUPPLY_NODE_RANGE_ON_SCROLLING on class CL_FPM_FORM_REP_UIBB_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |