SAP ABAP Class CL_AXT_UI_SRC_QUR_HANDLER (Context node handler for query attributes)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_RUNTIME (Package) Extensibility Runtime components
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_PLACE_HANDLER | Ext. access to a place | 20080516 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EMBED_PLACE_HANDLER | Handling Embedding with Default Values for BOL UI | 20100506 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_SRC_QUR_REG_HANDLER | Search Query Handler based on Registry | 20100506 |
Properties
| Class | CL_AXT_UI_SRC_QUR_HANDLER | |
| Short Description | Context node handler for query attributes | |
| Super Class | CL_AXT_PLACE_HANDLER | Ext. access to a place |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RUNTIME | Extensibility Runtime components |
| Created | 20080516 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_AXT_UI_SRC_QUR_HANDLER has no interface implemented.
Friends
Class CL_AXT_UI_SRC_QUR_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_BSP_WD_VALUEHELP_PLDESCR | 20080609 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | LTY_T_CODE_REPLACEMENT | 20080624 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090922 | ||
| 2 | Instance method | Public | Method | 20080624 | ||
| 3 | Instance method | Public | Method | 20080516 | ||
| 4 | Static method | Private | Method | 20080609 |
Events
Class CL_AXT_UI_SRC_QUR_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_CODE_REPLACEMENT | Private | See coding | 20080624 | BEGIN OF lty_code_replacement,
field_id TYPE axt_field_id,
code TYPE string,
real_code TYPE string,
END OF lty_code_replacement
|
||
| 2 | LTY_T_CODE_REPLACEMENT | Private | See coding | 20080625 | lty_t_code_replacement TYPE SORTED TABLE OF lty_code_replacement WITH UNIQUE KEY field_id code
|
Method Signatures
Method ADD_CODE_REPLACEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CODE | Call by reference | Type reference (TYPE) | STRING | 20090922 | ||||
| 2 | IV_FIELD_ID | Call by reference | Type reference (TYPE) | AXT_FIELD_ID | Field ID | 20090922 | |||
| 3 | IV_REAL_CODE | Call by reference | Type reference (TYPE) | STRING | 20090922 |
Method ADD_CODE_REPLACEMENT on class CL_AXT_UI_SRC_QUR_HANDLER has no exception.
Method ADJUST_QUERY_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PARAMS | Call by reference | Type reference (TYPE) | GENILT_SELECTION_PARAMETER_TAB | Complex Search Condition | 20080624 | |||
| 2 | CT_SIMPLE_PARAMS | Call by reference | Type reference (TYPE) | CRMT_NAME_VALUE_PAIR_TAB | Parameter Table of Name-Value Pairs | 20101013 | |||
| 3 | IT_REMAP | Call by reference | Type reference (TYPE) | CL_AXT_UI_CONTEXT_NODE_HANDLER=>LTY_T_REMAP | 20100209 | ||||
| 4 | IV_EMPTY_PARAMS_FILTERED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080625 | ||||
| 5 | IV_X_REMAP | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | Boolean | 20100209 |
Method ADJUST_QUERY_PARAM on class CL_AXT_UI_SRC_QUR_HANDLER has no exception.
Method FILTER_OPERATORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OPERATORS | Call by reference | Type reference (TYPE) | GENILT_OPTION_TAB | Operators for selection parameter of dynamic query attribute | 20080516 | |||
| 2 | IV_FIELD_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20080516 | |||
| 3 | IV_POSITIVE_LIST | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090527 |
Method FILTER_OPERATORS on class CL_AXT_UI_SRC_QUR_HANDLER has no exception.
Method GET_CHECKBOX_DDLB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DDLB | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_VALUEHELP_PLDESCR | 20080609 |
Method GET_CHECKBOX_DDLB on class CL_AXT_UI_SRC_QUR_HANDLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |