SAP ABAP Class IF_FDT_WD_QUERY_ADVANCED (FDT WD: Interface for advanced query constants and types)
Properties
Class | IF_FDT_WD_QUERY_ADVANCED | |
Short Description | FDT WD: Interface for advanced query constants and types | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100908 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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 IF_FDT_WD_QUERY_ADVANCED has no interface implemented.
Friends
Class IF_FDT_WD_QUERY_ADVANCED has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '*' | Constant * | 20101014 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | CL_FDT_WD_QUERY_MODEL=>GC_OBJECT_TYPE_ACTION | Query Field object type action | 20100916 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_APPLICATION_ID | Query Field Application ID | 20100916 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_ATTRIBUTE_ID | Query Field Custom Attribute ID | 20131014 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_ATTRIBUTE_VALUE | Query Field Custom Attribute Value | 20131009 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_CH_TIMESTAMP | Query Field change timestamp | 20100916 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_CH_USER | Query Field change user | 20100916 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_CR_TIMESTAMP | Query Field creation timestamp | 20100916 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_CR_USER | Query Field creation user | 20100916 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_DATA_OBJECT_QUERY=>GC_FN_DATA_OBJECT_TYPE | Query Field data object type | 20100916 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_DOCU | Query Field Documentation | 20101217 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ELEMENT_QUERY=>GC_FN_ELEMENT_TYPE | Query Field element type | 20100916 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_EXPRESSION_QUERY=>GC_FN_EXPR_TYPE_ID | Query Field expression type id | 20100916 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_ID | Query Field object id | 20100916 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_NAME | Query Field object name | 20100916 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_OBJECT_TYPE | Query Field object type | 20100916 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_SHORT_TEXT | Query Field short text | 20101217 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_STATE | Query Field state | 20100916 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | FIELDNAME | IF_FDT_ADMIN_DATA_QUERY=>GC_FN_TEXT | Query Field text | 20100916 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | QUERY_MODE | 03 | 20101006 | ||
21 | ![]() |
Constant | Public | Type reference (TYPE) | QUERY_MODE | 00 | 20100921 | ||
22 | ![]() |
Constant | Public | Type reference (TYPE) | QUERY_MODE | 01 | Query with hidden result view | 20100908 | |
23 | ![]() |
Constant | Public | Type reference (TYPE) | QUERY_MODE | 04 | Query to return if only one object is returned | 20101026 | |
24 | ![]() |
Constant | Public | Type reference (TYPE) | QUERY_MODE | 02 | Query with initial load | 20100908 |
Methods
Class IF_FDT_WD_QUERY_ADVANCED has no method.
Events
Class IF_FDT_WD_QUERY_ADVANCED has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | QUERY_MODE | Public | See coding | 20100908 | query_mode TYPE n LENGTH 2
|
||
2 | S_QUERY_DEFAULT_VALUE | Public | See coding | 20100916 | BEGIN OF s_query_default_value,
parameter TYPE string,
option TYPE if_fdt_range=>option,
low_string_value TYPE string,
low_date_value TYPE dats,
high_date_value TYPE dats,
restrict_value_change TYPE abap_bool,
END OF s_query_default_value
|
||
3 | TS_ELEMENT_TYPE | Public | See coding | 20100909 | ts_element_type TYPE SORTED TABLE OF if_fdt_types=>element_type WITH UNIQUE KEY table_line
|
||
4 | TS_QUERY_PARAMETER | Public | See coding | 20100916 | ts_query_parameter TYPE SORTED TABLE OF fieldname WITH UNIQUE KEY table_line
|
||
5 | T_QUERY_DEFAULT_VALUE | Public | See coding | 20100916 | t_query_default_value TYPE STANDARD TABLE OF s_query_default_value WITH NON-UNIQUE KEY parameter
|
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |