Hierarchy
⤷
⤷
Properties
| Class | CL_FCC_MIGRATION_MONITOR | |
| Short Description | Migration Monitor | |
| Super Class | ||
| 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 | 20111121 | SAP |
| Last change | 20141107 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FCC_MIGRATION_MONITOR has no forward declaration.
Interfaces
Class CL_FCC_MIGRATION_MONITOR has no interface implemented.
Friends
Class CL_FCC_MIGRATION_MONITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | BTCJOBCLAS | 'B' | Job classification | 20111121 | ||
| 2 | Constant | Private | Type reference (TYPE) | TBTCJOB-JOBNAME | 'FCC_MIG_JOB' | Background job name | 20111121 | ||
| 3 | Constant | Private | Type reference (TYPE) | SY-REPID | 'FCC_MIGRATE_BP' | report name | 20111121 | ||
| 4 | Constant | Public | Type reference (TYPE) | INDX-SRTFD | 'KEYVALUE' | User-defined key in table INDX | 20111121 | ||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FCC_MIGRATION | Migration Tool | 20111121 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20111121 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20111121 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | FCC_S_MIG_PARAM | Migration Control Parameters | 20111121 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20111121 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20111121 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20111121 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FCC_APP_LOG_MANAGER | application log manager | 20111122 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20111121 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout structure | 20111121 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV control: Layout structure | 20111121 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | YT_OUTTAB | Table Type: Selection for profile | 20111121 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | YT_OUTTAB | 20111121 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20111121 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | YT_OUTTAB | 20111121 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20111121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20111121 | ||
| 2 | Instance method | Private | Method | fill data and display for tasklist alv grid | 20111121 | |
| 3 | Instance method | Private | Method | fill data and display for template alv grid | 20111121 | |
| 4 | Instance method | Private | Method | go to batch job page | 20111207 | |
| 5 | Instance method | Private | Event handling method | event handler for double click | 20111121 | |
| 6 | Instance method | Private | Event handling method | event handler for toolbars | 20111121 | |
| 7 | Instance method | Private | Event handling method | event handler for user defined command | 20111121 | |
| 8 | Instance method | Private | Method | initial all | 20111121 | |
| 9 | Instance method | Private | Method | initial grids | 20111121 | |
| 10 | Instance method | Private | Method | init outtab | 20111201 | |
| 11 | Instance method | Private | Method | intial the date and time format | 20111205 | |
| 12 | Instance method | Private | Method | initial spliitter container | 20111121 | |
| 13 | Instance method | Private | Method | calculate tasklist number under one template | 20111206 | |
| 14 | Instance method | Private | Method | initial tool bars | 20111121 | |
| 15 | Instance method | Private | Method | refresh the status of the migrating template | 20111121 | |
| 16 | Instance method | Private | Method | run background job | 20111121 | |
| 17 | Instance method | Private | Method | set excluded buttons | 20111128 | |
| 18 | Instance method | Private | Method | set the outtab data for tasklist alv grid | 20111121 | |
| 19 | Instance method | Private | Method | set the field catagory for the tasklist alv gird | 20111121 | |
| 20 | Instance method | Private | Method | set the alv layout of the tasklist alv grid | 20111121 | |
| 21 | Instance method | Private | Method | set the field catagory for the template alv gird | 20111121 | |
| 22 | Instance method | Private | Method | set the alv layout of the template alv grid | 20111121 | |
| 23 | Instance method | Private | Method | show application log | 20111122 | |
| 24 | Instance method | Private | Method | start migration job by background job | 20111121 | |
| 25 | Instance method | Private | Method | start migration job directly | 20111121 |
Events
Class CL_FCC_MIGRATION_MONITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_OUTTAB | Public | See coding | 20111121 | BEGIN OF ys_outtab.
INCLUDE TYPE fcc_s_mig_tfc_hdr.
TYPES: status TYPE fcc_migration_status,
status_text TYPE char10,
timestamp TYPE timestamp,
ts_datum TYPE char10,
ts_uzeit TYPE char8,
ddate_t TYPE char10,
tl_number TYPE char4,
END OF ys_outtab
|
||
| 2 | YT_OUTTAB | Public | See coding | 20111121 | yt_outtab TYPE TABLE OF ys_outtab
|
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 | 20111121 | |||
| 2 | IS_PARAM | Call by reference | Type reference (TYPE) | FCC_S_MIG_PARAM | Migration Control Parameters | 20111121 | |||
| 3 | IT_OUTTAB | Call by reference | Type reference (TYPE) | YT_OUTTAB | Table Type: Selection for profile | 20111124 |
Method CONSTRUCTOR on class CL_FCC_MIGRATION_MONITOR has no exception.
Method CREATE_TASKLIST_DETAIL_VIEW Signature
Method CREATE_TASKLIST_DETAIL_VIEW on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method CREATE_TASKLIST_DETAIL_VIEW on class CL_FCC_MIGRATION_MONITOR has no exception.
Method CREATE_TEMPLATE_DETAIL_VIEW Signature
Method CREATE_TEMPLATE_DETAIL_VIEW on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method CREATE_TEMPLATE_DETAIL_VIEW on class CL_FCC_MIGRATION_MONITOR has no exception.
Method GO_BATCH_JOB Signature
Method GO_BATCH_JOB on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method GO_BATCH_JOB on class CL_FCC_MIGRATION_MONITOR has no exception.
Method HANDLE_DOUBLE_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN | Value transfer | Attribute reference (LIKE) | 20111121 | |||||
| 2 | E_ROW | Value transfer | Attribute reference (LIKE) | 20111121 |
Method HANDLE_DOUBLE_CLICK on class CL_FCC_MIGRATION_MONITOR has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Value transfer | Attribute reference (LIKE) | 20111121 | |||||
| 2 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20111121 |
Method HANDLE_TOOLBAR on class CL_FCC_MIGRATION_MONITOR 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 | Value transfer | Attribute reference (LIKE) | 20111121 |
Method HANDLE_USER_COMMAND on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_ALL Signature
Method INIT_ALL on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_ALL on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_GRIDS Signature
Method INIT_GRIDS on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_GRIDS on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_OUTTAB Signature
Method INIT_OUTTAB on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_OUTTAB on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_OUTTAB_DATE_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Call by reference | Type reference (TYPE) | YT_OUTTAB | 20111205 |
Method INIT_OUTTAB_DATE_TIME on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_SPLITTER Signature
Method INIT_SPLITTER on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_SPLITTER on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_TL_NUMBER Signature
Method INIT_TL_NUMBER on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_TL_NUMBER on class CL_FCC_MIGRATION_MONITOR has no exception.
Method INIT_TOOLBAR Signature
Method INIT_TOOLBAR on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method INIT_TOOLBAR on class CL_FCC_MIGRATION_MONITOR has no exception.
Method REFRESH_STATUS Signature
Method REFRESH_STATUS on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method REFRESH_STATUS on class CL_FCC_MIGRATION_MONITOR has no exception.
Method RUN_BP_JOB Signature
Method RUN_BP_JOB on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method RUN_BP_JOB on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_EXCLUDED_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXCLUDE | Value transfer | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20111128 |
Method SET_EXCLUDED_BUTTON on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_MT_TASKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW | Call by reference | Type reference (TYPE) | LVC_S_ROW | ALV control: Line description | 20111121 |
Method SET_MT_TASKLIST on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_TASKLIST_FIELD_CAT Signature
Method SET_TASKLIST_FIELD_CAT on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method SET_TASKLIST_FIELD_CAT on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_TASKLIST_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LINES | Call by reference | Type reference (TYPE) | I | 20111128 |
Method SET_TASKLIST_LAYOUT on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_TEMPLATE_FIELD_CAT Signature
Method SET_TEMPLATE_FIELD_CAT on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method SET_TEMPLATE_FIELD_CAT on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SET_TEMPLATE_LAYOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LINES | Call by reference | Type reference (TYPE) | I | 20111128 |
Method SET_TEMPLATE_LAYOUT on class CL_FCC_MIGRATION_MONITOR has no exception.
Method SHOW_LOG Signature
Method SHOW_LOG on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method SHOW_LOG on class CL_FCC_MIGRATION_MONITOR has no exception.
Method START_MIGRATION_JOB Signature
Method START_MIGRATION_JOB on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method START_MIGRATION_JOB on class CL_FCC_MIGRATION_MONITOR has no exception.
Method START_MIGRATION_ONLINE Signature
Method START_MIGRATION_ONLINE on class CL_FCC_MIGRATION_MONITOR has no parameter.
Method START_MIGRATION_ONLINE on class CL_FCC_MIGRATION_MONITOR has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 100 |