SAP ABAP Class CL_FDT_WD_ISLAND_IPA_MODEL (FDT WD Island: Model for InputAssistentControl)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_CONTROLS (Package) BRFplus: Island Controls
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_CONTROL_MODEL | FDT WD Island: Control Model | 20120314 |
Properties
| Class | CL_FDT_WD_ISLAND_IPA_MODEL | |
| Short Description | FDT WD Island: Model for InputAssistentControl | |
| Super Class | CL_FDT_WD_ISLAND_CONTROL_MODEL | FDT WD Island: Control Model |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_ISLAND_CONTROLS | BRFplus: Island Controls |
| Created | 20111117 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_ISLAND_IPA_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_ISLAND_IPA_MODEL 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 | 'currency_value_help' | Currency Value Help | 20120911 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'element_value_help' | User Action: Element Value Help | 20111124 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'unit_value_help' | Unit Value Help | 20120911 | ||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_ITEM_LIST | 20111208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20111207 | |
| 2 | Instance method | Private | Method | Sets the currency value help values | 20120911 | |
| 3 | Instance method | Private | Method | Sets the element value help values | 20111122 | |
| 4 | Instance method | Private | Method | Sets the unit value help values | 20120911 |
Events
Class CL_FDT_WD_ISLAND_IPA_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ITEM_LIST | Public | See coding | 20111208 | BEGIN OF s_item_list,
value TYPE string,
description TYPE string,
END OF s_item_list
|
||
| 2 | T_ITEM_LIST | Public | See coding | 20120910 | t_item_list TYPE STANDARD TABLE OF s_item_list WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20111207 | |||
| 2 | IO_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_OBJ_MANAGER | FDT WD: Island Object Manager | 20111207 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20111207 | ||||
| 4 | IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | True: is temporary object | 20111207 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20111207 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_IPA_MODEL has no exception.
Method SET_CURRENCY_VALUE_HELP Signature
Method SET_CURRENCY_VALUE_HELP on class CL_FDT_WD_ISLAND_IPA_MODEL has no parameter.
Method SET_CURRENCY_VALUE_HELP on class CL_FDT_WD_ISLAND_IPA_MODEL has no exception.
Method SET_ELEMENT_VALUE_HELP_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111122 |
Method SET_ELEMENT_VALUE_HELP_VALUES on class CL_FDT_WD_ISLAND_IPA_MODEL has no exception.
Method SET_UNIT_VALUE_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Element Id for which a unit value help shall be invoked | 20120911 |
Method SET_UNIT_VALUE_HELP on class CL_FDT_WD_ISLAND_IPA_MODEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |