SAP ABAP Class CL_FDT_ACTN_STATIC_METHOD (FDT: Static Method / Call Procedure (Action))
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_ACTION FDT: Abstract Action Class 20060803
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_ACTN_STATIC_METHOD FDT: Static Method / Call Procedure (Action) 20060803
Properties
Class CL_FDT_ACTN_STATIC_METHOD  
Short Description FDT: Static Method / Call Procedure (Action)    
Super Class CL_FDT_ACTION FDT: Abstract Action Class 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_EXPRESSIONS   BRFplus: Expressions 
Created 20060803   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 Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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_ACTN_STATIC_METHOD FDT: Static Method / Call Procedure (Action) 20060803
Friends
# Friend Modeled only Created on Description
1 CL_FDT_FACTORY 20060809 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_ACTN_1100 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_1100' Table Name 20070814
2 GC_ACTN_1106 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_1106' 20090910
3 GC_ACTN_1107 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_1107' 20090910
4 GC_ACTN_1110 Constant Private Type reference (TYPE) TABNAME 'FDT_ACTN_1110' Table Name 20070814
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 20060803
7 MS_BUFFER_DB Instance attribute Private Type reference (TYPE) S_BUFFER 20060803
8 MV_MS_BUFFER_DB_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER_DB is loaded 20070813
9 MV_MS_BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE: MS_BUFFER is loaded 20060803
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_NON_MODIFIABLE_OBJECTS Instance method Public Method Checks if a non-modifiable object is modified 20111106
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090910
3 FILTER_METADATA Instance method Public Method 20091105
4 GENERATE_FOLLOWUP_ACTN_PROCESS Instance method Private Method Generate Case Process 20081020
5 GENERATE_STATIC_METHOD_PROCESS Instance method Private Method Generate Case Process 20081020
6 GET_TARGET_METHOD_INFO Instance method Private Method get the information of the target method to be called 20081020
7 LOAD_BUFFER Instance method Private Method Load the buffer 20060803
8 LOAD_BUFFER_DB Instance method Private Method Load the buffer from Database 20060803
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 Database 20060803
11 SET_BUFFER Instance method Private Method Set the buffer 20060803
Events
Class CL_FDT_ACTN_STATIC_METHOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_BUFFER Private See coding 20060803 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_parameter TYPE if_fdt_actn_static_method=>ts_parameter, "obsolete END OF s_buffer
Method Signatures

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 20091105
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20091105
3 Exporting ET_PARAM_SM Call by reference Type reference (TYPE) SEO_PARAMETERS 20091105
4 Importing ITS_PARAM_FM Call by reference Type reference (TYPE) CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS 20091105
5 Importing IT_PARAM_SM Call by reference Type reference (TYPE) SEO_PARAMETERS 20091105
6 Importing IV_CALL_TYPE Call by reference Type reference (TYPE) IF_FDT_STATIC_METHOD=>CALL_TYPE 20091105

Method FILTER_METADATA on class CL_FDT_ACTN_STATIC_METHOD has no exception.

Method GENERATE_FOLLOWUP_ACTN_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 20081020
2 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20081020
3 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20081020
4 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL 20081020
5 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20081020
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20081020
7 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20081020
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20081020
2 CX_FDT_GEN_NOT_SUPPORTED FDT: Generation not (yet) supported 20081020
3 CX_FDT_INPUT FDT: Invalid Input 20081020

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 20081020
2 Exporting ET_SOURCE_CODE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_SOURCE_CODE 20081020
3 Importing IO_GENERATION_MNGR Call by reference Object reference (TYPE REF TO) CL_FDT_GENERATION_MANAGER FDT: Generation of Classes 20081020
4 Importing IV_CREATE_VARIABLE Call by reference Type reference (TYPE) ABAP_BOOL 20081020
5 Importing IV_FUNCTION_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID 20081020
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20081020
7 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20081020
# Exception Resumable Description Created on
1 CX_FDT_GENERATION FDT: Error in the Generation Process 20081020
2 CX_FDT_GEN_NOT_SUPPORTED FDT: Generation not (yet) supported 20081020
3 CX_FDT_INPUT FDT: Invalid Input 20081020

Method GET_TARGET_METHOD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20081020
2 Exporting EV_EXPRESSION_ID_VAR_NAME Call by reference Type reference (TYPE) STRING 20081020
3 Exporting EV_METHOD_NAME Call by reference Type reference (TYPE) SEOCMPNAME Component name 20081020
4 Exporting EV_PARAMS_CHANGING Call by reference Type reference (TYPE) STRING 20081020
5 Exporting EV_PARAMS_EXPORTING Call by reference Type reference (TYPE) STRING 20081020
6 Exporting EV_PARAMS_IMPORTING Call by reference Type reference (TYPE) STRING 20081020
7 Exporting EV_PARAMS_RETURNING Call by reference Type reference (TYPE) STRING 20081020
8 Exporting EV_SUB_EXPRESSION_VAR_NAME Call by reference Type reference (TYPE) STRING 20081020
9 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20081020
10 Importing IV_VARIABLE_NAME Call by reference Type reference (TYPE) CLIKE 20081110
# Exception Resumable Description Created on
1 CX_FDT_GEN_NOT_SUPPORTED FDT: Generation not (yet) supported 20081020

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 20070809
2 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>VERSION 20060803
3 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060803
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070809

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 20060803
2 Returning RS_BUFFER Value transfer Type reference (TYPE) S_BUFFER 20060803

Method LOAD_BUFFER_DB on class CL_FDT_ACTN_STATIC_METHOD has no exception.

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_ACTN_STATIC_METHOD has no exception.

Method SAVE_BUFFER_DB Signature

Method SAVE_BUFFER_DB on class CL_FDT_ACTN_STATIC_METHOD has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_ACTN_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 20060803

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