SAP ABAP Class CL_RSR_MDX_UI_PARSER_DIFF (MDX: Dialog: Display (Different) Parsers)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_UI (Package) MDX: Dialog
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_UI_TABLE_BASE | MDX: Dialog: Base Class for a Table | 20090325 |
Properties
| Class | CL_RSR_MDX_UI_PARSER_DIFF | |
| Short Description | MDX: Dialog: Display (Different) Parsers | |
| Super Class | CL_RSR_MDX_UI_TABLE_BASE | MDX: Dialog: Base Class for a Table |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_MDX_UI | MDX: Dialog |
| Created | 20090324 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_MDX_UI_PARSER_DIFF has no interface implemented.
Friends
Class CL_RSR_MDX_UI_PARSER_DIFF 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) | RRT1_T_CMD | First Parser: Commands | 20090325 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RRT1_T_CMD_PARAMS | First Parser: Parameters | 20090325 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RRT1_T_CMD | Second Parser: Commands | 20090325 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RRT1_T_CMD_PARAMS | Second Parser: Parameters | 20090325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090325 | |
| 2 | Instance method | Private | Method | Formats Columns | 20090325 | |
| 3 | Instance method | Protected | Method | Returns the container | 20090527 | |
| 4 | Instance method | Private | Event handling method | Event: Display closed | 20090527 |
Events
Class CL_RSR_MDX_UI_PARSER_DIFF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_SX_PARSER_DIFF | Private | See coding | 20090325 | BEGIN OF tp_sx_parser_diff,
cmd_1st TYPE rrtcmdid,
cmd_1st_descr TYPE string,
params_1st TYPE rrtcmdparam,
cmd_2nd TYPE rrtcmdid,
cmd_2nd_descr TYPE string,
params_2nd TYPE rrtcmdparam,
t_color TYPE lvc_t_scol,
END OF tp_sx_parser_diff
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_RSR_MDX_UI_MODEL | Modell | 20090325 | |||
| 2 | I_R_MSG | Value transfer | Object reference (TYPE REF TO) | CL_RSO_MSG | Nachrichten | 20090325 | |||
| 3 | I_R_NAVIGATOR | Value transfer | Object reference (TYPE REF TO) | IF_RSAWBN_NAVIGATOR | Navigator | 20090325 | |||
| 4 | I_T_1ST_CMD | Value transfer | Type reference (TYPE) | RRT1_T_CMD | Erster Parser: Kommandos | 20090325 | |||
| 5 | I_T_1ST_PARAMS | Value transfer | Type reference (TYPE) | RRT1_T_CMD_PARAMS | Erster Parser: Parameter | 20090325 | |||
| 6 | I_T_2ND_CMD | Value transfer | Type reference (TYPE) | RRT1_T_CMD | Zweiter Parser: Kommandos | 20090325 | |||
| 7 | I_T_2ND_PARAMS | Value transfer | Type reference (TYPE) | RRT1_T_CMD_PARAMS | Zweiter Parser: Parameter | 20090325 |
Method CONSTRUCTOR on class CL_RSR_MDX_UI_PARSER_DIFF has no exception.
Method FORMAT_COLUMNS Signature
Method FORMAT_COLUMNS on class CL_RSR_MDX_UI_PARSER_DIFF has no parameter.
Method FORMAT_COLUMNS on class CL_RSR_MDX_UI_PARSER_DIFF has no exception.
Method GET_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20090527 |
Method GET_CONTAINER on class CL_RSR_MDX_UI_PARSER_DIFF has no exception.
Method ON_CLOSE Signature
Method ON_CLOSE on class CL_RSR_MDX_UI_PARSER_DIFF has no parameter.
Method ON_CLOSE on class CL_RSR_MDX_UI_PARSER_DIFF has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |