SAP ABAP Interface /BCV/IF_QRM_QUERY_CFG (Read query configuration)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/QRM (Package) BCV Query Management Layer
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BCV/CL_QRM_QUERY_CFG | Query configuration | 20090220 |
Properties
| Interface | /BCV/IF_QRM_QUERY_CFG | |
| Short Description | Read query configuration |
General Data
| Package | /BCV/QRM | BCV Query Management Layer |
| Created | 20090210 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface /BCV/IF_QRM_QUERY_CFG has no forward declaration.
Interfaces
Interface /BCV/IF_QRM_QUERY_CFG has no interface.
Friends
Interface /BCV/IF_QRM_QUERY_CFG has no friend.
Attributes
Interface /BCV/IF_QRM_QUERY_CFG has no attribute.
Methods
Events
Interface /BCV/IF_QRM_QUERY_CFG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_QATTR_T | Public | See coding | 20090211 | BEGIN OF ts_qattr_t.
INCLUDE TYPE /bcv/c_qattr.
INCLUDE TYPE /bcv/s_qattrt_d.
TYPES: END OF ts_qattr_t
|
||
| 2 | TT_CLFT | Public | See coding | 20090210 | tt_clft TYPE SORTED TABLE OF /bcv/c_clft WITH UNIQUE KEY context_key langu
|
||
| 3 | TT_QATTR | Public | See coding | 20090210 | tt_qattr TYPE SORTED TABLE OF /bcv/c_qattr WITH UNIQUE KEY QUERY_ID attribute_id
|
||
| 4 | TT_QATTRT | Public | See coding | 20090210 | tt_qattrt TYPE SORTED TABLE OF /bcv/c_qattrt WITH UNIQUE KEY QUERY_ID attribute_id langu
|
||
| 5 | TT_QATTR_T | Public | See coding | 20090211 | tt_qattr_t TYPE SORTED TABLE OF ts_qattr_t WITH UNIQUE KEY QUERY_ID attribute_id
|
||
| 6 | TT_QCLF | Public | See coding | 20090210 | tt_qclf TYPE SORTED TABLE OF /bcv/c_qclf WITH UNIQUE KEY QUERY_ID context_key
|
||
| 7 | TT_QFORM | Public | See coding | 20090210 | tt_qform TYPE SORTED TABLE OF /bcv/c_qform WITH UNIQUE KEY QUERY_ID formula_id
|
||
| 8 | TT_QFPAR | Public | See coding | 20090210 | tt_qfpar TYPE SORTED TABLE OF /bcv/c_qfpar WITH UNIQUE KEY QUERY_ID formula_id parameter_id
|
||
| 9 | TT_QHEAD | Public | See coding | 20090221 | tt_qhead TYPE SORTED TABLE OF /bcv/c_qhead WITH UNIQUE KEY query_id
|
||
| 10 | TT_QHEADT | Public | See coding | 20090210 | tt_qheadt TYPE SORTED TABLE OF /bcv/c_qheadt WITH UNIQUE KEY QUERY_ID langu
|
||
| 11 | TT_QJOIN | Public | See coding | 20090210 | tt_qjoin TYPE SORTED TABLE OF /bcv/c_qjoin WITH UNIQUE KEY QUERY_ID join_id
|
||
| 12 | TT_QJOINC | Public | See coding | 20090210 | tt_qjoinc TYPE SORTED TABLE OF /bcv/c_qjoinc WITH UNIQUE KEY QUERY_ID join_id criterion_id
|
||
| 13 | TT_QRESA | Public | See coding | 20090210 | tt_qresa TYPE SORTED TABLE OF /bcv/c_qresa WITH UNIQUE KEY QUERY_ID attribute_id
|
||
| 14 | TT_QSCON | Public | See coding | 20090210 | tt_qscon TYPE SORTED TABLE OF /bcv/c_qscon WITH UNIQUE KEY QUERY_ID search_id WITH NON-UNIQUE SORTED KEY sin_search_id COMPONENTS sin_search_id
|
||
| 15 | TT_QSCONT | Public | See coding | 20090210 | tt_qscont TYPE SORTED TABLE OF /bcv/c_qscont WITH UNIQUE KEY QUERY_ID search_id langu
|
||
| 16 | TT_QSELC | Public | See coding | 20090210 | tt_qselc TYPE SORTED TABLE OF /bcv/c_qselc WITH UNIQUE KEY QUERY_ID criterion_id
|
||
| 17 | TT_QVAR | Public | See coding | 20090210 | tt_qvar TYPE SORTED TABLE OF /bcv/c_qvar WITH UNIQUE KEY QUERY_ID variable_id
|
Method Signatures
Method CLEAR_DB_BUFFERS Signature
Method CLEAR_DB_BUFFERS on Interface /BCV/IF_QRM_QUERY_CFG has no parameter.
Method CLEAR_DB_BUFFERS on Interface /BCV/IF_QRM_QUERY_CFG has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QATTR | Value transfer | Type reference (TYPE) | TT_QATTR | Table of query attributes | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for acces to configuration | 20090220 |
Method GET_ATTRIBUTE_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QATTRT | Value transfer | Type reference (TYPE) | TT_QATTRT | Table of query attribute descriptions | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_CONTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QCLF | Value transfer | Type reference (TYPE) | TT_QCLF | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_FORMULAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QFORM | Value transfer | Type reference (TYPE) | TT_QFORM | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_FORMULA_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QFPAR | Value transfer | Type reference (TYPE) | TT_QFPAR | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_QHEAD | Value transfer | Type reference (TYPE) | /BCV/C_QHEAD | Query header | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_HEADER_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QHEADT | Value transfer | Type reference (TYPE) | TT_QHEADT | Query header descriptions | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_JOINS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QJOIN | Value transfer | Type reference (TYPE) | TT_QJOIN | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_JOIN_CONDITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QJOINC | Value transfer | Type reference (TYPE) | TT_QJOINC | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_QUERY_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXIST | Value transfer | Type reference (TYPE) | XFELD | 'X': Query exists on database | 20100705 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for acces to configuration | 20100705 |
Method GET_RESULT_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QRESA | Value transfer | Type reference (TYPE) | TT_QRESA | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SEARCH_CONNECTORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QSCON | Value transfer | Type reference (TYPE) | TT_QSCON | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SEARCH_CONNECTOR_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QSCONT | Value transfer | Type reference (TYPE) | TT_QSCONT | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SELECTION_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QSELC | Value transfer | Type reference (TYPE) | TT_QSELC | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SINGLE_ATTRIBUTE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_ATTRIBUTE_ID | Query Field ID | 20090211 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key | 20090211 | ||
| 3 | RS_QATTRT_D | Value transfer | Type reference (TYPE) | /BCV/S_QATTRT_D | Query attribute description - data portion of DB table | 20090211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SINGLE_CONTEXT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT_KEY | Call by reference | Type reference (TYPE) | /BCV/FND_CONTEXT_KEY | 20090211 | ||||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20090211 | |||
| 3 | RS_CLFT | Value transfer | Type reference (TYPE) | /BCV/C_CLFT | 20090211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SINGLE_HEADER_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20090211 | |||
| 2 | RS_QHEADT_D | Value transfer | Type reference (TYPE) | /BCV/S_QHEADT_D | Query header description - data portion of DB table | 20090211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_SINGLE_SCONNECTOR_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | 20090211 | |||
| 2 | IV_SEARCH_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_SEARCH_ID | 20090211 | ||||
| 3 | RS_QSCONT_D | Value transfer | Type reference (TYPE) | /BCV/S_QSCONT_D | 20090211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
Method GET_VARIABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_QVAR | Value transfer | Type reference (TYPE) | TT_QVAR | 20090210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090220 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |