SAP ABAP Class CL_SLAD_QUERY (Superclass for Alle Queries)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SLAD_UI_MAINTENANCE (Package) Layer Aware Debugging: Maintenance User Interface

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SLAD_QUERY | 20060531 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_QUERY_INCL_INTERFACE | SLAD: Find Packages | 20060623 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_QUERY_PAK_W_CHILDREN | SLAD: Find Packages | 20060623 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_QUERY_PROCEDURE | SLAD: Find Packages | 20060623 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_QUERY_PROGRAM | SLAD: Find Programs | 20060623 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_QUERY_SINGLE_PAK | SLAD: Find Packages | 20060623 |
Properties
Class | CL_SLAD_QUERY | |
Short Description | Superclass for Alle Queries | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLAD_UI_MAINTENANCE | Layer Aware Debugging: Maintenance User Interface |
Created | 20060531 | SAP |
Last change | 20090618 | SAP |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SLAD_QUERY | 20060531 |
Friends
Class CL_SLAD_QUERY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060623 | ||||
2 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_SLAD_QUERY' | Object Type Name | 20060623 | |
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060623 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060623 | ||||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CL_SLAD_QUERY=>TY_QUERY_IT | 20060623 | |||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060623 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20060623 | |
2 | ![]() |
Static method | Public | Method | 20060623 |
Events
Class CL_SLAD_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_QUERY | Public | See coding | 20060623 | BEGIN OF ty_query ,
query_class TYPE cl_slad_object_set=>ty_value_set_query,
basic_type TYPE cl_slad_object_set=>ty_value_set_type,
default_query type flag,
descr TYPE string,
END OF ty_query
|
||
2 | TY_QUERY_IT | Public | See coding | 20060623 | ty_query_it TYPE STANDARD TABLE OF ty_query WITH NON-UNIQUE KEY query_class
|
Method Signatures
Method FACTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_QUERY | Value transfer | Object reference (TYPE REF TO) | IF_SLAD_QUERY | 20060623 | |||
2 | ![]() |
P_QUERY_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20060623 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SLAD: Query existiert nicht | 20060623 |
Method GET_QUERIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_QUERIES_IT | Value transfer | Type reference (TYPE) | CL_SLAD_QUERY=>TY_QUERY_IT | 20060623 |
Method GET_QUERIES on class CL_SLAD_QUERY has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 710 |