SAP ABAP Class IF_FDT_OBJECT_QUERY (FDT: Object Query Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_ADMIN_DATA_QUERY | FDT: Admin Data Query | 20060628 |
Properties
| Class | IF_FDT_OBJECT_QUERY | |
| Short Description | FDT: Object Query Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060628 | SAP |
| Last change | 20090618 | 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 IF_FDT_OBJECT_QUERY has no interface implemented.
Friends
Class IF_FDT_OBJECT_QUERY has no friend class.
Attributes
Class IF_FDT_OBJECT_QUERY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Close Cursor | 20060628 | |
| 2 | Instance method | Public | Method | Determin result fields from result table. | 20080924 | |
| 3 | Instance method | Public | Method | Fetch Data Package for the Cursor Selection | 20060628 | |
| 4 | Instance method | Public | Method | Field Information | 20060824 | |
| 5 | Instance method | Public | Method | Prepare Cursor Selection (set Metadata) | 20060628 | |
| 6 | Instance method | Public | Method | Selection | 20060824 |
Events
Class IF_FDT_OBJECT_QUERY has no event.
Types
Class IF_FDT_OBJECT_QUERY has no local type.
Method Signatures
Method CLOSE_CURSOR Signature
Method CLOSE_CURSOR on class IF_FDT_OBJECT_QUERY has no parameter.
Method CLOSE_CURSOR on class IF_FDT_OBJECT_QUERY has no exception.
Method DETERMIN_RESULT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_RESULT_FIELD | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_QUERYFIELD | 20080924 | ||||
| 2 | ITA_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20080924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080924 |
Method FETCH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETA_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Selected Data Package | 20060628 | |||
| 2 | EV_NO_MORE_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: No further Data available | 20060628 | |||
| 3 | IV_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 0 | Package Size (Default 0 means: Fetch All Data) | 20060824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20061024 |
Method GET_FIELD_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_FIELD_LIST | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TH_FIELD_LIST | 20060824 |
Method GET_FIELD_LIST on class IF_FDT_OBJECT_QUERY has no exception.
Method PREPARE_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT_CATEGORY_SEL | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>S_OBJECT_CATEGORY_SEL | Object categories - Default: Only Customizing and Syst. Obj. | 20071108 | |||
| 2 | ITA_FOAE_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | For Alll Entries: Table with Selection Data | 20060629 | |||
| 3 | ITS_FOAE_COND | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_FOAE_COND | For All Entries: Table with Field Mapping for Condition | 20060629 | |||
| 4 | ITS_RESULT_FIELD | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_QUERYFIELD | List of Requested Fields in the Result Table | 20060706 | |||
| 5 | ITS_SELECTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_SELECTION | List of Selections | 20060628 | |||
| 6 | IV_CROSS_CLIENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Select Client Specified i. e. Cross Client | 20060628 | ||
| 7 | IV_CROSS_VERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Cross Version Selection | 20060921 | ||
| 8 | IV_DELETED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>DELOPT | IF_FDT_QUERY=>GC_DELOPT_UNDELETED | Select Deleted / Undeleted / Both Objects | 20060628 | ||
| 9 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key for the Current Text Environment | 20060628 | ||
| 10 | IV_MEMORY_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>MEMOPT | IF_FDT_QUERY=>GC_MEMOPT_SAVED | Select Saved / Unsaved / Both Objects | 20060628 | ||
| 11 | IV_NAMED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>NAMOPT | IF_FDT_QUERY=>GC_NAMOPT_NAMED | Select Named / Unamed / Both Objects | 20060628 | ||
| 12 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp for Selection | 20060628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060628 |
Method SELECT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETA_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Selected Data | 20060824 | |||
| 2 | IS_OBJECT_CATEGORY_SEL | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>S_OBJECT_CATEGORY_SEL | Object categories - Default: Only Customizing and Syst. Obj. | 20071108 | |||
| 3 | ITA_FOAE_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | For Alll Entries: Table with Selection Data | 20060824 | |||
| 4 | ITS_FOAE_COND | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_FOAE_COND | For All Entries: Table with Field Mapping for Condition | 20060824 | |||
| 5 | ITS_RESULT_FIELD | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_QUERYFIELD | List of Requested Fields in the Result Table | 20060824 | |||
| 6 | ITS_SELECTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>TS_SELECTION | List of Selections | 20060824 | |||
| 7 | IV_CROSS_CLIENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Select Client Specified i. e. Cross Client | 20060824 | ||
| 8 | IV_CROSS_VERSION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: Select all Versions (Default: Working Version) | 20060922 | ||
| 9 | IV_DELETED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>DELOPT | IF_FDT_QUERY=>GC_DELOPT_UNDELETED | Select Deleted / Undeleted / Both Objects | 20060824 | ||
| 10 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key for the Current Text Environment | 20060824 | ||
| 11 | IV_MEMORY_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>MEMOPT | IF_FDT_QUERY=>GC_MEMOPT_SAVED | Select Saved / Unsaved / Both Objects | 20060824 | ||
| 12 | IV_NAMED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>NAMOPT | IF_FDT_QUERY=>GC_NAMOPT_NAMED | Select Named / Unamed / Both Objects | 20060824 | ||
| 13 | IV_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 0 | Package Size (Default 0 means: Fetch All Data) | 20060824 | ||
| 14 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp for Version Selection (Default: Working Version) | 20060824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060824 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |