SAP ABAP Class CL_FDT_STATIC_METHOD (FDT: Static Method / Call Procedure)
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 20051031
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_STATIC_METHOD FDT: Static Method / Call Procedure 20051031
Properties
Class CL_FDT_STATIC_METHOD  
Short Description FDT: Static Method / Call Procedure    
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 20051031   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_STATIC_METHOD_HELPER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FDT_LEAN_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_STATIC_METHOD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 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_STATIC_METHOD FDT: Static Method / Call Procedure 20051031
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20051031 FDT: Factory
2 CL_FDT_STATIC_METHOD_HELPER 20090910 FDT: Helper class for static method calls
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_EXPR_1500 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1500' Table Name 20070813
2 GC_EXPR_1505 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1505' Table Name 20070813
3 GC_EXPR_1506 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1506' Table Name 20090910
4 GC_EXPR_1507 Constant Private Type reference (TYPE) TABNAME 'FDT_EXPR_1507' Table Name 20090910
5 MO_HELPER Instance attribute Private Object reference (TYPE REF TO) CL_FDT_STATIC_METHOD_HELPER FDT: Helper class for static method calls 20090910
6 MS_BUFFER Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051031
7 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER Transactional Buffer 20051031
8 MV_ID Instance attribute Public Attribute reference (LIKE) 20060402
9 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
10 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_CLASS Static method Public Method Check the class 20051209
2 CHECK_NON_MODIFIABLE_OBJECTS Instance method Public Method Checks if an non-modifiable object is modified 20111106
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090910
4 FILTER_METADATA Instance method Public Method Filters the metadata 20091105
5 GENERATE_STATIC_METHOD_PROCESS Instance method Private Method Generate Case Process 20081009
6 GET_TARGET_METHOD_INFO Instance method Private Method get the information of the target method to be called 20081010
7 LOAD_BUFFER Instance method Private Method Load the buffer 20051031
8 LOAD_BUFFER_DB Instance method Private Method Load the buffer from data base 20051031
9 RAISE_OBJECT_ID_AS_ATTRIBUTE Instance method Private Method Raise Event OBJECT_ID_AS_ATTRIBUTE 20090910
10 SAVE_BUFFER_DB Instance method Private Method Save the buffer into the data base 20051031
11 SET_BUFFER Instance method Private Method Set the buffer 20051031
Events
Class CL_FDT_STATIC_METHOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding Transactional Buffer 20051031 BEGIN OF s_buffer, call_type TYPE if_fdt_static_method=>call_type, class TYPE seoclsname, method TYPE if_fdt_static_method=>method, interface TYPE if_fdt_static_method=>interface, function_module TYPE if_fdt_static_method=>function_module, dbschema TYPE fdt_hana_schema, dbprocedure TYPE if_fdt_static_method=>dbprocedure, t_exception TYPE if_fdt_static_method=>t_exception, ts_mapping TYPE cl_fdt_static_method_helper=>ts_mapping, "internal type!!! ts_expression_id TYPE if_fdt_types=>ts_object_id, "obsolete END OF s_buffer
Method Signatures

Method CHECK_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ADMIN_DATA Call by reference Object reference (TYPE REF TO) IF_FDT_ADMIN_DATA FDT: Administrative Data 20071119
2 Importing IV_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Name of class 20051209
3 Returning RS_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>S_MESSAGE Message 20051209

Method CHECK_CLASS on class CL_FDT_STATIC_METHOD has no exception.

Method CHECK_NON_MODIFIABLE_OBJECTS 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 Object ID that should not be modified 20111106
2 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version, UTC) 20111106
3 Returning RV_IS_MODIFIED Value transfer Type reference (TYPE) ABAP_BOOL 'X': if the rule is modifying the input object 20111106
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20111106

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION_TYPE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090910
2 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20090910
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20090910

Method FILTER_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_PARAM_FM Call by reference Type reference (TYPE) CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS Modified parmaters for function module 20091105
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Returning messages 20091105
3 Exporting ET_PARAM_SM Call by reference Type reference (TYPE) SEO_PARAMETERS Modified parmaters for static method 20091105
4 Importing ITS_PARAM_FM Call by reference Type reference (TYPE) CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS Function module parameters 20091105
5 Importing IT_PARAM_SM Call by reference Type reference (TYPE) SEO_PARAMETERS Static method parameters 20091105
6 Importing IV_CALL_TYPE Call by reference Type reference (TYPE) IF_FDT_STATIC_METHOD=>CALL_TYPE Incoming buffer 20091105

Method FILTER_METADATA on class CL_FDT_STATIC_METHOD has no exception.

Method GENERATE_STATIC_METHOD_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_USED_CONTEXT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_USED_CONTEXT_ID 20081009
2 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20081009
3 Exporting EV_DEEP_TRACED Call by reference Type reference (TYPE) ABAP_BOOL 20090115
4 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20081009
5 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL 20081009
6 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20081009
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20081009
8 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20081009
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20081009
2 CX_FDT_GEN_NOT_SUPPORTED FDT: Generation not (yet) supported 20081009
3 CX_FDT_INPUT FDT: Invalid Input 20081009

Method GET_TARGET_METHOD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CALL_POST_CODING Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20090810
2 Exporting ET_CALL_PREPARATION Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE Table with Source Code 20090731
3 Exporting EV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20081010
4 Exporting EV_EXPRESSION_ID_VAR_NAME Call by reference Type reference (TYPE) STRING 20081014
5 Exporting EV_METHOD_NAME Call by reference Type reference (TYPE) SEOCMPNAME Component name 20081010
6 Exporting EV_PARAMS_CHANGING Call by reference Type reference (TYPE) STRING 20081010
7 Exporting EV_PARAMS_EXPORTING Call by reference Type reference (TYPE) STRING 20081010
8 Exporting EV_PARAMS_IMPORTING Call by reference Type reference (TYPE) STRING 20081010
9 Exporting EV_PARAMS_RETURNING Call by reference Type reference (TYPE) STRING 20081010
10 Exporting EV_SUB_EXPRESSION_VAR_NAME Call by reference Type reference (TYPE) STRING 20081014
11 Exporting EV_TRACE_VAR_NAME Call by reference Type reference (TYPE) STRING 20090115
12 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20090518
13 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20081010
14 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20081110
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20090731

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

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

Method RAISE_OBJECT_ID_AS_ATTRIBUTE 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 20090910

Method RAISE_OBJECT_ID_AS_ATTRIBUTE on class CL_FDT_STATIC_METHOD has no exception.

Method SAVE_BUFFER_DB Signature

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

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