Hierarchy

⤷

⤷

Properties
Class | CL_FDT_CONVENIENCE | |
Short Description | FDT: Convenience Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_SERVICE | BRFplus: Services |
Created | 20060304 | SAP |
Last change | 20141121 | |
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... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_CONVENIENCE has no interface implemented.
Friends
Class CL_FDT_CONVENIENCE has no friend class.
Attributes
Class CL_FDT_CONVENIENCE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Activate an object | 20060305 |
2 | ![]() |
Static method | Public | Method | Convert an external date&time to a FDT timepoint | 20070226 |
3 | ![]() |
Static method | Public | Method | Convert a FDT timepoint to an external date&time | 20070226 |
4 | ![]() |
Static method | Public | Method | Creation of a constant | 20060305 |
5 | ![]() |
Static method | Public | Method | Creation of an DOBJ with DDIC reference | 20060726 |
6 | ![]() |
Static method | Public | Method | Creation of an element | 20060304 |
7 | ![]() |
Static method | Public | Method | Create an empty decision table | 20060313 |
8 | ![]() |
Static method | Public | Method | Creation of a function | 20060308 |
9 | ![]() |
Static method | Public | Method | Creation of a function with a DDIC structure as an input | 20060314 |
10 | ![]() |
Static method | Public | Method | Creation of a simple range | 20060317 |
11 | ![]() |
Static method | Public | Method | Creation of a structure | 20060304 |
12 | ![]() |
Static method | Public | Method | Creation of a table | 20060304 |
13 | ![]() |
Static method | Public | Method | Order the columns of a decision table according to a DDIC | 20060602 |
14 | ![]() |
Static method | Public | Method | Where-used for Data Objects with specific DDIC type | 20070130 |
15 | ![]() |
Static method | Public | Method | Where-used for Data Objects with specific GDT type | 20070130 |
16 | ![]() |
Static method | Public | Method | Fill an empty decision table with content | 20060313 |
17 | ![]() |
Static method | Public | Method | Returns Admin Data for Object Id | 20061107 |
18 | ![]() |
Static method | Public | Method | Retrieve All Function IDs for an Application | 20110930 |
19 | ![]() |
Static method | Public | Method | Get context instance for function and timestmap | 20131205 |
20 | ![]() |
Static method | Public | Method | Get context instance for function and timestmap | 20131205 |
21 | ![]() |
Static method | Public | Method | Returns the name for object Id | 20061107 |
22 | ![]() |
Static method | Public | Method | Process of any expression without context usage | 20060308 |
23 | ![]() |
Static method | Public | Method | Transport a complete application incl. all objects | 20060328 |
24 | ![]() |
Static method | Public | Method | Where used for constants with specific DDIC type and value | 20061030 |
25 | ![]() |
Static method | Public | Method | Where used for constants with specific GDT type and value | 20061030 |
Events
Class CL_FDT_CONVENIENCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ELEMENT | Public | See coding | Element | 20060305 | BEGIN OF s_element,
name TYPE if_fdt_types=>name,
element_type TYPE if_fdt_types=>element_type,
END OF s_element
|
|
2 | S_RANGE | Public | See coding | 20071126 | BEGIN OF s_range,
sign TYPE ddsign,
option TYPE ddoption,
low TYPE string,
high TYPE string,
END OF s_range
|
||
3 | T_ELEMENT | Public | See coding | Elements | 20060305 | t_element TYPE STANDARD TABLE OF s_element
|
|
4 | T_RANGE | Public | See coding | 20071126 | t_range TYPE STANDARD TABLE OF s_range
|
Method Signatures
Method ACTIVATE_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TRANSACTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TRANSACTION | FDT: Transaction | 20060305 | ||
2 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Deep activation | 20060308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060305 |
Method CONVERT_DATE_TIME_TO_TIMEPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FDT_TIMEPOINT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TIMEPOINT | Value in FDT variable | 20070226 | ||
2 | ![]() |
IA_EXTERNAL_DATE_TIME | Call by reference | Type reference (TYPE) | ANY | Value in external variable | 20070226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070226 |
Method CONVERT_TIMEPOINT_TO_DATE_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EA_EXTERNAL_DATE_TIME | Call by reference | Type reference (TYPE) | ANY | Value in external variable | 20070226 | ||
2 | ![]() |
IS_FDT_TIMEPOINT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TIMEPOINT | Value in FDT variable | 20070226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070226 |
Method CREATE_CONSTANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONSTANT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_CONSTANT | FDT: Constant | 20060305 | ||
2 | ![]() |
EV_CONSTANT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
3 | ![]() |
IA_VALUE | Call by reference | Type reference (TYPE) | ANY | Value | 20060305 | ||
4 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
5 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060305 | ||
7 | ![]() |
IV_RESULT_DO | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20060620 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060305 |
Method CREATE_DOBJ_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
2 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20060726 | ||
3 | ![]() |
IV_TYPENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name of Dictionary Type | 20060726 | ||
4 | ![]() |
RO_DATA_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_DATA_OBJECT | Data Object | 20060726 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060726 |
Method CREATE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ELEMENT | FDT: Data Object of Type Element | 20060304 | ||
2 | ![]() |
EV_ELEMENT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060304 | ||
3 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
4 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060304 | ||
5 | ![]() |
IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20060304 | ||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060304 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060305 |
Method CREATE_EMPTY_DECISION_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_DECISION_TABLE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_DECISION_TABLE | Decision table | 20060313 | ||
2 | ![]() |
EV_DECISION_TABLE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Decision table ID | 20060313 | ||
3 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
4 | ![]() |
IV_DECISION_TABLE_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name of decision table | 20060313 | ||
5 | ![]() |
IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20060313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060313 |
Method CREATE_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20060308 | ||
2 | ![]() |
EV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060308 | ||
3 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20060308 | ||
4 | ![]() |
ITS_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Context data objects | 20060308 | ||
5 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
6 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060308 | ||
7 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060308 | ||
8 | ![]() |
IV_RESULT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Result data object | 20060308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060308 |
Method CREATE_FUNCTION_W_DDIC_STRUCT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FUNCTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_FUNCTION | FDT: Function | 20060314 | ||
2 | ![]() |
EV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20060314 | ||
3 | ![]() |
IO_EXPRESSION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_EXPRESSION | FDT: Expression | 20060314 | ||
4 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
5 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060314 | ||
6 | ![]() |
IV_DDIC_STRUCTURE | Call by reference | Type reference (TYPE) | TYPENAME | DDIC Structure Name | 20060314 | ||
7 | ![]() |
IV_MODE_EQUALS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Only simple values or no value in a cell allowed | 20060725 | ||
8 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060327 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060314 |
Method CREATE_SIMPLE_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_RANGE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_RANGE | FDT: Range | 20060317 | ||
2 | ![]() |
ETS_RANGE | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>TS_RANGE | 20090209 | |||
3 | ![]() |
EV_RANGE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060317 | ||
4 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
5 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060317 | ||
6 | ![]() |
IV_HIGH | Call by reference | Type reference (TYPE) | ANY | High value | 20060317 | ||
7 | ![]() |
IV_HIGH_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | High value ID (wins over IV_HIGH) | 20070706 | ||
8 | ![]() |
IV_LOW | Call by reference | Type reference (TYPE) | ANY | Low value | 20060317 | ||
9 | ![]() |
IV_LOW_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Low value ID (wins over IV_LOW) | 20070706 | ||
10 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060317 | ||
11 | ![]() |
IV_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_RANGE=>OPTION | IF_FDT_RANGE=>GC_OPTION_EQUAL | Option | 20060317 | |
12 | ![]() |
IV_TEST_PARAMETER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Test parameter ID | 20060317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060317 |
Method CREATE_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_STRUCTURE | FDT: Data Object of Type Structure | 20060305 | ||
2 | ![]() |
EV_STRUCTURE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
3 | ![]() |
IT_ELEMENT | Call by reference | Type reference (TYPE) | T_ELEMENT | Elements | 20060305 | ||
4 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
5 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060305 |
Method CREATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_TABLE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_TABLE | FDT: Data Object of Type Table | 20060305 | ||
2 | ![]() |
EV_TABLE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
3 | ![]() |
IT_ELEMENT | Call by reference | Type reference (TYPE) | T_ELEMENT | Elements | 20060305 | ||
4 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
5 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20060305 | ||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Name | 20060305 | ||
7 | ![]() |
IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | 20060305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060305 |
Method DECTABLE_ORDER_BY_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DDIC_STRUCTURE | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20060602 | ||
2 | ![]() |
IV_DEC_TABLE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20060602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060602 |
Method DO_WHERE_USED_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20070130 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20071113 | ||
3 | ![]() |
IV_DDIC_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20070130 |
Method DO_WHERE_USED_DDIC on class CL_FDT_CONVENIENCE has no exception.
Method DO_WHERE_USED_GDT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20070130 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Appication ID | 20071116 | ||
3 | ![]() |
IV_GDT_PATH | Call by reference | Type reference (TYPE) | STRING | 20070130 |
Method DO_WHERE_USED_GDT on class CL_FDT_CONVENIENCE has no exception.
Method FILL_DECISION_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITA_INITIAL_VALUE | Call by reference | Type reference (TYPE) | ANY TABLE | Cells with flags for initial values (overwrites ITA_VALUE) | 20070706 | ||
2 | ![]() |
ITA_VALUE | Call by reference | Type reference (TYPE) | ANY TABLE | Value table (must match decsision table structure) | 20060313 | ||
3 | ![]() |
IV_ACTIVATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Activate changes? | 20060921 | |
4 | ![]() |
IV_DECISION_TABLE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Decision table ID | 20060313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060313 |
Method GET_ADMIN_DATA 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 | 20061107 | |||
2 | ![]() |
RO_ADMIN_DATA | Value transfer | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20061107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061107 |
Method GET_ALL_FUNCTIONS_FOR_APPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | List of Function IDs | 20110930 | ||
2 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20110930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20110930 |
Method GET_FUNCTION_CONTEXT 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 UUID | 20131205 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | INTF IF_FDT_TYPES | 20131205 | ||
3 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_CONTEXT | FDT: Context | 20131205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20131205 |
Method GET_FUNCTION_RESULT 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 UUID | 20131205 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20131205 | ||
3 | ![]() |
RO_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RESULT | Result object | 20131205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20131205 |
Method GET_NAME 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 | 20061107 | |||
2 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>NAME | 20061107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061107 |
Method PROCESS_EXPRESSION 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 | FDT: Universal Unique Identifier | 20060308 | ||
2 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | FDT: Time Stamp | 20060308 | ||
3 | ![]() |
RO_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FDT_RESULT | FDT: Result | 20060308 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20060308 |
Method TRANSPORT_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20060328 | ||
2 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060328 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20060328 | |
2 | ![]() |
FDT: System Failure | 20060328 |
Method VALUE_WHERE_USED_DDIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_CONSTANTS | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_NAME | 20061030 | |||
2 | ![]() |
ITR_VALUES | Call by reference | Type reference (TYPE) | T_RANGE | Range of search Strings/Search Model | 20071126 | ||
3 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20071113 | ||
4 | ![]() |
IV_DDIC_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20061030 | ||
5 | ![]() |
IV_DELETED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>DELOPT | IF_FDT_QUERY=>GC_DELOPT_UNDELETED | 20061030 | ||
6 | ![]() |
IV_MEMORY_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>MEMOPT | IF_FDT_QUERY=>GC_MEMOPT_SAVED | 20061030 | ||
7 | ![]() |
IV_NAMED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>NAMOPT | IF_FDT_QUERY=>GC_NAMOPT_BOTH | 20061030 | ||
8 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TEXT | RSRSCAN1: Search String/Search Model | 20061030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061030 |
Method VALUE_WHERE_USED_GDT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_CONSTANTS | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_NAME | 20061030 | |||
2 | ![]() |
IV_APPLICATION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application ID | 20071116 | ||
3 | ![]() |
IV_DELETED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>DELOPT | IF_FDT_QUERY=>GC_DELOPT_UNDELETED | 20061030 | ||
4 | ![]() |
IV_GDT_PATH | Call by reference | Type reference (TYPE) | STRING | Name of Dictionary Type | 20061030 | ||
5 | ![]() |
IV_MEMORY_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>MEMOPT | IF_FDT_QUERY=>GC_MEMOPT_SAVED | 20061030 | ||
6 | ![]() |
IV_NAMED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>NAMOPT | IF_FDT_QUERY=>GC_NAMOPT_BOTH | 20061030 | ||
7 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TEXT | RSRSCAN1: Search String/Search Model | 20061030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061030 |
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 710 |