SAP ABAP Class CL_ODQ_UTILITIES (Utilities/Methods for Operational Delta Queue)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SODQS (Package) Operational Delta Queue Services
⤷
⤷
Properties
| Class | CL_ODQ_UTILITIES | |
| Short Description | Utilities/Methods for Operational Delta Queue | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | SODQ | |
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20090922 | SAP |
| Last change | 20140121 | 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) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ODQ_UTILITIES has no interface implemented.
Friends
Class CL_ODQ_UTILITIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | '42584D4C3F03564552' | 20091130 | ||||
| 2 | Constant | Private | Type reference (TYPE) | I | 9 | 20091130 | |||
| 3 | Constant | Private | Type reference (TYPE) | I | 4 | 20120918 | |||
| 4 | Constant | Public | See coding | 20100205 | |||||
| 5 | Constant | Public | See coding | 20090929 | |||||
| 6 | Constant | Private | See coding | 20120918 | |||||
| 7 | Constant | Public | See coding | 20120511 | |||||
| 8 | Constant | Private | Type reference (TYPE) | I | 5000 | 20120918 | |||
| 9 | Constant | Private | Type reference (TYPE) | I | 100000000 | 20120918 | |||
| 10 | Constant | Public | Type reference (TYPE) | TIMESTAMPL | '2147483647.9999999' | 20090922 | |||
| 11 | Constant | Private | Type reference (TYPE) | I | 5 | 20090922 | |||
| 12 | Constant | Private | Type reference (TYPE) | I | 2145386496 | 20120918 | |||
| 13 | Constant | Private | See coding | 20110218 | |||||
| 14 | Constant | Private | See coding | 20090922 | |||||
| 15 | Constant | Private | Type reference (TYPE) | F | '1.0625' | 20120918 | |||
| 16 | Constant | Private | See coding | 20090922 | |||||
| 17 | Constant | Private | See coding | 20110228 | |||||
| 18 | Constant | Private | See coding | 20091001 | |||||
| 19 | Constant | Private | See coding | 20091001 | |||||
| 20 | Static Attribute | Private | Type reference (TYPE) | I | 20100114 | ||||
| 21 | Static Attribute | Private | Type reference (TYPE) | ODQ_BOOLEAN | Boolean Flag | 20091130 |
Methods
Events
Class CL_ODQ_UTILITIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MESSAGE_VARIABLES | Public | See coding | 20110629 | BEGIN OF ts_message_variables,
msgv1 TYPE sy-msgv1,
msgv2 TYPE sy-msgv2,
msgv3 TYPE sy-msgv3,
msgv4 TYPE sy-msgv4,
END OF ts_message_variables
|
||
| 2 | TS_PROCESS_INFO | Public | Type reference (TYPE) | ODQ_S_PROCESS_INFO | Process Information | 20100504 | |
| 3 | TS_SERVER | Public | See coding | 20091001 | BEGIN OF ts_server,
name TYPE t_servername,
all TYPE ts_wpcount,
free TYPE ts_wpcount,
END OF ts_server
|
||
| 4 | TS_STATISTIC | Public | Type reference (TYPE) | ODQ_S_STATISTIC | Statistical Data for Transaction/Replication | 20100504 | |
| 5 | TS_WPCOUNT | Public | See coding | 20091001 | BEGIN OF ts_wpcount,
btc TYPE i,
dia TYPE i,
enq TYPE i,
spo TYPE i,
upd TYPE i,
upd2 TYPE i,
END OF ts_wpcount
|
||
| 6 | TT_QUEUEKEYS | Public | Type reference (TYPE) | ODQ_T_QUEUEKEYS | List of Queue Keys | 20100504 | |
| 7 | TT_QUEUESTATES | Public | Type reference (TYPE) | ODQ_T_QUEUESTATES | Queue Status | 20100504 | |
| 8 | TT_SERVERNAMES | Public | See coding | Application Server Name | 20090929 | tt_servernames TYPE STANDARD TABLE OF t_servername WITH KEY table_line
|
|
| 9 | TT_SERVERS | Public | See coding | 20091001 | tt_servers TYPE STANDARD TABLE OF ts_server WITH DEFAULT KEY
|
||
| 10 | T_COMPRESSION | Public | Type reference (TYPE) | ODQ_DATAFORMAT | 20100205 | |
|
| 11 | T_DIRECTION | Public | See coding | 20090929 | t_direction TYPE c LENGTH 1
|
||
| 12 | T_RAWSIZE | Public | Type reference (TYPE) | ODQ_RAWSIZE | Size in Bytes | 20130124 | |
| 13 | T_SERVERNAME | Public | Type reference (TYPE) | MSNAME2 | Application Server Name | 20090929 | |
| 14 | T_THBITVALUE | Private | See coding | 20090922 | t_thbitvalue TYPE x LENGTH 1
|
||
| 15 | T_THMSSTATE | Private | Type reference (TYPE) | MSSTATE | 20110218 | |
|
| 16 | T_THOPCODE | Private | See coding | 20090922 | t_thopcode TYPE x LENGTH 1
|
||
| 17 | T_WAITTIME | Public | Type reference (TYPE) | TIMESTAMPL | 20090922 | |
|
| 18 | T_WPBOOL | Private | See coding | 20110228 | t_wpbool TYPE x LENGTH 1
|
Method Signatures
Method CSEQUENCE_TO_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INPUT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110629 | ||||
| 2 | RS_MESSAGE_VARIABLES | Value transfer | Type reference (TYPE) | CL_ODQ_UTILITIES=>TS_MESSAGE_VARIABLES | 20110629 |
Method CSEQUENCE_TO_MESSAGE on class CL_ODQ_UTILITIES has no exception.
Method EXCEPTION_TO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IRX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20091208 | |||
| 2 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20091208 |
Method EXCEPTION_TO_TEXT on class CL_ODQ_UTILITIES has no exception.
Method GET_EXCEPTION_BINDINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20090929 | |||
| 2 | I_METHODNAME | Call by reference | Type reference (TYPE) | ABAP_METHNAME | 20090929 | ||||
| 3 | RTH_EXCEPTION_BINDINGS | Value transfer | Type reference (TYPE) | ABAP_EXCPBIND_TAB | 20090929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige(r) Parameterwert(e) | 20090929 |
Method GET_FALLBACK_DATADESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATADESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Run Time Type Services | 20110809 | |||
| 2 | RR_DATADESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Run Time Type Services | 20110809 |
Method GET_FALLBACK_DATADESCR on class CL_ODQ_UTILITIES has no exception.
Method GET_FALLBACK_TABLEDESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20110809 | ||||
| 2 | RR_TABLEDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Run Time Type Services | 20110809 |
Method GET_FALLBACK_TABLEDESCR on class CL_ODQ_UTILITIES has no exception.
Method GET_PARAMETER_BINDINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20090929 | |||
| 2 | I_DIRECTION | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>T_DIRECTION | 20090929 | ||||
| 3 | I_METHODNAME | Call by reference | Type reference (TYPE) | SEOMTDNAME | Name einer Methode | 20090929 | |||
| 4 | I_SKIP_OPTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091001 | ||||
| 5 | RTH_PARAMETER_BINDINGS | Value transfer | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20090929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige(r) Parameterwert(e) | 20090929 |
Method GET_PROCESS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PROCESS_INFO | Value transfer | Type reference (TYPE) | CL_ODQ_UTILITIES=>TS_PROCESS_INFO | Prozessinformationen | 20090922 |
Method GET_PROCESS_INFO on class CL_ODQ_UTILITIES has no exception.
Method GET_PROCESS_STATISTIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PROCESS_STATISTIC | Value transfer | Type reference (TYPE) | CL_ODQ_UTILITIES=>TS_STATISTIC | Statistikdaten zur Transaktion/Replikation | 20091214 |
Method GET_PROCESS_STATISTIC on class CL_ODQ_UTILITIES has no exception.
Method GET_SERVERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_AVAILABILITY | Call by reference | Type reference (TYPE) | IF_ODQ_CONSTANTS=>T_BOOLEAN | 20110114 | ||||
| 2 | I_WITH_WPINFO | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091001 | ||||
| 3 | RT_SERVERS | Value transfer | Type reference (TYPE) | CL_ODQ_UTILITIES=>TT_SERVERS | Liste der Applikationsserver | 20091001 |
Method GET_SERVERS on class CL_ODQ_UTILITIES has no exception.
Method GET_STRUCTDESCR_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20101207 | |||
| 2 | RT_COMPONENTS | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | Komponentenbeschreibungstabelle | 20101207 |
Method GET_STRUCTDESCR_COMPONENTS on class CL_ODQ_UTILITIES has no exception.
Method PROFILE_GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120918 | ||||
| 2 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20120918 |
Method PROFILE_GET_VALUE on class CL_ODQ_UTILITIES has no exception.
Method QUEUEKEYS_TO_SQLCOND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QUEUEKEYS | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>TT_QUEUEKEYS | Liste von Queue-Schlüsseln | 20091123 | |||
| 2 | I_TABALIAS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091123 | ||||
| 3 | R_SQLCOND | Value transfer | Type reference (TYPE) | STRING | 20091123 |
Method QUEUEKEYS_TO_SQLCOND on class CL_ODQ_UTILITIES has no exception.
Method RESET_ISOLATION Signature
Method RESET_ISOLATION on class CL_ODQ_UTILITIES has no parameter.
Method RESET_ISOLATION on class CL_ODQ_UTILITIES has no exception.
Method SET_ISOLATION Signature
Method SET_ISOLATION on class CL_ODQ_UTILITIES has no parameter.
Method SET_ISOLATION on class CL_ODQ_UTILITIES has no exception.
Method SYNCHRONIZE_SERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QUEUESTATES | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>TT_QUEUESTATES | Queue-Status | 20090922 |
Method SYNCHRONIZE_SERVER on class CL_ODQ_UTILITIES has no exception.
Method UNWRAP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091119 | ||||
| 2 | I_APPEND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091119 | ||||
| 3 | I_COMPRESSION | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>T_COMPRESSION | 20100525 | ||||
| 4 | I_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20091119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091119 |
Method UNWRAP_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20091125 | ||||
| 2 | RR_SERIALIZABLE | Value transfer | Object reference (TYPE REF TO) | IF_SERIALIZABLE_OBJECT | Serialisierbares Objekt | 20091125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091125 |
Method WAIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SECONDS | Call by reference | Type reference (TYPE) | NUMERIC | 20090922 |
Method WAIT on class CL_ODQ_UTILITIES has no exception.
Method WRAP_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COMPRESSION | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>T_COMPRESSION | Compression method | 20100525 | |||
| 2 | E_RAWSIZE | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>T_RAWSIZE | Raw size in Bytes | 20130124 | |||
| 3 | E_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20091119 | ||||
| 4 | IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091119 | ||||
| 5 | I_COMPRESSION | Call by reference | Type reference (TYPE) | CL_ODQ_UTILITIES=>T_COMPRESSION | CL_ODQ_UTILITIES=>C_COMPRESSION-GZIPPED_BASXML | 20100205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige(r) Parameterwert(e) | 20110720 |
Method WRAP_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SERIALIZABLE | Call by reference | Object reference (TYPE REF TO) | IF_SERIALIZABLE_OBJECT | Serialisierbares Objekt | 20091125 | |||
| 2 | R_XDATA | Value transfer | Type reference (TYPE) | XSTRING | 20091125 |
Method WRAP_OBJECT on class CL_ODQ_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |