SAP ABAP Class CL_FDT_WD_ISLAND_DEMO_MODEL (FDT WD Island: Demo Model)
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 | 20120127 |
Properties
| Class | CL_FDT_WD_ISLAND_DEMO_MODEL | |
| Short Description | FDT WD Island: Demo Model | |
| 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 | 20110531 | 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_DEMO_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_ISLAND_DEMO_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 | 'GetObject' | 20120323 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'RaiseException' | 20120323 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | S_OBJECT | 20110531 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_FUNCTION | 20110531 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110531 | |
| 2 | Instance method | Private | Method | Returns an application by its name | 20110531 | |
| 3 | Instance method | Private | Method | 20110531 |
Events
Class CL_FDT_WD_ISLAND_DEMO_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FUNCTION | Public | See coding | 20110531 | BEGIN OF s_function,
function TYPE if_fdt_types=>id,
END OF s_function
|
||
| 2 | S_OBJECT | Public | See coding | 20110531 | BEGIN OF s_object,
application TYPE if_fdt_types=>id,
is_local type boole_d,
END OF s_object
|
||
| 3 | T_FUNCTION | Public | See coding | 20110531 | t_function TYPE STANDARD TABLE OF s_function
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 | 20110531 | |||
| 2 | IO_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_OBJ_MANAGER | FDT WD: Island Object Manager | 20110707 | |||
| 3 | IO_STATE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_STATE | FDT WD: State | 20120229 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20110531 | |||
| 5 | IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | True: temporary object | 20110531 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20110531 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_DEMO_MODEL has no exception.
Method GET_APPLICATION_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20110531 | |||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110531 |
Method GET_APPLICATION_BY_NAME on class CL_FDT_WD_ISLAND_DEMO_MODEL has no exception.
Method GET_FUNCTIONS_BY_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20110531 | ||||
| 2 | RTS_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20110531 |
Method GET_FUNCTIONS_BY_APPLICATION on class CL_FDT_WD_ISLAND_DEMO_MODEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |