SAP ABAP Class CL_FDT_WD_EDITOR_RULESET_MODEL (FDT WD Island: Ruleset Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_EDITOR (Package) BRFplus: Island Editor
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_EDITOR_MODEL | FDT WD Island: Editor Model (Abstract) | 20130211 |
Properties
| Class | CL_FDT_WD_EDITOR_RULESET_MODEL | |
| Short Description | FDT WD Island: Ruleset Model | |
| Super Class | CL_FDT_WD_EDITOR_MODEL | FDT WD Island: Editor Model (Abstract) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_ISLAND_EDITOR | BRFplus: Island Editor |
| Created | 20130211 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_WD_EDITOR_RULESET_MODEL has no forward declaration.
Interfaces
Class CL_FDT_WD_EDITOR_RULESET_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_EDITOR_RULESET_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FDT_RULESET | 20130211 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | T_RULE_HEADER | Header of Rules in Ruleset | 20130213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130211 | |
| 2 | Instance method | Private | Method | Returns the header of all available rules | 20130211 |
Events
Class CL_FDT_WD_EDITOR_RULESET_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_RULE_HEADER | Public | See coding | 20130211 | BEGIN OF s_rule_header,
position TYPE i,
valid_from TYPE string,
valid_to TYPE string,
rule TYPE if_fdt_types=>id,
switch TYPE boole_d, "is active
END OF s_rule_header
|
||
| 2 | T_RULE_HEADER | Public | See coding | 20130211 | t_rule_header TYPE STANDARD TABLE OF s_rule_header 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 | 20130211 | |||
| 2 | IO_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_OBJ_MANAGER | FDT WD: Island Object Manager | 20130211 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object | 20130211 | |||
| 4 | IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | Temporary Object | 20130211 | |||
| 5 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20130211 |
Method CONSTRUCTOR on class CL_FDT_WD_EDITOR_RULESET_MODEL has no exception.
Method GET_RULES_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RULE_HEADER | Value transfer | Type reference (TYPE) | T_RULE_HEADER | 20130211 |
Method GET_RULES_HEADER on class CL_FDT_WD_EDITOR_RULESET_MODEL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |