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 ABAP 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 AUTO_EXECUTE_HINTSNM Constant Public Type reference (TYPE) SYREPID 'UMG_AUTO_EXECUTE_HINTS' 20031127
2 AUTO_HINTJOBNAME_PREFIX Constant Public Type reference (TYPE) UMGBATCHNM 'UMG_MIG_AUTO_HINT' 20031202
3 AUTO_JOBNAME_PREFIX Constant Public Type reference (TYPE) UMGBATCHNM 'UMG_MIG_AUTO_REPAIR' Unicode Migration Tool Batch Job Name 20010109
4 AUTO_REPAIR_REPNM Constant Public Type reference (TYPE) SYREPID 'UMG_AUTO_REPAIR_TAB' ABAP-Programm, aktuelles Rahmenprogramm 20010109
5 FILTER_JOBNAME_PREFIX Constant Public Type reference (TYPE) UMGBATCHNM 'UMG_MIG_TAB_FILTER' Unicode Migration Tool Batch Job Name 20010518
6 FILTER_TEST_REPNM Constant Public Type reference (TYPE) SYREPID 'UMG_MIG_TEST_FILTER' ABAP-Programm, aktuelles Rahmenprogramm 20010518
7 IMIG_REPAIR_REPNM Constant Public Type reference (TYPE) SYREPID 'UMG_MIG_INCR_REPAIR_TAB' ABAP-Programm, aktuelles Rahmenprogramm 20010105
8 INCR_JOBNAME_PREFIX Constant Public Type reference (TYPE) UMGBATCHNM 'UMG_MIG_INCR_REPAIR' Unicode Migration Tool Batch Job Name 20010109
9 JOBNAME_PREFIX Constant Public Type reference (TYPE) UMGBATCHNM 'UMG_MIG_TAB_REPAIR' Unicode Migration Tool Batch Job Name 20001222
10 JOB_ITAB Instance attribute Public Type reference (TYPE) UMGTBJOB 20001222
11 JOB_WA Instance attribute Public Type reference (TYPE) UMGSBJOB 20001222
12 MONITOR Instance attribute Public Type reference (TYPE) UMGAFLG 20010104
13 REPAIR_REPNM 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 CONSTRUCTOR Instance method Public Constructor Constructor 20001222
2 FILL_AUTO_JOBS Instance method Public Method fill auto jobs 20010109
3 FIND_JOB Static method Public Method find job 20010105
4 JOBCNT Static method Public Method Number of jobs 20010103
5 JOB_IS_ACTIVE Static method Public Method Check if UMG-job is running or scheduled 20061108
6 START_EXECUTE_HINTS Static method Public Method start execution of hints 20031127
7 START_MASS_REPAIR Static method Public Method start exeution of repair 20010420
8 STOP_JOB Static method Public Method Stop job 20010104
9 STOP_PERIODIC_JOB 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 Importing IM_CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME Container Name 20001222
2 Importing IM_MONITOR Call by reference Type reference (TYPE) UMGAFLG Unicode Migration Tool Flag 20010104
3 Importing 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 Exporting EX_FOUND Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20010105
2 Exporting EX_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010105
3 Importing IM_JOBNAME Call by reference Type reference (TYPE) TBTCJOB-JOBNAME Name eines Hintergrundjobs 20010105
4 Importing IM_RUNNING Call by reference Type reference (TYPE) BTCSTATUS Zustand eines Batchjobs 20010105
5 Importing 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 Returning 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 Importing IM_JOBNAME Call by reference Type reference (TYPE) TBTCJOB-JOBNAME Text (30 Characters) 20061108
2 Returning 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 Importing IM_BATCHNAME_SUFFIX Call by reference Type reference (TYPE) CHAR5 R/2-Tabelle 20031127
2 Importing IM_BATCH_SERVER Call by reference Type reference (TYPE) BTCSRVNAME Servername 20031127
3 Importing IM_DISPHRES Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20060524
4 Importing IM_EXEC_IMMEDIATE Call by reference Type reference (TYPE) UMGAFLG Unicode Migration Tool Flag 20031127
5 Importing IM_NON_EXED Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040527
6 Importing IM_R3LDROWS Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040527
7 Importing IM_START_DATE Call by reference Type reference (TYPE) BTCSDATE geplantes Ausführungsdatum eines Batch-Jobs 20031127
8 Importing IM_START_TIME Call by reference Type reference (TYPE) BTCSDLTIME Uhrzeit einer Job- bzw. Step-Einplanung 20031127
9 Importing 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 Importing IM_BATCHNAME_SUFFIX Call by reference Type reference (TYPE) CHAR5 R/2-Tabelle 20011008
2 Importing IM_BATCH_SERVER Call by reference Type reference (TYPE) BTCSRVNAME Servername 20011008
3 Importing IM_EXEC_IMMEDIATE Call by reference Type reference (TYPE) UMGAFLG Unicode Migration Tool Flag 20011008
4 Importing IM_START_DATE Call by reference Type reference (TYPE) BTCSDATE geplantes Ausführungsdatum eines Batch-Jobs 20011008
5 Importing IM_START_TIME Call by reference Type reference (TYPE) BTCSDLTIME Uhrzeit einer Job- bzw. Step-Einplanung 20011008
6 Importing 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 Exporting EX_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010104
2 Importing 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 Exporting EX_RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20010104
2 Importing 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