SAP ABAP Class CL_FPM_UT_FORM_GL2 (Feeder Class Example for Form)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit Tests
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20140203 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20140203 |
Properties
| Class | CL_FPM_UT_FORM_GL2 | |
| Short Description | Feeder Class Example for Form | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_TEST_AUNIT | Classes used as carrier of Unit Tests |
| Created | 20140203 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_UT_FORM_GL2 has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20140203 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20140203 |
Friends
Class CL_FPM_UT_FORM_GL2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TY_S_FORM | Test Fieldcat | 20140203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Determines whether a feeder field is a technical field | 20140203 |
Events
Class CL_FPM_UT_FORM_GL2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_FORM | Protected | See coding | 20140203 | BEGIN OF ty_s_form .
INCLUDE TYPE fpm_s_test_form.
TYPES: carrid TYPE s_carrid,
END OF ty_s_form
|
Method Signatures
Method IS_TECHNICAL_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140203 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Feeder field is a technical field | 20140203 |
Method IS_TECHNICAL_FIELD on class CL_FPM_UT_FORM_GL2 has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |