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