SAP ABAP Class IF_FDT_STATIC_METHOD (FDT: Static Method / Call Procedure)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_EXPRESSION | FDT: Expression | 20051031 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_STATIC_METHOD | FDT: Static Method / Call Procedure | 20051031 |
Properties
Class | IF_FDT_STATIC_METHOD | |
Short Description | FDT: Static Method / Call Procedure | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20051014 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
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... |
Interfaces
Class IF_FDT_STATIC_METHOD has no interface implemented.
Friends
Class IF_FDT_STATIC_METHOD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CALL_TYPE | 'P' | Call Type Database Procedure | 20121210 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CALL_TYPE | 'F' | Call Type Function Module | 20090925 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CALL_TYPE | 'S' | Call Type Static Method | 20090925 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | CALL_TYPE | SPACE | OBSOLETE - Do not use | 20090925 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_STATIC_METHOD | Expression Type "Static Method" | 20080417 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'D' | 20091022 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'MC' | 20091022 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'S' | 20091022 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'T' | 20091022 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'P' | 20091022 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | MOVE_TYPE | 'V' | 20091022 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'IF_FDT_STATIC_METHOD_TEMPLATE' | OBSOLETE - Do not use | 20051031 | |
13 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
14 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
15 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
16 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20051103 | ||||
17 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
18 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
19 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
20 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
21 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
Events
Class IF_FDT_STATIC_METHOD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | CALL_TYPE | Public | Type reference (TYPE) | FDT_SM_CALL_TYPE | Call Type | 20090925 |
|
2 | DBPROCEDURE | Public | Type reference (TYPE) | FDT_HANA_SCHEMA | BRFplus: Schema Name for the HANA Database | 20121210 |
|
3 | DBSCHEMA | Public | Type reference (TYPE) | FDT_HANA_NAME | BRFplus: Name of an HANA Column Object | 20130114 |
|
4 | FUNCTION_MODULE | Public | Type reference (TYPE) | FUNCNAME | Name of Function Module | 20090904 |
|
5 | INTERFACE | Public | Type reference (TYPE) | SEOSCONAME | Name of Interface | 20090904 |
|
6 | METHOD | Public | Type reference (TYPE) | SEOSCONAME | Name of Method | 20090904 |
|
7 | MOVE_TYPE | Public | See coding | Move Type (for mapping definition) | 20090904 | move_type TYPE c LENGTH 3
|
|
8 | S_EXCEPTION | Public | See coding | Exception | 20090904 | BEGIN OF s_exception,
exception TYPE seosconame,
END OF s_exception
|
|
9 | S_MAPPING | Public | See coding | Mapping | 20090904 | BEGIN OF s_mapping,
position TYPE n LENGTH 3,
parameter TYPE seosconame,
param_comp_path TYPE c LENGTH 255,
id TYPE if_fdt_types=>id,
id_comp_path TYPE c LENGTH 255,
top_id TYPE if_fdt_types=>id,
r_value TYPE REF TO data,
move_type TYPE move_type,
parameter_db TYPE fdt_hana_name,
END OF s_mapping
|
|
10 | TS_MAPPING | Public | See coding | Mappings | 20090904 | ts_mapping TYPE SORTED TABLE OF s_mapping WITH UNIQUE KEY position
WITH NON-UNIQUE SORTED KEY parameter COMPONENTS parameter
|
|
11 | T_EXCEPTION | Public | See coding | 20090925 | t_exception TYPE STANDARD TABLE OF s_exception WITH NON-UNIQUE KEY exception
|
Method Signatures
Method CLEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Class | 20090904 | |
2 | ![]() |
IV_EXCEPTION_HANDLING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Exception Handling | 20090904 | |
3 | ![]() |
IV_FUNCTION_MODULE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Function Module | 20090904 | |
4 | ![]() |
IV_INTERFACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Interface | 20090904 | |
5 | ![]() |
IV_MAPPING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Mapping | 20090904 | |
6 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Clear Method | 20090904 |
Method CLEAR on class IF_FDT_STATIC_METHOD has no exception.
Method GET_CALL_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CALL_TYPE | Call by reference | Type reference (TYPE) | CALL_TYPE | Call Type | 20090925 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20090925 |
Method GET_CLASS 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 | Time Stamp (active version) | 20051031 | ||
2 | ![]() |
RV_CLASS | Value transfer | Type reference (TYPE) | SEOCLSNAME | Name of class | 20051031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051031 |
Method GET_DATABASE_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DBPROCEDURE | Call by reference | Type reference (TYPE) | FDT_HANA_SCHEMA | BRFplus: Schema Name for the HANA Database | 20121210 | ||
2 | ![]() |
EV_DBSCHEMA | Call by reference | Type reference (TYPE) | FDT_HANA_NAME | BRFplus: Name of an HANA Column Object | 20121210 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20121210 |
Method GET_DATABASE_PROCEDURE on class IF_FDT_STATIC_METHOD has no exception.
Method GET_EXCEPTION_HANDLING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_IGNORE | Call by reference | Type reference (TYPE) | T_EXCEPTION | Exceptions to be ignored | 20090925 | ||
2 | ![]() |
ET_PROPAGATE | Call by reference | Type reference (TYPE) | T_EXCEPTION | Exceptions to be propagated | 20090925 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method GET_FUNCTION_MODULE 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 | Time Stamp (active version) | 20090904 | ||
2 | ![]() |
RV_FUNCTION_MODULE | Value transfer | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method GET_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_MAPPING | Call by reference | Type reference (TYPE) | TS_MAPPING | Mappings | 20090904 | ||
2 | ![]() |
EV_EXPRESSION_ID | Call by reference | Type reference (TYPE) | ABAP_BOOL | TRUE: Parameter IV_EXPRESSION_ID mapped to EXPRESSION ID | 20090904 | ||
3 | ![]() |
EV_TIMEPOINT | Call by reference | Type reference (TYPE) | ABAP_BOOL | TRUE: Parameter IV_TIMEPOINT mapped to TIMEPOINT | 20090904 | ||
4 | ![]() |
EV_TRACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | TRUE: Parameter IO_TRACE mapped to TRACE | 20090904 | ||
5 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method GET_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_INTERFACE | Call by reference | Type reference (TYPE) | IF_FDT_STATIC_METHOD=>INTERFACE | Name of Interface | 20090904 | ||
2 | ![]() |
EV_METHOD | Call by reference | Type reference (TYPE) | IF_FDT_STATIC_METHOD=>METHOD | Name of Method | 20090904 | ||
3 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method GET_SUB_EXPRESSIONS 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 | Time Stamp (active version) | 20060607 | ||
2 | ![]() |
RTS_EXPRESSION_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Expression IDs | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060607 |
Method SET_CALL_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CALL_TYPE | Call by reference | Type reference (TYPE) | CALL_TYPE | Call Type | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20090925 |
Method SET_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of class | 20051031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051209 |
Method SET_DATABASE_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DBPROCEDURE | Call by reference | Type reference (TYPE) | FDT_HANA_NAME | BRFplus: Name of an HANA Column Object | 20121210 | ||
2 | ![]() |
IV_DBSCHEMA | Call by reference | Type reference (TYPE) | FDT_HANA_SCHEMA | BRFplus: Schema Name for the HANA Database | 20121210 |
Method SET_DATABASE_PROCEDURE on class IF_FDT_STATIC_METHOD has no exception.
Method SET_EXCEPTION_HANDLING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_IGNORE | Call by reference | Type reference (TYPE) | T_EXCEPTION | Exceptions to be ignored | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method SET_FUNCTION_MODULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FUNCTION_MODULE | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method SET_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_MAPPING | Call by reference | Type reference (TYPE) | TS_MAPPING | Mappings | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method SET_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_INTERFACE | Call by reference | Type reference (TYPE) | IF_FDT_STATIC_METHOD=>INTERFACE | Name of Interface | 20090904 | ||
2 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | IF_FDT_STATIC_METHOD=>METHOD | Name of Method | 20090904 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090904 |
Method SET_SUB_EXPRESSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_EXPRESSION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Expression IDs | 20080115 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061025 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |