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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | 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 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1500' | Table Name | 20070813 | ||
| 2 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1505' | Table Name | 20070813 | ||
| 3 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1506' | Table Name | 20090910 | ||
| 4 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1507' | Table Name | 20090910 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FDT_STATIC_METHOD_HELPER | FDT: Helper class for static method calls | 20090910 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051031 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051031 | |||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20060402 | |||||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | |||
| 10 | 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 | Static method | Public | Method | Check the class | 20051209 | |
| 2 | Instance method | Public | Method | Checks if an non-modifiable object is modified | 20111106 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20090910 | |
| 4 | Instance method | Public | Method | Filters the metadata | 20091105 | |
| 5 | Instance method | Private | Method | Generate Case Process | 20081009 | |
| 6 | Instance method | Private | Method | get the information of the target method to be called | 20081010 | |
| 7 | Instance method | Private | Method | Load the buffer | 20051031 | |
| 8 | Instance method | Private | Method | Load the buffer from data base | 20051031 | |
| 9 | Instance method | Private | Method | Raise Event OBJECT_ID_AS_ATTRIBUTE | 20090910 | |
| 10 | Instance method | Private | Method | Save the buffer into the data base | 20051031 | |
| 11 | 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 | IO_ADMIN_DATA | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20071119 | |||
| 2 | IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of class | 20051209 | |||
| 3 | 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 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object ID that should not be modified | 20111106 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20111106 | |||
| 3 | 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 | FDT: Invalid Input | 20111106 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090910 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20090910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090910 |
Method FILTER_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_PARAM_FM | Call by reference | Type reference (TYPE) | CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS | Modified parmaters for function module | 20091105 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Returning messages | 20091105 | |||
| 3 | ET_PARAM_SM | Call by reference | Type reference (TYPE) | SEO_PARAMETERS | Modified parmaters for static method | 20091105 | |||
| 4 | ITS_PARAM_FM | Call by reference | Type reference (TYPE) | CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS | Function module parameters | 20091105 | |||
| 5 | IT_PARAM_SM | Call by reference | Type reference (TYPE) | SEO_PARAMETERS | Static method parameters | 20091105 | |||
| 6 | 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 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | 20081009 | ||||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20081009 | ||||
| 3 | EV_DEEP_TRACED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090115 | ||||
| 4 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20081009 | |||
| 5 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081009 | ||||
| 6 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20081009 | ||||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20081009 | ||||
| 8 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20081009 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20081009 | ||
| 2 | FDT: Generation not (yet) supported | 20081009 | ||
| 3 | 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 | ET_CALL_POST_CODING | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20090810 | |||
| 2 | ET_CALL_PREPARATION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | Table with Source Code | 20090731 | |||
| 3 | EV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20081010 | |||
| 4 | EV_EXPRESSION_ID_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20081014 | ||||
| 5 | EV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20081010 | |||
| 6 | EV_PARAMS_CHANGING | Call by reference | Type reference (TYPE) | STRING | 20081010 | ||||
| 7 | EV_PARAMS_EXPORTING | Call by reference | Type reference (TYPE) | STRING | 20081010 | ||||
| 8 | EV_PARAMS_IMPORTING | Call by reference | Type reference (TYPE) | STRING | 20081010 | ||||
| 9 | EV_PARAMS_RETURNING | Call by reference | Type reference (TYPE) | STRING | 20081010 | ||||
| 10 | EV_SUB_EXPRESSION_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20081014 | ||||
| 11 | EV_TRACE_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20090115 | ||||
| 12 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20090518 | |||
| 13 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20081010 | |||
| 14 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20081110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Abstract Exception Class | 20090731 |
Method LOAD_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070811 | |||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20051031 | ||||
| 3 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051031 |
Method LOAD_BUFFER_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20051031 | ||||
| 2 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051031 |
Method RAISE_OBJECT_ID_AS_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 |