SAP ABAP Class CL_FCC_JOBS_MONITOR_GRID (Background Job Management Grid)
Hierarchy
☛
FCCO (Software Component) Financial Closing Cockpit 200
⤷
CA-GTF-FCC (Application Component) Financial Closing cockpit Add-on
⤷
FCC_CLOSING (Package) Financial Closing Cockpit - SAPGUI and backend
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_ALV_GRID | ALV List Viewer | 20120823 |
Properties
| Class | CL_FCC_JOBS_MONITOR_GRID | |
| Short Description | Background Job Management Grid | |
| Super Class | CL_GUI_ALV_GRID | ALV List Viewer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FCC_CLOSING | Financial Closing Cockpit - SAPGUI and backend |
| Created | 20120823 | SAP |
| Last change | 20141107 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FCC_JOBS_MONITOR_GRID has no forward declaration.
Interfaces
Class CL_FCC_JOBS_MONITOR_GRID has no interface implemented.
Friends
Class CL_FCC_JOBS_MONITOR_GRID has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | UI_FUNC | 'REFRESH' | Refresh command | 20120829 | ||
| 2 | Constant | Public | Type reference (TYPE) | UI_FUNC | 'SCHEDULE' | Schedule Job | 20120830 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120823 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20120823 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | FCC_T_JOBS_MONITOR | Task List | 20120823 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20120823 | |
| 2 | Static method | Private | Method | Get all the jobs | 20120823 | |
| 3 | Static method | Private | Method | Get the job's information | 20120830 | |
| 4 | Instance method | Private | Event handling method | Handle hotspot click event | 20120829 | |
| 5 | Instance method | Private | Event handling method | Set toolbar icons | 20120829 | |
| 6 | Instance method | Private | Event handling method | User Command | 20120829 | |
| 7 | Instance method | Private | Method | Init fields catalog | 20120829 | |
| 8 | Instance method | Public | Method | Show FCc's background jobs in the monitor grid | 20120830 |
Events
Class CL_FCC_JOBS_MONITOR_GRID has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | FCC_T_JOBS_MONITOR | Public | See coding | 20120829 | fcc_t_jobs_monitor TYPE STANDARD TABLE OF FCC_S_JOBS_MONITOR
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20120823 |
Method CONSTRUCTOR on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method GET_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_JOBS | Call by reference | Type reference (TYPE) | FCC_T_JOBS_MONITOR | Table type of the jobs management | 20120823 |
Method GET_JOBS on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method GET_JOB_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_JOBINFO | Call by reference | Type reference (TYPE) | FCC_S_JOBS_MONITOR | Jobs management structure | 20120830 | |||
| 2 | IS_GEN_CUST | Call by reference | Type reference (TYPE) | FCC_GEN_CUST | General Customizing | 20120830 | |||
| 3 | IV_JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Background job name | 20120830 | |||
| 4 | IV_PROGNAME | Call by reference | Type reference (TYPE) | SY-REPID | 20120830 |
Method GET_JOB_INFO on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method HANDLE_HOTSPOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20120829 | |||||
| 2 | E_COLUMN_ID | Call by reference | Attribute reference (LIKE) | 20120829 |
Method HANDLE_HOTSPOT on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20120829 |
Method HANDLE_TOOLBAR on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20120829 |
Method HANDLE_USER_COMMAND on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method INIT_FIELDCATALOG Signature
Method INIT_FIELDCATALOG on class CL_FCC_JOBS_MONITOR_GRID has no parameter.
Method INIT_FIELDCATALOG on class CL_FCC_JOBS_MONITOR_GRID has no exception.
Method SHOW_FCC_BACKGROUND_JOBS Signature
Method SHOW_FCC_BACKGROUND_JOBS on class CL_FCC_JOBS_MONITOR_GRID has no parameter.
Method SHOW_FCC_BACKGROUND_JOBS on class CL_FCC_JOBS_MONITOR_GRID has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 200 |