SAP ABAP Interface IF_FDT_FUNCTION_CALL (FDT: Function Call)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_FUNCTION_CALL | FDT: Function Call | 20051101 |
Properties
| Interface | IF_FDT_FUNCTION_CALL | |
| Short Description | FDT: Function Call |
General Data
| Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
| Created | 20051101 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FDT_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | 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_EXPRESSION | FDT: Expression | 20051101 |
Friends
Interface IF_FDT_FUNCTION_CALL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_EXTY_FUNCTION_CALL | Constant | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | IF_FDT_CONSTANTS=>GC_EXTY_FUNCTION_CALL | Expression Type "FDT Function Call" | 20080417 | |
| 2 | MV_ACTION | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 3 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 4 | MV_EXPRESSION_TYPE_ID | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 5 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20051103 | ||||
| 6 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 7 | MV_MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 8 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 9 | MV_RULE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 10 | MV_SYSTEM_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the FDT function | 20051101 | |
| 2 | Instance method | Public | Method | Get the mapping | 20051101 | |
| 3 | Instance method | Public | Method | Set the FDT function | 20051101 | |
| 4 | Instance method | Public | Method | Set the mapping | 20051101 |
Events
Interface IF_FDT_FUNCTION_CALL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_MAPPING | Public | See coding | Mapping | 20051101 | BEGIN OF s_mapping,
target_id TYPE if_fdt_types=>id,
source_id TYPE if_fdt_types=>id,
sequence TYPE int1,
END OF s_mapping
|
|
| 2 | TS_MAPPING | Public | See coding | List of Mappings | 20051101 | ts_mapping TYPE SORTED TABLE OF s_mapping
WITH UNIQUE KEY target_id
|
Method Signatures
Method GET_FUNCTION 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) | 20051101 | |||
| 2 | RV_FUNCTION_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20051101 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051101 |
Method GET_MAPPING 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) | 20051101 | |||
| 2 | RTS_MAPPING | Value transfer | Type reference (TYPE) | TS_MAPPING | List of mappings | 20051101 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051101 |
Method SET_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20051101 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051209 |
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 | List of mappings | 20051101 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051209 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |