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 | 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... |
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 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_1100' | Table Name | 20070814 | ||
| 2 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_1106' | 20090910 | |||
| 3 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_1107' | 20090910 | |||
| 4 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_ACTN_1110' | Table Name | 20070814 | ||
| 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 | 20060803 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | 20060803 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER is loaded | 20060803 |
Methods
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 | 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 | 20091105 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20091105 | ||||
| 3 | ET_PARAM_SM | Call by reference | Type reference (TYPE) | SEO_PARAMETERS | 20091105 | ||||
| 4 | ITS_PARAM_FM | Call by reference | Type reference (TYPE) | CL_FDT_STATIC_METHOD_HELPER=>TS_FUMOD_PARAMETERS | 20091105 | ||||
| 5 | IT_PARAM_SM | Call by reference | Type reference (TYPE) | SEO_PARAMETERS | 20091105 | ||||
| 6 | 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 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | 20081020 | ||||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20081020 | ||||
| 3 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20081020 | |||
| 4 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081020 | ||||
| 5 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20081020 | ||||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20081020 | ||||
| 7 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20081020 | ||
| 2 | FDT: Generation not (yet) supported | 20081020 | ||
| 3 | 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 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | 20081020 | ||||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20081020 | ||||
| 3 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20081020 | |||
| 4 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081020 | ||||
| 5 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20081020 | ||||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20081020 | ||||
| 7 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20081020 | ||
| 2 | FDT: Generation not (yet) supported | 20081020 | ||
| 3 | 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 | EV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20081020 | |||
| 2 | EV_EXPRESSION_ID_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 3 | EV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20081020 | |||
| 4 | EV_PARAMS_CHANGING | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 5 | EV_PARAMS_EXPORTING | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 6 | EV_PARAMS_IMPORTING | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 7 | EV_PARAMS_RETURNING | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 8 | EV_SUB_EXPRESSION_VAR_NAME | Call by reference | Type reference (TYPE) | STRING | 20081020 | ||||
| 9 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20081020 | |||
| 10 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20081110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070809 | |||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20060803 | ||||
| 3 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20060803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070809 |
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 | 20060803 | ||||
| 2 | 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 | 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 | 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 |