SAP ABAP Class CL_WDKQ_DB_ACCESSOR (Access to WDKQ tables)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_REPORTING_UI (Package) General Reporting UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDK_REPORTING_CONSTANTS | Constants for Kayak Reporting | 20060920 |
Properties
| Class | CL_WDKQ_DB_ACCESSOR | |
| Short Description | Access to WDKQ tables | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WDK_REPORTING_UI | General Reporting UI |
| Created | 20060626 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDK_REPORTING_CONSTANTS | Constants for Kayak Reporting | 20060920 |
Friends
Class CL_WDKQ_DB_ACCESSOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | AQLQID | InfoSet Query | 20070416 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | WDKQACTIONPAR_TTY | InfoSet Query specific POWL action parameter | 20060626 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | WDKQHELP_TTY | InfoSet Query selcrit f4 helps | 20060920 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | WDKQLAYOUT_TTY | InfoSet Query POWL: Mapping Table for Selcrit ID's | 20060920 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | WDKQRADIOT_TTY | Text Table for WDKQRADIO | 20060920 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WDKQSELCRITMAP_TTY | InfoSet Query POWL: Mapping Table for Selcrit ID's | 20060920 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SOBJ_NAME | Name of assigned check class | 20061124 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | SOBJ_NAME | Name of assigned layout class | 20061124 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060626 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCES | 20060626 | ||||
| 14 | Static Attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Kayak System Yes/No | 20070302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070302 | |
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20060626 | |
| 3 | Instance method | Private | Method | Fill buffers | 20060626 | |
| 4 | Instance method | Private | Method | Filter Actions based on OBN implementation in PFCG roles | 20070302 | |
| 5 | Instance method | Public | Method | Get InfoSet Query POWL specific action by ID | 20060626 | |
| 6 | Instance method | Public | Method | Get InfoSet Query POWL specific actions | 20060626 | |
| 7 | Instance method | Public | Method | Get Parameter of InfoSet Query POWL specific action | 20060626 | |
| 8 | Instance method | Public | Method | Get InfoSet Query selcrit f4 helps | 20060920 | |
| 9 | Static method | Public | Method | Get database accessor instance | 20060626 | |
| 10 | Instance method | Public | Method | Get InfoSet Query POWL check class | 20061124 | |
| 11 | Instance method | Public | Method | Get Infoset Query and Usergroup | 20060926 | |
| 12 | Instance method | Public | Method | Get InfoSet Query POWL specific link actions | 20060626 | |
| 13 | Static method | Public | Method | Get POWL application ID and POWL default query | 20060920 | |
| 14 | Instance method | Public | Method | Get POWL layout information | 20060920 | |
| 15 | Instance method | Public | Method | Get InfoSet Query POWL layout class | 20060920 | |
| 16 | Instance method | Public | Method | Get RadioButtonGroup description | 20060920 | |
| 17 | Instance method | Public | Method | Get new selcrit ID | 20060920 | |
| 18 | Instance method | Public | Method | Get InfoSet Query POWL specific toolbar actions | 20060626 | |
| 19 | Static method | Public | Method | Get InfoSet Query POWL type by POWL application id | 20060926 |
Events
Class CL_WDKQ_DB_ACCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCES | Private | See coding | 20060626 | BEGIN OF ts_instances,
powl_type TYPE powl_type_ty,
instance TYPE REF TO cl_wdkq_db_accessor,
END OF ts_instances
|
||
| 2 | TT_INSTANCES | Private | See coding | 20060626 | tt_instances TYPE STANDARD TABLE OF ts_instances
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WDKQ_DB_ACCESSOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDKQ_DB_ACCESSOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
Method DB_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
Method FILTER_PFCG_OBN_TARGETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTIONS | Call by reference | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20070302 |
Method FILTER_PFCG_OBN_TARGETS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | Action identifier | 20060626 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | WDKQACTIONS_STY | InfoSet Query specific POWL actions | 20060626 |
Method GET_ACTION on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 |
Method GET_ACTIONS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_ACTION_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | Action identifier | 20060626 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | WDKQACTIONPAR_TTY | InfoSet Query specific POWL action parameter | 20060626 |
Method GET_ACTION_PARAMS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_F4_HELPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | WDKQHELP_TTY | Assignment of F4 help to POWL selcrits | 20060920 |
Method GET_F4_HELPS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060626 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WDKQ_DB_ACCESSOR | Access to WDKQ tables | 20060626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
Method GET_ISQ_CHECK_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SOBJ_NAME | Name of check class | 20061124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061124 |
Method GET_ISQ_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | AQLQID | SAP Query (L): Complete Identification of a Query | 20060926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060926 |
Method GET_LINK_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 |
Method GET_LINK_ACTIONS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_POWL_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20060920 | |||
| 2 | EV_DEF_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Query ID | 20060920 | |||
| 3 | IV_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060920 |
Method GET_POWL_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | WDKQLAYOUT_TTY | InfoSet Query POWL: Layout infos | 20060920 |
Method GET_POWL_LAYOUT on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_POWL_LAYOUT_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SOBJ_NAME | Name of layout class | 20060920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060920 |
Method GET_RADIOBUTTGR_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RADIO_GROUP | Call by reference | Type reference (TYPE) | IQXRGROUP | Radiobutton group | 20060920 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | REPTEXT | Description | 20060920 |
Method GET_RADIOBUTTGR_DESCR on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_SELCRIT_NEW_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEM | Call by reference | Type reference (TYPE) | WDK_ISQ_UIELEM | InfoSet Query UI Element type | 20060920 | |||
| 2 | IV_SELCRIT_ORG | Call by reference | Type reference (TYPE) | RSSCR_NAME | ABAP/4: Name of SELECT-OPTION / PARAMETER | 20060920 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | RSSCR_NAME | ABAP/4: Name of SELECT-OPTION / PARAMETER | 20060920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060920 |
Method GET_TOOLBAR_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | WDKQACTIONS_TTY | InfoSet Query specific POWL actions | 20060626 |
Method GET_TOOLBAR_ACTIONS on class CL_WDKQ_DB_ACCESSOR has no exception.
Method GET_TYPE_BY_APPLID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLID | Call by reference | Type reference (TYPE) | FPB_APPID | Personalization Application Name | 20060926 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20060926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060926 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |