SAP ABAP Class CL_PSJ_MONITOR_FACADE (CL_PSJ_MONITOR_FACADE)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
FS (Application Component) Financial Services
⤷
FS_PSJ_MONITOR (Package) User Interface for Monitoring Content of Global Journals

⤷

⤷

Properties
Class | CL_PSJ_MONITOR_FACADE | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FS_PSJ_MONITOR | User Interface for Monitoring Content of Global Journals |
Created | 20080421 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_PSJ_MONITOR_FACADE has no forward declaration.
Interfaces
Class CL_PSJ_MONITOR_FACADE has no interface implemented.
Friends
Class CL_PSJ_MONITOR_FACADE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20080423 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080421 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_PSJ_GLOBAL_JOURNAL | MO_GLOBAL_JOURNAL | 20080421 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_OUTPUT | TY_T_OUTPUT | 20080423 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PSJ_PROCESS_ID | 20080424 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | 20080423 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | INIT | 20080421 |
2 | ![]() |
Instance method | Private | Method | INJECT_SIMULATION_LANDSCAPE | 20080421 |
3 | ![]() |
Instance method | Private | Method | PREPARE_COLUMNS | 20080421 |
4 | ![]() |
Instance method | Private | Method | PREPARE_OUTPUT | 20080421 |
5 | ![]() |
Instance method | Public | Method | 20080424 | |
6 | ![]() |
Static method | Public | Method | S_CREATE | 20080421 |
7 | ![]() |
Instance method | Private | Method | Summarize Journal Entries | 20080819 |
Events
Class CL_PSJ_MONITOR_FACADE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ENTRY | Private | See coding | 20080423 | BEGIN OF ty_s_entry,
qualifier TYPE string,
reference TYPE REF TO object,
END OF ty_s_entry
|
||
2 | TY_S_OUTPUT | Private | See coding | TY_S_OUTPUT | 20080421 | BEGIN OF ty_s_output,
state TYPE icon_d,
step_type TYPE string,
step_id TYPE psj_step_id,
parent_step_id TYPE psj_step_id,
step_name TYPE psj_step_name,
system_sender TYPE psj_system_id,
username_sender TYPE syuname,
date_sender TYPE sydate,
time_sender TYPE sytime,
system_receiver TYPE psj_system_id,
username_receiver TYPE syuname,
date_receiver TYPE sydate,
time_receiver TYPE sytime,
END OF ty_s_output
|
|
3 | TY_T_OUTPUT | Private | See coding | TY_T_OUTPUT | 20080421 | ty_t_output TYPE standard TABLE OF ty_s_output WITH DEFAULT KEY
|
Method Signatures
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20080421 | ||
2 | ![]() |
IV_SIMULATE | Call by reference | Type reference (TYPE) | XFELD | IV_SIMULATE | 20080421 |
Method INIT on class CL_PSJ_MONITOR_FACADE has no exception.
Method INJECT_SIMULATION_LANDSCAPE Signature
Method INJECT_SIMULATION_LANDSCAPE on class CL_PSJ_MONITOR_FACADE has no parameter.
Method INJECT_SIMULATION_LANDSCAPE on class CL_PSJ_MONITOR_FACADE has no exception.
Method PREPARE_COLUMNS Signature
Method PREPARE_COLUMNS on class CL_PSJ_MONITOR_FACADE has no parameter.
Method PREPARE_COLUMNS on class CL_PSJ_MONITOR_FACADE has no exception.
Method PREPARE_OUTPUT Signature
Method PREPARE_OUTPUT on class CL_PSJ_MONITOR_FACADE has no parameter.
Method PREPARE_OUTPUT on class CL_PSJ_MONITOR_FACADE has no exception.
Method REFRESH_DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROCESS_ID | Call by reference | Type reference (TYPE) | PSJ_PROCESS_ID | 20080424 |
Method REFRESH_DISPLAY on class CL_PSJ_MONITOR_FACADE has no exception.
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20080421 | ||
2 | ![]() |
IV_SIMULATE | Call by reference | Type reference (TYPE) | XFELD | IV_SIMULATE | 20080421 | ||
3 | ![]() |
RO_MONITOR | Value transfer | Object reference (TYPE REF TO) | CL_PSJ_MONITOR_FACADE | RO_MONITOR | 20080421 |
Method S_CREATE on class CL_PSJ_MONITOR_FACADE has no exception.
Method TRANSFORM_ENTRIES2OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OUTPUT | Call by reference | Type reference (TYPE) | TY_T_OUTPUT | TY_T_OUTPUT | 20080819 | ||
2 | ![]() |
IS_ERROR_LOG | Call by reference | Type reference (TYPE) | IF_PSJ_GLOBAL_JOURNAL=>TY_S_ERROR_LOG | 20090123 | |||
3 | ![]() |
IT_ENTRIES | Call by reference | Type reference (TYPE) | IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY | TY_T_PROCESS_STEP_ENTRY | 20080819 |
Method TRANSFORM_ENTRIES2OUTPUT on class CL_PSJ_MONITOR_FACADE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 300 |