SAP ABAP Class CL_FDT_WD_EDITOR_RANGE_MODEL (FDT WD Island: Value Range Model(Editor))
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) | 20100709 |
Properties
Class | CL_FDT_WD_EDITOR_RANGE_MODEL | |
Short Description | FDT WD Island: Value Range Model(Editor) | |
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 | 20100709 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_EDITOR_RANGE_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 | 'ALLOWED_COMPARISIONS' | action name | 20120615 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'sign' | 20111012 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'rvalues' | 20111007 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'rv' | 20100716 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'testparam' | 20100716 | ||
6 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_FDT_RANGE | FDT: Range | 20100709 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20111012 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100709 |
2 | ![]() |
Instance method | Private | Method | Creates the section for the high-parameter | 20100713 |
3 | ![]() |
Instance method | Private | Method | Creates the section for the low-parameter | 20100713 |
4 | ![]() |
Instance method | Private | Method | Creates the test parameter section | 20100709 |
5 | ![]() |
Instance method | Private | Method | Creates a section for range values (one line) | 20100709 |
6 | ![]() |
Instance method | Private | Method | Gets the allowed comparisions for the element and bounds it | 20120614 |
7 | ![]() |
Instance method | Private | Method | Returns a value range (line) from a section | 20111010 |
8 | ![]() |
Instance method | Private | Method | Sets the test parameter | 20111010 |
9 | ![]() |
Instance method | Private | Method | Sets the test parameter | 20111007 |
Events
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no event.
Types
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no local type.
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 | Configuration | 20100709 | ||
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 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20110323 | ||
4 | ![]() |
IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100723 | ||
5 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20100709 |
Method CONSTRUCTOR on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method CREATE_HIGH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100713 | ||
2 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | CL_FDT_EXPR_SV=>S_RANGE | Range (internal) | 20100713 |
Method CREATE_HIGH on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method CREATE_LOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100713 | ||
2 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | CL_FDT_EXPR_SV=>S_RANGE | 20100713 |
Method CREATE_LOW on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method CREATE_TEST_PARAMETER_SECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100709 |
Method CREATE_TEST_PARAMETER_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method CREATE_VALUE_RANGE_SECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100709 | ||
2 | ![]() |
IS_RANGE | Call by reference | Type reference (TYPE) | CL_FDT_EXPR_SV=>S_RANGE | Range | 20100709 |
Method CREATE_VALUE_RANGE_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method GET_ALLOWED_COMPARISIONS Signature
Method GET_ALLOWED_COMPARISIONS on class CL_FDT_WD_EDITOR_RANGE_MODEL has no parameter.
Method GET_ALLOWED_COMPARISIONS on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method GET_VALUE_RANGE_FROM_SECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20111010 | ||
2 | ![]() |
RS_RANGE | Value transfer | Type reference (TYPE) | CL_FDT_EXPR_SV=>S_RANGE | Range Line | 20111010 |
Method GET_VALUE_RANGE_FROM_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method SET_RANGE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20120927 |
Method SET_RANGE_VALUES on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
Method SET_TEST_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | Section | 20111007 |
Method SET_TEST_PARAMETER on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |