SAP ABAP Class CL_FDT_EXPRESSION_TYPE (FDT: Expression Type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_CORE (Package) BRFplus: Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_MAINTENANCE FDT: Abstract Maintenance Class 20050822
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_EXPRESSION_TYPE FDT: Expression Type 20050830
Properties
Class CL_FDT_EXPRESSION_TYPE  
Short Description FDT: Expression Type    
Super Class CL_FDT_MAINTENANCE FDT: Abstract Maintenance Class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_CORE   BRFplus: Core 
Created 20050822   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 CL_FDT_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_STORAGE_UTILITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FDT_TRANSPORT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_FDT_EXPRESSION_TYPE 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...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FDT_EXPRESSION_TYPE FDT: Expression Type 20050830
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20050831 FDT: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXTY_0000 Constant Private Type reference (TYPE) TABNAME 'FDT_EXTY_0000' Table Name 20070819
2 GC_EXTY_0100 Constant Private Type reference (TYPE) TABNAME 'FDT_EXTY_0100' Table Name 20070819
3 GC_EXTY_0200 Constant Private Type reference (TYPE) TABNAME 'FDT_EXTY_0200' Table Name 20070819
4 GC_EXTY_0201 Constant Private Type reference (TYPE) TABNAME 'FDT_EXTY_0201' Table Name 20070819
5 GC_TEXT_TYPE_CHANGE Constant Private Type reference (TYPE) FDT_TEXT_TYPE 'CHAN' FDT: Text Type 20050831
6 GC_TEXT_TYPE_CREATION Constant Private Type reference (TYPE) FDT_TEXT_TYPE 'CREA' FDT: Text Type 20050911
7 GC_TEXT_TYPE_DELETION Constant Private Type reference (TYPE) FDT_TEXT_TYPE 'DELE' FDT: Text Type 20050911
8 GC_TEXT_TYPE_DISPLAY Constant Private Type reference (TYPE) FDT_TEXT_TYPE 'DISP' FDT: Text Type 20050831
9 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20050831
10 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Data Buffer 20050831
11 MV_CUSTOMIZING_OBJECT Instance attribute Private Attribute reference (LIKE) 20081218
12 MV_ID Instance attribute Private Attribute reference (LIKE) 20050831
13 MV_LOCAL_OBJECT Instance attribute Private Attribute reference (LIKE) 20081218
14 MV_MASTERDATA_OBJECT Instance attribute Private Attribute reference (LIKE) 20081218
15 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
16 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER is loaded 20060801
17 MV_OBJECT_TYPE Instance attribute Private Attribute reference (LIKE) 20081218
18 MV_SYSTEM_OBJECT Instance attribute Private Attribute reference (LIKE) 20081218
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ACTION_TYPE Instance method Private Method Check the action type settings 20060713
2 CHECK_CLASS Instance method Private Method Check the class 20070720
3 CHECK_MISSING_SCPRSTRANSP Instance method Private Method 20130314
4 CHECK_TRANSPORT_OBJECTS Instance method Private Method Check the transport objects 20070713
5 CONSTRUCTOR Instance method Private Constructor 20070823
6 CREATE_AND_TRANSP_SCPRSTRANSP Instance method Public Method 20130314
7 GET_SUPER_FDT_EXPRESSION_TYPE Instance method Public Method Get the FDT expression type this type inherits from 20110124
8 HAS_SUPERCLASS Static method Private Method 20091005
9 LOAD_BUFFER Instance method Private Method Load the buffer 20050831
10 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20050831
11 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20050911
12 SET_BUFFER Instance method Private Method Set the buffer 20050831
Events
Class CL_FDT_EXPRESSION_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Transactional Data Buffer 20050831 BEGIN OF s_buffer, class TYPE seoclsname, interface TYPE seoclsname, query_class TYPE seoclsname, ts_creation_text TYPE if_fdt_types=>ts_text, ts_change_text TYPE if_fdt_types=>ts_text, ts_display_text TYPE if_fdt_types=>ts_text, ts_deletion_text TYPE if_fdt_types=>ts_text, action_type TYPE abap_bool, ui_class TYPE seoclsname, data_exchange_class TYPE seoclsname, ts_transport_object TYPE if_fdt_expression_type=>ts_transport_object, END OF s_buffer
Method Signatures

Method CHECK_ACTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20060713
2 Importing IV_ACTION_TYPE Call by reference Type reference (TYPE) ABAP_BOOL Action Type 20060713

Method CHECK_ACTION_TYPE on class CL_FDT_EXPRESSION_TYPE has no exception.

Method CHECK_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20070720
2 Importing IV_CALL_FROM_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE ABAP_TRUE: call comes from CHECK method 20070720
3 Importing IV_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Name of class 20070720
4 Importing IV_INTERFACE Call by reference Type reference (TYPE) SEOCLSNAME Name of interface 20070720
5 Importing IV_MANDATORY_INTERFACE Call by reference Type reference (TYPE) SEOCLSNAME Name of mandatory interface to be used in class 20070720
6 Importing IV_MANDATORY_SUPERCLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20091005

Method CHECK_CLASS on class CL_FDT_EXPRESSION_TYPE has no exception.

Method CHECK_MISSING_SCPRSTRANSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_TRANSPORT_OBJECT Call by reference Type reference (TYPE) IF_FDT_EXPRESSION_TYPE=>TS_TRANSPORT_OBJECT Transport Objects 20130314
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20130314

Method CHECK_MISSING_SCPRSTRANSP on class CL_FDT_EXPRESSION_TYPE has no exception.

Method CHECK_TRANSPORT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITS_TRANSPORT_OBJECT Call by reference Type reference (TYPE) IF_FDT_EXPRESSION_TYPE=>TS_TRANSPORT_OBJECT Transport Objects 20070713
2 Importing IV_COMPLETE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE X: do the complete check 20070715
3 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20070715

Method CHECK_TRANSPORT_OBJECTS on class CL_FDT_EXPRESSION_TYPE has no exception.

Method CONSTRUCTOR 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 20070823

Method CONSTRUCTOR on class CL_FDT_EXPRESSION_TYPE has no exception.

Method CREATE_AND_TRANSP_SCPRSTRANSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_TABLE_ENTRIES_CREATED Call by reference Type reference (TYPE) CL_FDT_STORAGE_UTILITY=>TS_TABLENAME 20131207
2 Exporting EV_WRITTEN_TO_TRANSPORT Call by reference Type reference (TYPE) ABAP_BOOL 20131207
3 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20130314
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20130314
2 CX_FDT_SYSTEM FDT: System Failure 20130314

Method GET_SUPER_FDT_EXPRESSION_TYPE 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 Time Stamp (active version, UTC) 20110124
2 Returning RV_ID Value transfer Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20110124

Method GET_SUPER_FDT_EXPRESSION_TYPE on class CL_FDT_EXPRESSION_TYPE has no exception.

Method HAS_SUPERCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20091005
2 Importing IV_SUPERCLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20091005
3 Returning RV_HAS_SUPERCLASS Value transfer Type reference (TYPE) ABAP_BOOL 20091005

Method HAS_SUPERCLASS on class CL_FDT_EXPRESSION_TYPE 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 20070810
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION Version 20050831
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER Transactional Data Buffer 20050831
# Exception Resumable Description Created on
1 CX_FDT_INPUT 20050911

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

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_EXPRESSION_TYPE has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_EXPRESSION_TYPE 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 Data Buffer 20050831

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