SAP ABAP Class CL_FDT_RANGE (FDT: Range)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXPRESSIONS (Package) BRFplus: Expressions

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_EXPRESSION | FDT: Abstract Expression Class | 20051014 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_RANGE | FDT: Range | 20051014 |
Properties
Class | CL_FDT_RANGE | |
Short Description | FDT: Range | |
Super Class | CL_FDT_EXPRESSION | FDT: Abstract Expression Class |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
Created | 20051014 | SAP |
Last change | 20140121 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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... |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_RANGE | FDT: Range | 20051014 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_FACTORY | 20051014 | FDT: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1100' | Table Name | 20070813 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1101' | Table Name | 20070813 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1104' | Table Name | 20081226 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051014 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051014 | ||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20051014 | ||||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER is loaded | 20060801 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Analyses the changes in two different version | 20080122 |
2 | ![]() |
Instance method | Private | Method | Check case sensitivity flag | 20070130 |
3 | ![]() |
Instance method | Private | Method | 20090109 | |
4 | ![]() |
Instance method | Public | Method | Create set objects from range tables | 20060726 |
5 | ![]() |
Instance method | Private | Method | Load the buffer | 20051014 |
6 | ![]() |
Instance method | Private | Method | Load the buffer from Database | 20051014 |
7 | ![]() |
Instance method | Private | Method | Save the buffer into the Database | 20051014 |
8 | ![]() |
Instance method | Private | Method | Set the buffer | 20051014 |
Events
Class CL_FDT_RANGE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BUFFER | Private | See coding | Transactional Buffer | 20051014 | BEGIN OF s_buffer,
ts_range TYPE ts_range,
test_parameter TYPE if_fdt_types=>id,
case_sensitivity TYPE abap_bool,
no_impl_conv TYPE abap_bool, "Obsolete
select1104 TYPE abap_bool,
END OF s_buffer
|
|
2 | S_RANGE | Public | Type reference (TYPE) | CL_FDT_EXPR_SV=>S_RANGE | Range in internal format | 20081226 |
|
3 | TS_RANGE | Public | Type reference (TYPE) | CL_FDT_EXPR_SV=>TS_RANGE | Range table in internal format | 20081226 |
|
Method Signatures
Method ANALYSE_CHANGES_IN_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHANGE_INFO | Call by reference | Type reference (TYPE) | CL_FDT_MAINTENANCE=>T_CHANGE_INFO | Change infos | 20080122 | ||
2 | ![]() |
IS_BUFFER_EARLIER | Call by reference | Type reference (TYPE) | CL_FDT_RANGE=>S_BUFFER | Transactional Buffer | 20080122 | ||
3 | ![]() |
IS_BUFFER_LATER | Call by reference | Type reference (TYPE) | CL_FDT_RANGE=>S_BUFFER | Transactional Buffer | 20080122 | ||
4 | ![]() |
IV_1ST_VRS_TMSTMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080128 | ||
5 | ![]() |
IV_2ND_VRS_TMSTMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080128 |
Method ANALYSE_CHANGES_IN_VERSION on class CL_FDT_RANGE has no exception.
Method CHECK_CASE_SENSITIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CASE_SENSITIVITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070130 | |||
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20070227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070130 |
Method CHECK_TEST_PARAMETER 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 | 20090109 | ||
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090109 |
Method CHECK_TEST_PARAMETER on class CL_FDT_RANGE has no exception.
Method CREATE_RSMDS_SETS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_RSMDS_DIMENSION | Call by reference | Object reference (TYPE REF TO) | IF_RSMDS_DIMENSION | Dimension of Set | 20090407 | ||
2 | ![]() |
EO_SET | Value transfer | Object reference (TYPE REF TO) | CL_RSMDS_SET | 1-dimensional set A | 20090407 | ||
3 | ![]() |
EO_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | General Set (Factory Class) | 20090407 | ||
4 | ![]() |
IO_RSMDS_DIMENSION | Call by reference | Object reference (TYPE REF TO) | IF_RSMDS_DIMENSION | Dimension of Set | 20090407 | ||
5 | ![]() |
IO_UNIVERSE | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_UNIVERSE | General Set (Factory Class) | 20090407 | ||
6 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20060726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060726 | |
2 | ![]() |
FDT: System Failure | 20060726 |
Method LOAD_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070811 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20051014 | ||
3 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051014 |
Method LOAD_BUFFER_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20051014 | ||
2 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051014 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_RANGE has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_RANGE has no exception.
Method SET_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051025 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 710 |