SAP ABAP Class CL_SQF_QUERY_DATA_CONTAINER (Query data container)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL (Application Component) Workbench Utilities
⤷
SQF_API (Package) API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SQF_QUERY_DATA_CONTAINER | Container for query data | 20080313 |
Properties
| Class | CL_SQF_QUERY_DATA_CONTAINER | |
| Short Description | Query data container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SQF_API | API |
| Created | 20080313 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SQF_QUERY_DATA_CONTAINER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SQF_QUERY_DATA_CONTAINER | Container for query data | 20080313 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SQF_CONTROLLER | 20080805 | Controller |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TY_ITEM_LIST | Item list | 20080313 |
Methods
Class CL_SQF_QUERY_DATA_CONTAINER has no method.
Events
Class CL_SQF_QUERY_DATA_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ITEM | Public | See coding | 20080313 | begin of ty_item,
id type string,
writer type ref to cl_sxml_string_writer,
data type ref to if_sqf_query_data,
end of ty_item
|
||
| 2 | TY_ITEM_DIR | Public | See coding | 20080805 | ty_item_dir type sorted table of string with unique key table_line
|
||
| 3 | TY_ITEM_LIST | Public | See coding | 20080313 | ty_item_list type sorted table of ty_item with unique key id
|
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |