SAP ABAP Class CL_RSR_MDX_RSTT_TRACE_EXTRACT (Reads trace and saves MDX commandos)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_BASE (Package) MDX: Basis

⤷

⤷

Properties
Class | CL_RSR_MDX_RSTT_TRACE_EXTRACT | |
Short Description | Reads trace and saves MDX commandos | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_MDX_BASE | MDX: Basis |
Created | 20091203 | 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_RSR_MDX_RSTT_TRACE_EXTRACT has no interface implemented.
Friends
Class CL_RSR_MDX_RSTT_TRACE_EXTRACT 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) | NT_SX_MDX_CMD | Current MDX command | 20091204 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTT_GUID | RSTT:_Trace GUID | 20091204 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTT_TRACEID | Trace Tool: Technical Name of Trace (Trace ID) | 20091204 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20091204 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | NT_TX_MDX_CMD | List of MDX commands | 20091204 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a new MDX line to the current MDX command | 20091204 |
2 | ![]() |
Instance method | Public | Method | Deletes MDX commands | 20091204 |
3 | ![]() |
Instance method | Public | Method | Exits the structure of the MDX command | 20091204 |
4 | ![]() |
Static method | Public | Method | Compiles MDX command lines into a string | 20091204 |
5 | ![]() |
Instance method | Public | Method | Reads MDX trace after its MDX commands | 20091204 |
6 | ![]() |
Instance method | Public | Method | Returns transformed MDX commands | 20091204 |
7 | ![]() |
Instance method | Public | Method | Starts building the MDX command | 20091204 |
8 | ![]() |
Instance method | Public | Method | Send complete external MDX commands | 20091204 |
9 | ![]() |
Instance method | Public | Method | Displays MDX commands | 20091204 |
10 | ![]() |
Instance method | Private | Method | Wraps MDX command at MDX key words | 20091204 |
11 | ![]() |
Instance method | Private | Method | Wraps MDX command at line feed characters | 20091204 |
12 | ![]() |
Instance method | Private | Method | Converts parameters from RSTT into internal MDX commands | 20091204 |
13 | ![]() |
Instance method | Private | Method | Transforms MDX commands | 20091204 |
Events
Class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_SX_MDX_CMD | Public | See coding | 20091204 | BEGIN OF NT_SX_MDX_CMD,
name(10) type n,
t_mdx_cmd type nt_tx_string,
t_mdx_out type nt_tx_string,
END OF nt_sx_mdx_cmd
|
||
2 | NT_TX_MDX_CMD | Public | See coding | 20091204 | nt_tx_mdx_cmd TYPE SORTED TABLE OF NT_SX_MDX_CMD
WITH UNIQUE KEY name
|
||
3 | NT_TX_STRING | Public | See coding | 20091204 | NT_TX_STRING type STANDARD TABLE OF string
with default key
|
Method Signatures
Method APPEND_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20091204 | ||
2 | ![]() |
I_LINE | Call by reference | Type reference (TYPE) | ANY | 20091204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method CLEAR Signature
Method CLEAR on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no parameter.
Method CLEAR on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method CLOSE_MDX_COMMAND Signature
Method CLOSE_MDX_COMMAND on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method CONCATENATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_MDX | Call by reference | Type reference (TYPE) | NT_TX_STRING | 20091204 | |||
2 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20091204 |
Method CONCATENATE on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method GET_MDX_FROM_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TRACEGUID | Call by reference | Type reference (TYPE) | RSTT_GUID | RSTT: Traceguid | 20091204 | ||
2 | ![]() |
I_TRACEID | Call by reference | Type reference (TYPE) | RSTT_TRACEID | Trace-Tool: technischer Name von Trace (Trace-ID) | 20091204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method GET_TRANS_MDX_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TSX_MDX_CMD | Value transfer | Type reference (TYPE) | NT_TX_MDX_CMD | 20091204 |
Method GET_TRANS_MDX_COMMAND on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method OPEN_MDX_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20091204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method SET_MDX_CMD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TX_MDX_CMD | Call by reference | Type reference (TYPE) | NT_TX_MDX_CMD | 20091204 | |||
2 | ![]() |
I_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | Parametertabelle | 20091204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method SHOW_MDX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MDXID | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20091204 | ||
2 | ![]() |
I_OVER | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20091204 | |
3 | ![]() |
I_WRITE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20091204 |
Method SHOW_MDX on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method _BREAK_AT_KEYWORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MDX_STRING | Call by reference | Type reference (TYPE) | STRING | 20091204 | |||
2 | ![]() |
R_T_MDX | Value transfer | Type reference (TYPE) | NT_TX_STRING | 20091204 |
Method _BREAK_AT_KEYWORDS on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method _BREAK_AT_LINE_FEED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MDX_STRING | Call by reference | Type reference (TYPE) | STRING | 20091204 | |||
2 | ![]() |
R_T_MDX | Value transfer | Type reference (TYPE) | NT_TX_STRING | 20091204 |
Method _BREAK_AT_LINE_FEED on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no exception.
Method _CONVERT_TRACE_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TX_PARAM | Call by reference | Type reference (TYPE) | RSTT_TX_PARAM | Parametertabelle | 20091204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
Method _TRANSFORM Signature
Method _TRANSFORM on class CL_RSR_MDX_RSTT_TRACE_EXTRACT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Syntaxfehler (MDX) | 20091204 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |