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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_FDT_MAINTENANCE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_RANGE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_FDT_LEAN_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_RANGE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 RSMDS 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 GC_EXPR_1100 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1100' Table Name 20070813
2 GC_EXPR_1101 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1101' Table Name 20070813
3 GC_EXPR_1104 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1104' Table Name 20081226
4 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051014
5 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051014
6 MV_ID Instance attribute Private Attribute reference (LIKE) 20051014
7 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
8 MV_MS_BUFFER_LOADED 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 ANALYSE_CHANGES_IN_VERSION Instance method Private Method Analyses the changes in two different version 20080122
2 CHECK_CASE_SENSITIVITY Instance method Private Method Check case sensitivity flag 20070130
3 CHECK_TEST_PARAMETER Instance method Private Method 20090109
4 CREATE_RSMDS_SETS Instance method Public Method Create set objects from range tables 20060726
5 LOAD_BUFFER Instance method Private Method Load the buffer 20051014
6 LOAD_BUFFER_DB Instance method Private Method Load the buffer from Database 20051014
7 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the Database 20051014
8 SET_BUFFER 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 Exporting ET_CHANGE_INFO Call by reference Type reference (TYPE) CL_FDT_MAINTENANCE=>T_CHANGE_INFO Change infos 20080122
2 Importing IS_BUFFER_EARLIER Call by reference Type reference (TYPE) CL_FDT_RANGE=>S_BUFFER Transactional Buffer 20080122
3 Importing IS_BUFFER_LATER Call by reference Type reference (TYPE) CL_FDT_RANGE=>S_BUFFER Transactional Buffer 20080122
4 Importing IV_1ST_VRS_TMSTMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20080128
5 Importing 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 Importing IV_CASE_SENSITIVITY Call by reference Type reference (TYPE) ABAP_BOOL 20070130
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20070227
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070130

Method CHECK_TEST_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090109
2 Returning 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 Exporting EO_RSMDS_DIMENSION Call by reference Object reference (TYPE REF TO) IF_RSMDS_DIMENSION Dimension of Set 20090407
2 Exporting EO_SET Value transfer Object reference (TYPE REF TO) CL_RSMDS_SET 1-dimensional set A 20090407
3 Exporting EO_UNIVERSE Call by reference Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE General Set (Factory Class) 20090407
4 Importing IO_RSMDS_DIMENSION Call by reference Object reference (TYPE REF TO) IF_RSMDS_DIMENSION Dimension of Set 20090407
5 Importing IO_UNIVERSE Call by reference Object reference (TYPE REF TO) CL_RSMDS_UNIVERSE General Set (Factory Class) 20090407
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20060726
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20060726
2 CX_FDT_SYSTEM FDT: System Failure 20060726

Method LOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp of active version 20070811
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Version 20051014
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER Transactional Buffer 20051014
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051014

Method LOAD_BUFFER_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Version 20051014
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER Transactional Buffer 20051014
# Exception Resumable Description Created on
1 CX_FDT_INPUT 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 Importing IS_BUFFER Call by reference Type reference (TYPE) S_BUFFER Transactional Buffer 20051014
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20051025
History
Last changed by/on SAP  20140121 
SAP Release Created in 710