SAP ABAP Class CL_FDT_QUERY (FDT: Query)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_QUERY | FDT: Query | 20051024 |
Properties
| Class | CL_FDT_QUERY | |
| Short Description | FDT: Query | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20050930 | 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... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_QUERY | FDT: Query | 20051024 |
Friends
Class CL_FDT_QUERY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TS_QUERY | List of instances | 20051130 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_OBJECT_QUERY | NEW: FDT: Object Query Interface | 20060824 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20051130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | NEW: CONSTRUCTOR | 20051130 | |
| 2 | Static method | Public | Method | FDT:Returns the Query class names for the expressions | 20080108 | |
| 3 | Static method | Public | Method | Get query instance | 20051024 | |
| 4 | Static method | Public | Method | ONLY INTERNAL USE: Get a object query instance | 20060628 |
Events
Class CL_FDT_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_OBJECT_LIST | Public | See coding | 20051005 | BEGIN OF s_object_list,
id TYPE IF_FDT_TYPES=>ID,
application_id TYPE IF_FDT_TYPES=>ID,
name TYPE if_fdt_types=>name,
object_type TYPE if_fdt_types=>object_type,
END OF s_object_list
|
||
| 2 | S_QUERY | Private | See coding | 20051130 | BEGIN OF s_query,
application_id TYPE if_fdt_types=>id,
object_type TYPE if_fdt_types=>object_type,
action type flag,
expression_type_id TYPE if_fdt_types=>id,
data_object_type TYPE if_fdt_types=>data_object_type,
o_query TYPE REF TO cl_fdt_query,
END OF s_query
|
||
| 3 | TS_QUERY | Private | See coding | 20051130 | ts_query TYPE SORTED TABLE OF s_query
WITH UNIQUE KEY application_id object_type action
expression_type_id data_object_type
|
||
| 4 | T_OBJECT_LIST | Public | See coding | 20051006 | t_object_list TYPE STANDARD TABLE OF s_object_list
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Action Type | 20060925 | |||
| 2 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20051130 | |||
| 3 | IV_DATA_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | Data Object Type | 20060824 | |||
| 4 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression Type ID | 20060824 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | Object Type | 20060824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070110 |
Method GET_EXTY_QUERY_CLASSNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_QUERY_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of the query class for the expression type | 20080108 | |||
| 2 | EV_UNDEFINED_EXPR_QUERY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Query class is not defiend for the expression type | 20080108 | |||
| 3 | IV_EXPR_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20080108 |
Method GET_EXTY_QUERY_CLASSNAME on class CL_FDT_QUERY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060922 | ||||
| 2 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Application Universal Unique Identifier | 20051130 | |||
| 3 | IV_DATA_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | Data Object Type | 20060824 | |||
| 4 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression Type ID | 20060824 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | Object Type | 20060824 | |||
| 6 | RO_QUERY | Value transfer | Object reference (TYPE REF TO) | IF_FDT_QUERY | FDT: Query | 20051024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060824 |
Method GET_OBJECT_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Action type | 20060925 | |||
| 2 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Source Application (ID) | 20060727 | |||
| 3 | IV_DATA_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | Data Object Type | 20060628 | |||
| 4 | IV_EXPRESSION_TYPE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Expression Type ID | 20060628 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>OBJECT_TYPE | Object Type | 20060628 | |||
| 6 | RO_OBJECT_QUERY | Value transfer | Object reference (TYPE REF TO) | IF_FDT_OBJECT_QUERY | FDT: Object Reader Interface | 20060628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070110 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |