SAP ABAP Class CL_FDT_GTC_EXPRESSION (Abstract Test-Class for Expressions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_TEST (Package) BRFplus: Global Test Classes

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_ADMIN_DATA | Abstract test class for testing transactional FDT objects | 20070302 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_LOOP | Test Classe for FDT-Rule | 20081217 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_XSL_TRANSFORMATION | Unit-Test for Expression Type XSL transformation | 20070503 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_TABLE_OPERATION | Test Classe for FDT-Table Operation | 20090821 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_STATIC_METHOD | Unit Test for the Expression Static Method Call | 20070503 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_SEQUENCE_WORKAREA | Test Class for Sequence Workarea | 20070617 |
6 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_SEARCH_TREE | Unit Test for Expression: Search Tree | 20070511 |
7 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_RULESET | Test Class for CL_FDT_RULESET | 20070616 |
8 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_RULE | Test Classe for FDT-Rule | 20081113 |
9 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_RANGE_II | 2nd Unit-test for expression class RANGE | 20111209 |
10 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_GTC_RANGE | Unit-test for expression class RANGE | 20070417 |
... | Click here to see Used By full list (22 items) |
Properties
Class | CL_FDT_GTC_EXPRESSION | |
Short Description | Abstract Test-Class for Expressions | |
Super Class | CL_FDT_GTC_ADMIN_DATA | Abstract test class for testing transactional FDT objects |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 5 | |
Package | SFDT_TEST | BRFplus: Global Test Classes |
Created | 20070302 | SAP |
Last change | 20130531 | 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... |
Interfaces
Class CL_FDT_GTC_EXPRESSION has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_GTC_ADMIN_DATA | 20070318 | Abstract test class for testing transactional FDT objects |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_DESTINATION | Destination table for remote code generation | 20111214 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080731 | ||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20090209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Check for specific errors on invalid test sets | 20120725 |
2 | ![]() |
Instance method | Protected | Method | Prepare context and expected result for processing test | 20070314 |
3 | ![]() |
Static method | Protected | Method | Compares 2 values (simple or non-simple) | 20090612 |
4 | ![]() |
Static method | Private | Method | 20080222 | |
5 | ![]() |
Static method | Private | Method | 20080229 | |
6 | ![]() |
Instance method | Private | Method | 20080222 | |
7 | ![]() |
Instance method | Private | Method | Cutt off data from a remote system (deleting unnecessary 0) | 20120413 |
8 | ![]() |
Instance method | Protected | Test Method for ABAP Unit | Test: Processing with usage of code generation and without | 20070904 |
9 | ![]() |
Static method | Private | Method | 20130214 | |
10 | ![]() |
Static method | Private | Method | 20130215 | |
11 | ![]() |
Instance method | Private | Method | Process Function in Generation Mode | 20080222 |
12 | ![]() |
Instance method | Private | Method | Process Function in Generation Mode - Static Call - ID Table | 20080222 |
13 | ![]() |
Instance method | Private | Method | Process Function in Generation Mode - Static Call - Name Tab | 20080222 |
14 | ![]() |
Instance method | Private | Method | Process Function in Interpretation Mode | 20080222 |
15 | ![]() |
Instance method | Protected | Method | Process Function in Generation Mode - Static Call - Name Tab | 20110802 |
16 | ![]() |
Instance method | Private | Method | Process Function in Generation Mode - Static Call - Name Tab | 20100901 |
17 | ![]() |
Instance method | Private | Method | Setup => Expression part | 20111214 |
18 | ![]() |
Instance method | Private | Method | 20090209 |
Events
Class CL_FDT_GTC_EXPRESSION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CONTEXT | Protected | See coding | 20090612 | BEGIN OF s_context,
id TYPE if_fdt_types=>id,
name TYPE if_fdt_types=>name,
value TYPE REF TO data,
END OF s_context
|
||
2 | TY_TS_DATA | Protected | See coding | 20070306 | ty_ts_data TYPE SORTED TABLE OF REF TO data
|
||
3 | T_CONTEXT | Protected | See coding | 20090612 | t_context TYPE TABLE OF s_context WITH KEY id
|
||
4 | T_DESTINATION | Public | See coding | 20111214 | t_destination TYPE TABLE OF RFCDEST WITH DEFAULT KEY
|
Method Signatures
Method ABS_EXPR_INVALID_TEST_SET_CHK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_FDT | FDT: Abstract Exception Class | 20120725 | ||
2 | ![]() |
IV_CHANGE_INDEX | Call by reference | Type reference (TYPE) | I | Change Index | 20120725 | ||
3 | ![]() |
IV_OBJECT_INDEX | Call by reference | Type reference (TYPE) | I | Object Index | 20120725 | ||
4 | ![]() |
IV_PROCESS_INDEX | Call by reference | Type reference (TYPE) | I | Processing index | 20120725 | ||
5 | ![]() |
IV_TEST_SET_INDEX | Call by reference | Type reference (TYPE) | I | Index for the set of context and result data to be provided | 20120725 |
Method ABS_EXPR_INVALID_TEST_SET_CHK on class CL_FDT_GTC_EXPRESSION has no exception.
Method ABS_EXPR_RUNTIME_TEST_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20070417 | ||
2 | ![]() |
ER_EXPECTED_RESULT_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | Reference | 20070926 | ||
3 | ![]() |
ES_BAL_MSG | Call by reference | Type reference (TYPE) | BAL_S_MSG | Application Log: Message Data | 20081124 | ||
4 | ![]() |
ET_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | 20090612 | |||
5 | ![]() |
EV_ACTION_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081121 | |||
6 | ![]() |
EV_CONTEXT_NAME4REUSLT | Call by reference | Type reference (TYPE) | STRING | Beschreibung | 20081203 | ||
7 | ![]() |
EV_LAST | Call by reference | Type reference (TYPE) | ABAP_BOOL | only true, if there are no more sets available | 20070314 | ||
8 | ![]() |
EV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
EV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | Sort the test set tables before doing the comparison | 20130212 | ||
10 | ![]() |
EV_UNIT_CURRENCY_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110111 | |||
11 | ![]() |
EV_VALID_SET | Call by reference | Type reference (TYPE) | ABAP_BOOL | only true, if returned context is processable without error | 20070314 | ||
12 | ![]() |
IV_CHANGE_INDEX | Call by reference | Type reference (TYPE) | I | Change Index | 20070926 | ||
13 | ![]() |
IV_OBJECT_INDEX | Call by reference | Type reference (TYPE) | I | Object Index | 20070926 | ||
14 | ![]() |
IV_PROCESS_INDEX | Call by reference | Type reference (TYPE) | I | 20100329 | |||
15 | ![]() |
IV_TEST_SET_INDEX | Call by reference | Type reference (TYPE) | I | Index for the set of context and result data to be provided | 20070926 |
Method ABS_EXPR_RUNTIME_TEST_SET on class CL_FDT_GTC_EXPRESSION has no exception.
Method COMPARE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Failure? | 20090612 | ||
2 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure Text | 20090612 | ||
3 | ![]() |
IR_EXEC_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | Value after Execution | 20090612 | ||
4 | ![]() |
IR_EXP_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | Expected Value | 20090612 | ||
5 | ![]() |
IV_ACTION_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Is it an action result? | 20090612 | |
6 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
7 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 |
Method COMPARE_VALUES on class CL_FDT_GTC_EXPRESSION has no exception.
Method FUNC_GET_IDTAB_AND_NAMTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_ID_VALUE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_ID_VALUE | 20080222 | |||
2 | ![]() |
ET_NAME_VALUE | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20080222 | |||
3 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080222 | ||
4 | ![]() |
IV_COMPLETE_CONTEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Return the complete context | 20120413 |
Method FUNC_GET_IDTAB_AND_NAMTAB on class CL_FDT_GTC_EXPRESSION has no exception.
Method FUNC_GET_RESULT_DATA_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | 20080229 | |||
2 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20080229 |
Method FUNC_GET_RESULT_DATA_REF on class CL_FDT_GTC_EXPRESSION has no exception.
Method FUNC_IS_GENERATING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20080222 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080222 | ||
3 | ![]() |
RV_IS_GENERATING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080222 |
Method FUNC_IS_GENERATING on class CL_FDT_GTC_EXPRESSION has no exception.
Method HARMONIZE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data | 20120413 |
Method HARMONIZE_DATA on class CL_FDT_GTC_EXPRESSION has no exception.
Method MFT_EXPR_003_PROCESS Signature
Method MFT_EXPR_003_PROCESS on class CL_FDT_GTC_EXPRESSION has no parameter.
Method MFT_EXPR_003_PROCESS on class CL_FDT_GTC_EXPRESSION has no exception.
Method NORMALIZE_DECFLOAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20130214 |
Method NORMALIZE_DECFLOAT on class CL_FDT_GTC_EXPRESSION has no exception.
Method NORMALIZE_DECFLOAT_RECURSIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATADESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20130215 | ||
2 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20130215 |
Method NORMALIZE_DECFLOAT_RECURSIVE on class CL_FDT_GTC_EXPRESSION has no exception.
Method PROCESS_FUNC_GEN_INST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RESULT | FDT: Result | 20080222 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Failure while comparing? | 20090612 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure string | 20090612 | ||
4 | ![]() |
EV_SKIP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080222 | ||
6 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20080222 | ||
7 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected Context Value | 20090612 | ||
8 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
10 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20080222 |
Method PROCESS_FUNC_GEN_STAT_IDTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | FDT: Result | 20080229 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Failure while comparing? | 20090612 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure Text | 20090612 | ||
4 | ![]() |
EV_SKIP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080222 | ||
6 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20080222 | ||
7 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected Context Value | 20090612 | ||
8 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
10 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20080222 |
Method PROCESS_FUNC_GEN_STAT_NAMTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | FDT: Result | 20080229 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Compare failure? | 20090612 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure Text | 20090612 | ||
4 | ![]() |
EV_SKIP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080229 | |||
5 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080222 | ||
6 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | 20080222 | |||
7 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected Context Value | 20090612 | ||
8 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
10 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20080222 |
Method PROCESS_FUNC_INT_INST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_RESULT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RESULT | FDT: Result | 20080222 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Compare Failure? | 20090612 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure text | 20090612 | ||
4 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20080222 | ||
5 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20080222 | ||
6 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected context value | 20090612 | ||
7 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
8 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20080222 |
Method PROCESS_FUNC_REMOTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | FDT: Result | 20110802 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Compare failure? | 20110802 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure Text | 20110802 | ||
4 | ![]() |
EV_SKIP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110802 | |||
5 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20110802 | ||
6 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | 20110802 | |||
7 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected Context Value | 20110802 | ||
8 | ![]() |
IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | RFC Destination | 20111214 | ||
9 | ![]() |
IV_SKIP_DEPLOY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Skip the deployment step | 20120711 | |
10 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20110802 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20110802 |
Method PROCESS_FUNC_WITH_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_RESULT | Call by reference | Object reference (TYPE REF TO) | DATA | FDT: Result | 20100901 | ||
2 | ![]() |
EV_COMPARE_FAILURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Compare failure? | 20100901 | ||
3 | ![]() |
EV_FAILURE_STRING | Call by reference | Type reference (TYPE) | STRING | Failure Text | 20100901 | ||
4 | ![]() |
EV_SKIP | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100901 | |||
5 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20100901 | ||
6 | ![]() |
IO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | 20100901 | |||
7 | ![]() |
IT_TEST_CONTEXT | Call by reference | Type reference (TYPE) | T_CONTEXT | Expected Context Value | 20100901 | ||
8 | ![]() |
IV_NORMALIZE_DECFLOAT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
9 | ![]() |
IV_SORT_TABLES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130214 | |||
10 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20100901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20100901 |
Method SETUP Signature
Method SETUP on class CL_FDT_GTC_EXPRESSION has no parameter.
Method SETUP on class CL_FDT_GTC_EXPRESSION has no exception.
Method TEARDOWN Signature
Method TEARDOWN on class CL_FDT_GTC_EXPRESSION has no parameter.
Method TEARDOWN on class CL_FDT_GTC_EXPRESSION has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |