SAP ABAP Class CL_GUIBB_BOL_FORM_REPEATER (Generic BOL Feeder Form Repeater)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
APB_FPM_BOL_CORE (Package) Bol Adaptation for FPM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUIBB_BOL_COLLECTION | Generic BOL Feeder List | 20111104 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20111104 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER_EXT | GUIBB Form extended | 20111107 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUIBB_BOL_TEST_FORM_REP_MS | Modal Swap | 20120130 |
Properties
| Class | CL_GUIBB_BOL_FORM_REPEATER | |
| Short Description | Generic BOL Feeder Form Repeater | |
| Super Class | CL_GUIBB_BOL_COLLECTION | Generic BOL Feeder List |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_BOL_CORE | Bol Adaptation for FPM |
| Created | 20111104 | SAP |
| Last change | 20130531 | SAP |
| 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... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20111104 | ||
| 2 | IF_FPM_GUIBB_FORM_REPEATER_EXT | GUIBB Form extended | 20111107 |
Friends
Class CL_GUIBB_BOL_FORM_REPEATER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120220 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM_FORM_REPEATER_EXT_CTRL | Extended Control Form Repeater | 20111110 | |||
| 3 | Instance attribute | Protected | See coding | Component name | 20111216 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Build up the default configuration | 20111107 | |
| 2 | Instance method | Protected | Method | Returns true if deletes shall be persisted immediately | 20111118 | |
| 3 | Instance method | Protected | Method | Returns true if swaps shall disable the UIBB | 20111118 | |
| 4 | Instance method | Protected | Method | Does the event originate from the Swap UIBB | 20111115 | |
| 5 | Instance method | Protected | Method | Set the extended control reference | 20111123 |
Events
Class CL_GUIBB_BOL_FORM_REPEATER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CQ_CONTROL | Protected | See coding | 20111107 | BEGIN OF s_cq_control,
cq_refs TYPE cl_fpm_bol_ddic_utilities=>t_cq_ref,
configured_refs TYPE SORTED TABLE OF name_komp WITH UNIQUE DEFAULT KEY,
END OF s_cq_control
|
Method Signatures
Method GET_DEFAULT_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LAYOUT_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_FORM_REPEATER_CFG | Preliminary - do not use!!! | 20111107 | |||
| 2 | IR_CQ_CONTROL | Call by reference | Object reference (TYPE REF TO) | S_CQ_CONTROL | 20111107 | ||||
| 3 | IV_FIELD_EVENT | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | IF_FPM_CONSTANTS=>GC_EVENT-REFRESH | ID of the FPM Event | 20111107 | ||
| 4 | IV_GROUP_POSITION | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEM_START_COL | Start Column of Element in Form Grid | 20111117 | |||
| 5 | IV_JOIN_ID | Call by reference | Type reference (TYPE) | JOIN_ID | 20111107 | ||||
| 6 | IV_START_ROW | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEM_START_ROW | 1 | Start Row of Element in Form Grid | 20111107 | ||
| 7 | IV_TITLE | Call by reference | Type reference (TYPE) | CLIKE | 20111107 | ||||
| 8 | RV_LAST_ROW | Value transfer | Type reference (TYPE) | FPMGB_FORM_ELEM_START_ROW | Start Row of Element in Form Grid | 20111107 |
Method GET_DEFAULT_CONFIG on class CL_GUIBB_BOL_FORM_REPEATER has no exception.
Method IS_DELETE_TRANSACTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DELETE_IS_TRANSACTIONAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111118 |
Method IS_DELETE_TRANSACTIONAL on class CL_GUIBB_BOL_FORM_REPEATER has no exception.
Method IS_SWAP_MODAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_MODAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111118 |
Method IS_SWAP_MODAL on class CL_GUIBB_BOL_FORM_REPEATER has no exception.
Method IS_SWAP_UIBB_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111115 | |||
| 2 | RV_IS_SWAP_UIBB_EVENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111115 |
Method IS_SWAP_UIBB_EVENT on class CL_GUIBB_BOL_FORM_REPEATER has no exception.
Method SET_EXTENDED_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXT_CONTROL | Call by reference | Object reference (TYPE REF TO) | IF_FPM_FORM_REPEATER_EXT_CTRL | Preliminary - do not use!!! | 20111123 |
Method SET_EXTENDED_CONTROL on class CL_GUIBB_BOL_FORM_REPEATER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |