Hierarchy
⤷
⤷
Properties
| Class | CL_POWL_QUERY_ACCESSOR | |
| Short Description | POWL query DB access class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GEN_PERSONAL_OBJECT_WORKLIST | generic worklist |
| Created | 20041201 | 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
Class CL_POWL_QUERY_ACCESSOR has no interface implemented.
Friends
Class CL_POWL_QUERY_ACCESSOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 10 | time in second after a lock expires | 20050401 | ||
| 2 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Reference to Message Manager | 20080314 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_POWL_MODEL | Attribute for storing Model instance | 20090831 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091013 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | POWL_THEME_TY | POWL workflow theme type | 20091013 | |||
| 6 | Static Attribute | Public | Type reference (TYPE) | GUID_32 | Guid for a session | 20080304 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | L_QUERY_LOCK_TTY | lock table for consitent query accesses | 20050401 | |||
| 8 | Static Attribute | Public | Type reference (TYPE) | BOOLEAN | Shadowing Flag | 20080304 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Activate the admin query at personalization | 20080523 | |
| 2 | Static method | Public | Method | activates given set of queries | 20050201 | |
| 3 | Static method | Public | Method | Assigns query to an application/role or to anuser | 20080421 | |
| 4 | Static method | Public | Method | returns 'X' if the activation data was updated | 20050520 | |
| 5 | Static method | Public | Method | create new query | 20041201 | |
| 6 | Static method | Public | Method | deactivates the given set of queries | 20050201 | |
| 7 | Static method | Public | Method | delete query | 20050203 | |
| 8 | Static method | Public | Method | delete query data from database | 20050304 | |
| 9 | Static method | Public | Method | Get Default View set in POWL_QUERY transaction | 20070124 | |
| 10 | Static method | Public | Method | delivers cached query results | 20041201 | |
| 11 | Static method | Public | Method | delivers selection criteria + selection parameters | 20050120 | |
| 12 | Static method | Public | Method | returns all queries, not fo any user | 20090927 | |
| 13 | Static method | Public | Method | Gets query details | 20080218 | |
| 14 | Static method | Public | Method | returns current result count for an active query | 20050818 | |
| 15 | Static method | Public | Method | get current activation data for specified query | 20050215 | |
| 16 | Static method | Public | Method | returns all queries visible to the user | 20041201 | |
| 17 | Static method | Public | Method | read status | 20090927 | |
| 18 | Static method | Public | Method | writes new query data to database | 20041201 | |
| 19 | Static method | Public | Method | write selection criteria + selection parameters | 20050120 | |
| 20 | Static method | Public | Method | updates query activation on DB based on supplied query data | 20050322 | |
| 21 | Static method | Public | Method | Update the act query last usage time | 20100412 | |
| 22 | Static method | Public | Method | Updates query description in sy-langu | 20050425 | |
| 23 | Static method | Public | Method | updates query meta data on database table POWL_QUERY | 20071010 | |
| 24 | Static method | Public | Method | 20091007 | ||
| 25 | Static method | Public | Method | write status | 20090927 |
Events
Class CL_POWL_QUERY_ACCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | L_QUERY_LOCK_STY | Private | See coding | Structure for query access locks | 20050401 | BEGIN OF l_query_lock_sty,
query TYPE powl_query_ty,
l_mode TYPE char1,
l_count type i,
l_ts type timestampl,
END OF l_query_lock_sty
|
|
| 2 | L_QUERY_LOCK_TTY | Private | See coding | Table for query access locks | 20050401 | l_query_lock_tty TYPE HASHED TABLE OF l_query_lock_sty WITH UNIQUE KEY query
|
Method Signatures
Method ACTIVATE_ADMIN_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACT_QUERIES | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | query infos | 20080523 |
Method ACTIVATE_ADMIN_QUERY on class CL_POWL_QUERY_ACCESSOR has no exception.
Method ACTIVATE_QUERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QUERIES | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | Abfrageinformationen | 20050202 |
Method ACTIVATE_QUERIES on class CL_POWL_QUERY_ACCESSOR has no exception.
Method ASSIGN_QUERY_TO_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVE | Call by reference | Type reference (TYPE) | POWL_ACTIVATION_TY | 'X' | Activation | 20080422 | ||
| 2 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20080422 | |||
| 3 | I_CATEGORY | Call by reference | Type reference (TYPE) | POWL_CATEGORY_TY | Category | 20080422 | |||
| 4 | I_CAT_QUERY_SEQ | Call by reference | Type reference (TYPE) | POWL_QUERY_SEQ_TY | sequence number for a query | 20080422 | |||
| 5 | I_CAT_SEQUENCE | Call by reference | Type reference (TYPE) | POWL_CAT_SEQ_TY | sequence number for POWL query category | 20080422 | |||
| 6 | I_MANDT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20080422 | ||
| 7 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Query ID | 20080422 | |||
| 8 | I_ROLE | Call by reference | Type reference (TYPE) | AGR_NAME | Role Name | 20080422 | |||
| 9 | I_TABS_QUERY_SEQ | Call by reference | Type reference (TYPE) | POWL_TAB_SEQ_TY | sequence number for a query tabstrip | 20080422 | |||
| 10 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20080422 |
Method ASSIGN_QUERY_TO_APPLICATION on class CL_POWL_QUERY_ACCESSOR has no exception.
Method CHECK_ACT_DATA_UPDATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | (Aktuelle) Abfragedaten zum Vergleich | 20050520 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | POWL_XFLAG_TY | X-Kennzeichen | 20050520 |
Method CHECK_ACT_DATA_UPDATED on class CL_POWL_QUERY_ACCESSOR has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATE | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | SPACE | Abfrage sofort aktivieren | 20050201 | ||
| 2 | I_ADMIN_QUERY | Call by reference | Type reference (TYPE) | POWL_ADMIN_TY | SPACE | als Administrationsabfrage anlegen | 20050307 | ||
| 3 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Anwendungs-ID für Aktivierung | 20050202 | |||
| 4 | I_CATEGORY | Call by reference | Type reference (TYPE) | POWL_CATEGORY_TY | Kategorie für Aktivierung | 20050202 | |||
| 5 | I_CRIT_DEF | Call by reference | Type reference (TYPE) | POWL_SELCRIT_TTY | Metabeschreibung für Selektionskriterien | 20050201 | |||
| 6 | I_CRIT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Selektionskriterienwerte für die Abfrage | 20050201 | |||
| 7 | I_DEFAULT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Standardwerte für Selektionskriterien | 20050216 | |||
| 8 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | POWL_QUERYDESCR_TY | Abfragebeschreibung | 20050201 | |||
| 9 | I_DYN_DATA | Call by reference | Type reference (TYPE) | POWL_DYN_DATA_TTY | POWL dynamic data table | 20080314 | |||
| 10 | I_EST_TIME | Call by reference | Type reference (TYPE) | POWL_ESTTIME_TY | geschätzter Zeitaufwand für Auffrischvorgang in Sekunden | 20050429 | |||
| 11 | I_MASTER_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Admin-Masterabfrage-ID | 20050201 | |||
| 12 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Abfrage-ID | 20050201 | |||
| 13 | I_REFRESH_DATE | Call by reference | Type reference (TYPE) | POWL_REFRESHD_TY | Auffrischdatum | 20050429 | |||
| 14 | I_REFRESH_TIME | Call by reference | Type reference (TYPE) | POWL_REFRESHT_TY | Auffrischuhrzeit | 20050429 | |||
| 15 | I_REFRESH_TYPE | Call by reference | Type reference (TYPE) | POWL_REFRESH_TY | Query refresh type | 20090220 | |||
| 16 | I_REFRESH_TZONE | Call by reference | Type reference (TYPE) | POWL_REFRESHZ_TY | Auffrischzeitzone | 20050429 | |||
| 17 | I_RESULTS | Call by reference | Type reference (TYPE) | POWL_CRESULT_STY | in Cache abzulegende Abfrageergebnisse | 20050201 | |||
| 18 | I_SYNC_REFRESH | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | SPACE | Kennzeichen: nur synchrone Abfrageauffrischvorgänge | 20050322 | ||
| 19 | I_TEMP_QUERY | Call by reference | Type reference (TYPE) | POWL_TEMP_TY | SPACE | Kennzeichen: temporäre Abfrage | 20050307 | ||
| 20 | I_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | ID des POWL-Typs | 20050201 | |||
| 21 | I_WORKFLOW_RESULT_COUNT | Call by reference | Type reference (TYPE) | POWL_COUNT_TY | workflow worklist result type | 20090828 | |||
| 22 | R_NEW_QUERY | Value transfer | Type reference (TYPE) | POWL_QUERY_STY | Daten der neu hinzugefügten Abfrage | 20050201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Zugriff auf Abfrage in Datenbank | 20050202 |
Method DEACTIVATE_QUERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QUERIES | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | Abfrageinformationen | 20050202 |
Method DEACTIVATE_QUERIES on class CL_POWL_QUERY_ACCESSOR has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | Abfragemetadaten | 20050203 |
Method DELETE on class CL_POWL_QUERY_ACCESSOR has no exception.
Method DELETE_CACHED_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | Abfragedaten | 20050401 |
Method DELETE_CACHED_RESULTS on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_ADMIN_DEFAULT_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | User Query | 20070124 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | POWL_DEF_VIEW_TY | Default ALV Layout View | 20070124 |
Method GET_ADMIN_DEFAULT_VIEW on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_CACHED_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20050614 | |||
| 2 | E_RESULTS | Call by reference | Type reference (TYPE) | POWL_CRESULT_STY | Gecachte Ergebnisse nach I_TYPE_DEFINITION strukturiert | 20041201 | |||
| 3 | E_TO_BE_REFRESHED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Kennzeichen: Abfrageergebnisse sollen aktualisiert werden | 20050902 | |||
| 4 | E_VISIBLE_FIELDS | Call by reference | Type reference (TYPE) | POWL_VISIBLE_COLS_TTY | table of visible columns | 20080314 | |||
| 5 | I_CACHE_ID | Call by reference | Type reference (TYPE) | GUID_32 | Eregbnis-Cache-ID | 20050201 | |||
| 6 | I_OBJECT_DEFINITION | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Objekttypdefinition der im Cache abgelegten Ergebnisse | 20041207 | |||
| 7 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Abfrage-ID | 20050401 | |||
| 8 | I_SHADOW_GUIDS | Call by reference | Type reference (TYPE) | POWL_GUID_TTY | Table of Guids | 20080304 | |||
| 9 | I_SHADOW_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080304 | |||
| 10 | I_SHADOW_SESSION_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080304 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abfrageimport fehlgeschlagen | 20050228 |
Method GET_CACHED_SELCRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CRIT_DEF | Call by reference | Type reference (TYPE) | POWL_SELCRIT_TTY | Metabeschreibung für Selektionskriterien | 20050120 | |||
| 2 | E_CRIT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Selektionskriterienwerte der Query | 20050120 | |||
| 3 | E_DEFAULT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Standardwerte für Selektionskriterien | 20050216 | |||
| 4 | E_DYN_DATA | Call by reference | Type reference (TYPE) | POWL_DYN_DATA_TTY | POWL dynamic data table | 20080314 | |||
| 5 | E_LANGU | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20050614 | |||
| 6 | E_QSEARCH_EXPANDED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | Kennzeichen: Schnellsuche expandiert | 20050120 | |||
| 7 | E_UPDATE_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | timestamp of last selection criteria update | 20051208 | |||
| 8 | I_IS_MASTER_QUERY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080507 | ||||
| 9 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Abfrage-ID | 20050120 | |||
| 10 | I_SHADOW_GUIDS | Call by reference | Type reference (TYPE) | POWL_GUID_TTY | Table of Guids | 20080304 | |||
| 11 | I_SHADOW_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080304 | |||
| 12 | I_SHADOW_SESSION_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080304 |
Method GET_CACHED_SELCRIT on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_QUERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VISIBLE_QUERIES | Value transfer | Type reference (TYPE) | POWL_QUERY_TTY | available queries | 20090927 | |||
| 2 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090927 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | LANG | language | 20090927 | |||
| 4 | I_VISTYPES | Call by reference | Type reference (TYPE) | POWL_TYPE_TTY | object types | 20090927 |
Method GET_QUERIES on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_QUERY_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | query infos | 20080218 | |||
| 2 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Query ID | 20080218 |
Method GET_QUERY_DETAILS on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_QUERY_RESULT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | POWL_COUNT_TY | entry counter | 20081119 | |||
| 2 | E_SUBRC | Value transfer | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20081119 | |||
| 3 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | Abfragedaten | 20050818 |
Method GET_QUERY_RESULT_COUNT on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_UPDATED_QUERY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QUERY_TO_UPDATE | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | zu aktualisierende Abfrage | 20050215 |
Method GET_UPDATED_QUERY_DATA on class CL_POWL_QUERY_ACCESSOR has no exception.
Method GET_VISIBLE_QUERIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VISIBLE_QUERIES | Value transfer | Type reference (TYPE) | POWL_QUERY_TTY | verfügbare Abfragen | 20041201 | |||
| 2 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Anwendungs-ID | 20041201 | |||
| 3 | I_AUTHORITIES | Call by reference | Type reference (TYPE) | POWL_AUTHORITIES_STY | POWL-Berechtigungen | 20050203 | |||
| 4 | I_LANGU | Call by reference | Type reference (TYPE) | LANG | Sprache | 20050203 | |||
| 5 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | Benutzername | 20050203 | |||
| 6 | I_VISTYPES | Call by reference | Type reference (TYPE) | POWL_TYPE_TTY | Objekttypen | 20041201 |
Method GET_VISIBLE_QUERIES on class CL_POWL_QUERY_ACCESSOR has no exception.
Method READ_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20090927 | |||
| 2 | I_QUERY_STATUS | Call by reference | Type reference (TYPE) | CHAR10 | Character Field Length = 10 | 20090927 | |||
| 3 | I_STATUS_OF | Call by reference | Type reference (TYPE) | STRING | 20090927 |
Method READ_STATUS on class CL_POWL_QUERY_ACCESSOR has no exception.
Method SET_CACHED_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CACHE_ID | Call by reference | Type reference (TYPE) | GUID_32 | Eregbnis-Cache-ID | 20050201 | |||
| 2 | I_DEF_TECHNICAL_COL | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | SPACE | flag: technical column as default setting | 20070301 | ||
| 3 | I_FIELDCAT | Call by reference | Type reference (TYPE) | POWL_FIELDCAT_TTY | Metabeschreibung für Feldkatalog | 20041201 | |||
| 4 | I_FIELDCAT_CHANGED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | 'X' | Kennzeichen: Feldkatalogänderung beim letzten Auffrischen | 20050124 | ||
| 5 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050614 | ||
| 6 | I_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Nachrichtenmetabeschreibung | 20041201 | |||
| 7 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Abfrage-ID | 20050331 | |||
| 8 | I_RESULTS | Call by reference | Type reference (TYPE) | INDEX TABLE | Abfrageergebnisse | 20041201 | |||
| 9 | I_SESSION_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080304 | |||
| 10 | I_SHADOW_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080304 | |||
| 11 | I_TO_BE_REFRESHED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | SPACE | Kennzeichen: Abfrageergebnisse sollen aktualisiert werden | 20050902 | ||
| 12 | I_VISIBLE_COLS_COUNT | Call by reference | Type reference (TYPE) | I | 5 | Gleichzeitig sichtbare Spalten | 20050721 | ||
| 13 | I_VISIBLE_FIELDS | Call by reference | Type reference (TYPE) | POWL_VISIBLE_COLS_TTY | table of visible columns | 20080314 | |||
| 14 | I_VISIBLE_ROWS_COUNT | Call by reference | Type reference (TYPE) | I | 5 | Gleichzeitig sichtbare Zeilen | 20050721 |
Method SET_CACHED_RESULTS on class CL_POWL_QUERY_ACCESSOR has no exception.
Method SET_CACHED_SELCRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UPDATE_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | criteria update timestamp | 20051208 | |||
| 2 | I_CRIT_DEF | Call by reference | Type reference (TYPE) | POWL_SELCRIT_TTY | Metabeschreibung für Selektionskriterien | 20050120 | |||
| 3 | I_CRIT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Selektionskriterienwerte | 20050120 | |||
| 4 | I_DEFAULT_PARA | Call by reference | Type reference (TYPE) | RSPARAMS_TT | Standardwerte für Selektionskriterien | 20050216 | |||
| 5 | I_DYN_DATA | Call by reference | Type reference (TYPE) | POWL_DYN_DATA_TTY | POWL dynamic data table | 20080314 | |||
| 6 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050614 | ||
| 7 | I_QSEARCH_EXPANDED | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | SPACE | Kennzeichen: Schnellsuche expandiert | 20050120 | ||
| 8 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_TY | Abfrage-ID | 20050120 | |||
| 9 | I_SESSION_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080304 | |||
| 10 | I_SHADOW_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080304 |
Method SET_CACHED_SELCRIT on class CL_POWL_QUERY_ACCESSOR has no exception.
Method UPDATE_ACTIVATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_DATA | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | Abfragedaten | 20050322 |
Method UPDATE_ACTIVATION on class CL_POWL_QUERY_ACCESSOR has no exception.
Method UPDATE_ACT_QUERY_USED_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | query definitions | 20100412 |
Method UPDATE_ACT_QUERY_USED_TIME on class CL_POWL_QUERY_ACCESSOR has no exception.
Method UPDATE_QUERY_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERIES | Call by reference | Type reference (TYPE) | POWL_QUERY_TTY | Abfrageinformationen | 20050425 |
Method UPDATE_QUERY_DESCRIPTION on class CL_POWL_QUERY_ACCESSOR has no exception.
Method UPDATE_QUERY_META_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_QUERY_DATA | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | query meta data | 20071010 |
Method UPDATE_QUERY_META_DATA on class CL_POWL_QUERY_ACCESSOR has no exception.
Method UPDATE_STATUS_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QUERY_DATA | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | query infos | 20091007 |
Method UPDATE_STATUS_FLAG on class CL_POWL_QUERY_ACCESSOR has no exception.
Method WRITE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_QUERY | Call by reference | Type reference (TYPE) | POWL_QUERY_STY | query definitions | 20090927 | |||
| 2 | I_QUERY_STATUS | Call by reference | Type reference (TYPE) | CHAR10 | Single-Character Flag | 20090927 | |||
| 3 | I_STATUS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20090927 | |||
| 4 | I_STATUS_OF | Call by reference | Type reference (TYPE) | STRING | 20090927 |
Method WRITE_STATUS on class CL_POWL_QUERY_ACCESSOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 600 |