SAP ABAP Class CL_UMG_LIST_BATCHJOBS (List with All Current Batch Jobs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18-UNI (Application Component) I18N Unicode
⤷
SUMIG (Package) Unicode Migration: Tabellen Umsetzer + Reparatur Tool
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UMG_LIST | Results + ALV grid | 20001222 |
Properties
| Class | CL_UMG_LIST_BATCHJOBS | |
| Short Description | List with All Current Batch Jobs | |
| Super Class | CL_UMG_LIST | Results + ALV grid |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SUMIG | Unicode Migration: Tabellen Umsetzer + Reparatur Tool |
| Created | 20001222 | SAP |
| Last change | 20140121 | 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_UMG_LIST_BATCHJOBS has no interface implemented.
Friends
Class CL_UMG_LIST_BATCHJOBS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYREPID | 'UMG_AUTO_EXECUTE_HINTS' | 20031127 | |||
| 2 | Constant | Public | Type reference (TYPE) | UMGBATCHNM | 'UMG_MIG_AUTO_HINT' | 20031202 | |||
| 3 | Constant | Public | Type reference (TYPE) | UMGBATCHNM | 'UMG_MIG_AUTO_REPAIR' | Unicode Migration Tool Batch Job Name | 20010109 | ||
| 4 | Constant | Public | Type reference (TYPE) | SYREPID | 'UMG_AUTO_REPAIR_TAB' | ABAP-Programm, aktuelles Rahmenprogramm | 20010109 | ||
| 5 | Constant | Public | Type reference (TYPE) | UMGBATCHNM | 'UMG_MIG_TAB_FILTER' | Unicode Migration Tool Batch Job Name | 20010518 | ||
| 6 | Constant | Public | Type reference (TYPE) | SYREPID | 'UMG_MIG_TEST_FILTER' | ABAP-Programm, aktuelles Rahmenprogramm | 20010518 | ||
| 7 | Constant | Public | Type reference (TYPE) | SYREPID | 'UMG_MIG_INCR_REPAIR_TAB' | ABAP-Programm, aktuelles Rahmenprogramm | 20010105 | ||
| 8 | Constant | Public | Type reference (TYPE) | UMGBATCHNM | 'UMG_MIG_INCR_REPAIR' | Unicode Migration Tool Batch Job Name | 20010109 | ||
| 9 | Constant | Public | Type reference (TYPE) | UMGBATCHNM | 'UMG_MIG_TAB_REPAIR' | Unicode Migration Tool Batch Job Name | 20001222 | ||
| 10 | Instance attribute | Public | Type reference (TYPE) | UMGTBJOB | 20001222 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | UMGSBJOB | 20001222 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | UMGAFLG | 20010104 | ||||
| 13 | Constant | Public | Type reference (TYPE) | SYREPID | 'UMG_MIG_REPAIR_TAB' | ABAP-Programm, aktuelles Rahmenprogramm | 20010109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20001222 | |
| 2 | Instance method | Public | Method | fill auto jobs | 20010109 | |
| 3 | Static method | Public | Method | find job | 20010105 | |
| 4 | Static method | Public | Method | Number of jobs | 20010103 | |
| 5 | Static method | Public | Method | Check if UMG-job is running or scheduled | 20061108 | |
| 6 | Static method | Public | Method | start execution of hints | 20031127 | |
| 7 | Static method | Public | Method | start exeution of repair | 20010420 | |
| 8 | Static method | Public | Method | Stop job | 20010104 | |
| 9 | Static method | Public | Method | Stop job | 20010104 |
Events
Class CL_UMG_LIST_BATCHJOBS has no event.
Types
Class CL_UMG_LIST_BATCHJOBS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER_NAME | Call by reference | Type reference (TYPE) | SCRFNAME | Container Name | 20001222 | |||
| 2 | IM_MONITOR | Call by reference | Type reference (TYPE) | UMGAFLG | Unicode Migration Tool Flag | 20010104 | |||
| 3 | IM_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV-Control: Text der Titelzeile | 20010103 |
Method CONSTRUCTOR on class CL_UMG_LIST_BATCHJOBS has no exception.
Method FILL_AUTO_JOBS Signature
Method FILL_AUTO_JOBS on class CL_UMG_LIST_BATCHJOBS has no parameter.
Method FILL_AUTO_JOBS on class CL_UMG_LIST_BATCHJOBS has no exception.
Method FIND_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_FOUND | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20010105 | |||
| 2 | EX_RC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20010105 | |||
| 3 | IM_JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Name eines Hintergrundjobs | 20010105 | |||
| 4 | IM_RUNNING | Call by reference | Type reference (TYPE) | BTCSTATUS | Zustand eines Batchjobs | 20010105 | |||
| 5 | IM_SCHEDUL | Call by reference | Type reference (TYPE) | BTCSTATUS | Zustand eines Batchjobs | 20010105 |
Method FIND_JOB on class CL_UMG_LIST_BATCHJOBS has no exception.
Method JOBCNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET_CNT | Value transfer | Type reference (TYPE) | INT2 | 2 Byte Integer (Signed) | 20010103 |
Method JOBCNT on class CL_UMG_LIST_BATCHJOBS has no exception.
Method JOB_IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Text (30 Characters) | 20061108 | |||
| 2 | RE_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20061108 |
Method JOB_IS_ACTIVE on class CL_UMG_LIST_BATCHJOBS has no exception.
Method START_EXECUTE_HINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BATCHNAME_SUFFIX | Call by reference | Type reference (TYPE) | CHAR5 | R/2-Tabelle | 20031127 | |||
| 2 | IM_BATCH_SERVER | Call by reference | Type reference (TYPE) | BTCSRVNAME | Servername | 20031127 | |||
| 3 | IM_DISPHRES | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20060524 | |||
| 4 | IM_EXEC_IMMEDIATE | Call by reference | Type reference (TYPE) | UMGAFLG | Unicode Migration Tool Flag | 20031127 | |||
| 5 | IM_NON_EXED | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20040527 | |||
| 6 | IM_R3LDROWS | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20040527 | |||
| 7 | IM_START_DATE | Call by reference | Type reference (TYPE) | BTCSDATE | geplantes Ausführungsdatum eines Batch-Jobs | 20031127 | |||
| 8 | IM_START_TIME | Call by reference | Type reference (TYPE) | BTCSDLTIME | Uhrzeit einer Job- bzw. Step-Einplanung | 20031127 | |||
| 9 | IM_TABSET | Call by reference | Type reference (TYPE) | UMGTOTABNM | SUMG + SPUMG: Tabellentyp für Select-Option | 20031127 |
Method START_EXECUTE_HINTS on class CL_UMG_LIST_BATCHJOBS has no exception.
Method START_MASS_REPAIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_BATCHNAME_SUFFIX | Call by reference | Type reference (TYPE) | CHAR5 | R/2-Tabelle | 20011008 | |||
| 2 | IM_BATCH_SERVER | Call by reference | Type reference (TYPE) | BTCSRVNAME | Servername | 20011008 | |||
| 3 | IM_EXEC_IMMEDIATE | Call by reference | Type reference (TYPE) | UMGAFLG | Unicode Migration Tool Flag | 20011008 | |||
| 4 | IM_START_DATE | Call by reference | Type reference (TYPE) | BTCSDATE | geplantes Ausführungsdatum eines Batch-Jobs | 20011008 | |||
| 5 | IM_START_TIME | Call by reference | Type reference (TYPE) | BTCSDLTIME | Uhrzeit einer Job- bzw. Step-Einplanung | 20011008 | |||
| 6 | IM_TABSET | Call by reference | Type reference (TYPE) | UMGTOTABNM | SUMG + SPUMG: Tabellentyp für Select-Option | 20011008 |
Method START_MASS_REPAIR on class CL_UMG_LIST_BATCHJOBS has no exception.
Method STOP_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_RC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20010104 | |||
| 2 | IM_JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Name eines Hintergrundjobs | 20010104 |
Method STOP_JOB on class CL_UMG_LIST_BATCHJOBS has no exception.
Method STOP_PERIODIC_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_RC | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20010104 | |||
| 2 | IM_JOBNAME | Call by reference | Type reference (TYPE) | TBTCJOB-JOBNAME | Name eines Hintergrundjobs | 20010104 |
Method STOP_PERIODIC_JOB on class CL_UMG_LIST_BATCHJOBS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 610 |