SAP ABAP Class CL_FDT_DYNAMIC_EXPRESSION (FDT: Dynamic Expression)
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 20051109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_DYNAMIC_EXPRESSION FDT: Dynamic Expression 20051109
Properties
Class CL_FDT_DYNAMIC_EXPRESSION  
Short Description FDT: Dynamic Expression    
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 20051109   SAP 
Last change 20130531   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 IF_FDT_ADMIN_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_DYNAMIC_EXPRESSION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_DYNAMIC_EXPRESSION FDT: Dynamic Expression 20051109
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20051109 FDT: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXPR_1700 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1700' Table Name 20070813
2 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051109
3 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051109
4 MV_ID Instance attribute Public Attribute reference (LIKE) 20060415
5 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
6 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 CHECK_MODE Instance method Private Method Check the mode 20051209
2 CHECK_PARAMETER Instance method Private Method Check the parameter 20051209
3 LOAD_BUFFER Instance method Private Method Load the buffer 20051109
4 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20051109
5 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20051109
6 SET_BUFFER Instance method Private Method Set the buffer 20051109
Events
Class CL_FDT_DYNAMIC_EXPRESSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Transactional Buffer 20051109 BEGIN OF s_buffer, mode TYPE if_fdt_dynamic_expression=>mode, parameter_id TYPE if_fdt_types=>id, END OF s_buffer
Method Signatures

Method CHECK_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) IF_FDT_DYNAMIC_EXPRESSION=>MODE Mode 20051209
2 Importing IV_WEAK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Weak Check indicator 20091127
3 Returning RS_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Message 20051209

Method CHECK_MODE on class CL_FDT_DYNAMIC_EXPRESSION has no exception.

Method CHECK_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAMETER_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Data Object or Expression ID 20051209
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20060806
3 Importing IV_WEAK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Weak Check Indicator 20091127
4 Returning RS_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Message 20051209

Method CHECK_PARAMETER on class CL_FDT_DYNAMIC_EXPRESSION has no exception.

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 20051109
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20051109
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20051109

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 20051109
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20051109
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20051109

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_DYNAMIC_EXPRESSION has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_DYNAMIC_EXPRESSION 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 20051109

Method SET_BUFFER on class CL_FDT_DYNAMIC_EXPRESSION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710