SAP ABAP Class CL_XMS_QUEUE_TRACE (Queue Trace)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSJOB (Package) XI: Time-Driven Message Processing

⤷

⤷

Properties
Class | CL_XMS_QUEUE_TRACE | |
Short Description | Queue Trace | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SXMSJOB | XI: Time-Driven Message Processing |
Created | 20130219 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_XMS_QUEUE_TRACE has no forward declaration.
Interfaces
Class CL_XMS_QUEUE_TRACE has no interface implemented.
Friends
Class CL_XMS_QUEUE_TRACE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | CHAR1 | 'N' | Single-Character Indicator | 20130318 | |
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_XMS_TRACE | XMS: Trace | 20130318 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_TABLE_CALLSTACK | Single-Character Indicator | 20130318 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | T_TABLE_CONF | Single-Character Indicator | 20130318 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20130318 | |||
6 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_XMS_QUEUE_TRACE | Queue Trace | 20130318 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130318 | |
2 | ![]() |
Instance method | Public | Method | 20130318 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130318 |
4 | ![]() |
Static method | Public | Method | Return Single Instance | 20130318 |
5 | ![]() |
Instance method | Public | Method | 20130318 | |
6 | ![]() |
Static method | Public | Method | 20130318 | |
7 | ![]() |
Instance method | Public | Method | 20130318 | |
8 | ![]() |
Instance method | Public | Method | 20130318 |
Events
Class CL_XMS_QUEUE_TRACE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_CALLSTACK | Private | See coding | 20130318 | begin of T_CALLSTACK,
number(4) type n,
parent(4) type n,
BLOCKTYPE type char12,
main type char40,
sub type char40,
end of t_callstack
|
||
2 | T_CONF | Private | See coding | 20130318 | begin of t_conf,
number(4) type n,
AREA type SXMSAREA,
param type SXMSPARAM2,
subparam type SXMSPARAM,
value type SXMSVALUE,
fallback type char1,
end of t_conf
|
||
3 | T_TABLE_CALLSTACK | Private | See coding | 20130318 | t_table_callstack type STANDARD TABLE OF t_callstack
|
||
4 | T_TABLE_CONF | Private | See coding | 20130318 | t_table_conf type standard table of t_conf
|
Method Signatures
Method ADD_CONF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AREA | Call by reference | Type reference (TYPE) | SXMSAREA | Integration Engine: Teilbereich (Konfiguration) | 20130318 | ||
2 | ![]() |
FALLBACK | Call by reference | Type reference (TYPE) | CHAR1 | ' ' | Einstelliges Kennzeichen | 20130318 | |
3 | ![]() |
NUMBER | Call by reference | Type reference (TYPE) | I | 0 | 20130318 | ||
4 | ![]() |
PARAM | Call by reference | Type reference (TYPE) | SXMSPARAM2 | XMS: Konfigurationsparameter | 20130318 | ||
5 | ![]() |
SUBPARAM | Call by reference | Type reference (TYPE) | SXMSPARAM | Konfigurationsparameter | 20130318 | ||
6 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SXMSVALUE | Wert | 20130318 |
Method ADD_CONF on class CL_XMS_QUEUE_TRACE has no exception.
Method ADD_STACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BLOCKTYPE | Call by reference | Type reference (TYPE) | CHAR12 | 'CL' | Charakterfeld der Länge 12 | 20130318 | |
2 | ![]() |
MAIN | Call by reference | Type reference (TYPE) | CHAR40 | Character 40-Stellen | 20130318 | ||
3 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | I | 20130318 | |||
4 | ![]() |
SUB | Call by reference | Type reference (TYPE) | CHAR40 | Character 40-Stellen | 20130318 |
Method ADD_STACK on class CL_XMS_QUEUE_TRACE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_XMS_QUEUE_TRACE has no parameter.
Method CONSTRUCTOR on class CL_XMS_QUEUE_TRACE has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_XMS_QUEUE_TRACE | Queue Trace | 20130318 |
Method GET_INSTANCE on class CL_XMS_QUEUE_TRACE has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_XMS_QUEUE_TRACE has no parameter.
Method INITIALIZE on class CL_XMS_QUEUE_TRACE has no exception.
Method IS_ACTIVATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20130318 |
Method IS_ACTIVATED on class CL_XMS_QUEUE_TRACE has no exception.
Method SHOW_STACK Signature
Method SHOW_STACK on class CL_XMS_QUEUE_TRACE has no parameter.
Method SHOW_STACK on class CL_XMS_QUEUE_TRACE has no exception.
Method WRITE_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TO | Call by reference | Object reference (TYPE REF TO) | IF_XMS_TRACE | XMS: Trace | 20130318 |
Method WRITE_TRACE on class CL_XMS_QUEUE_TRACE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |