SAP ABAP Class CL_MP_JOB (Abstract Class MP Job)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-WTY (Application Component) Warranty Claim Processing
     ISAUTO_WTY_MP (Package) Mass Change Warranty Claim
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MP_LOGGED_OBJECT Interface for Object to Be Logged 20020814
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MP_WTY_JOB WTY MP Job 20020827
Properties
Class CL_MP_JOB  
Short Description Abstract Class MP Job    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ISAUTO_WTY_MP   Mass Change Warranty Claim 
Created 20020814   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WTYMP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MP_LOGGED_OBJECT Interface for Object to Be Logged 20020814
Friends
Class CL_MP_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CB_SIMULATION Instance attribute Private Object reference (TYPE REF TO) CL_BOOLEAN Boolean Class 20020912
2 CS_JOB_PARAMETERS Instance attribute Private Type reference (TYPE) WTYMP_JOB_PARAMETERS Global Job Parameters 20020905
3 CT_STEPS Instance attribute Protected Type reference (TYPE) WTYMP_T_TAB_STEPS 20020814
4 CT_SUPPORTED_OPERATIONS Instance attribute Protected Type reference (TYPE) WTYMP_T_TAB_SUPP_OPERATIONS Table of cl_f_job_step 20020902
5 CT_SUPPORTED_STEPS Instance attribute Protected Type reference (TYPE) WTYMP_T_TAB_SUPP_STEPS Table of cl_f_job_step 20020903
6 CV_REPORT_PREFIX Instance attribute Protected Type reference (TYPE) WTYMP_T_PROGRAM_NAME Must Be Assigned in Constructor 20020906
Methods
# Method Level Visibility Method type Description Created on
1 BEFORE_INSERT_REPORT Instance method Protected Method Called Before Report Is Finally Created 20021212
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020905
3 CREATE_UI_OBJECT Instance method Public Method 20020814
4 DELETE_STEP Instance method Public Method 20020814
5 EXECUTE Instance method Public Method 20020814
6 GENERATE_ADDITIONAL_PARAMETERS Instance method Protected Method Generate Application-Specific Parameters 20031215
7 GEN_APPEND_STEP Instance method Public Method 20021001
8 GEN_INITIALIZE_NEW_STEP Instance method Public Method 20021001
9 GEN_SET_SIMULATION Instance method Public Method 20021001
10 GET_JOB_PARAMETERS Instance method Public Method 20020905
11 GET_REPORT_PREFIX Instance method Protected Method 20020905
12 GET_SIMULATION Instance method Public Method 20021125
13 GET_STEPS Instance method Public Method 20020814
14 GET_SUPPORTED_OPERATIONS Instance method Public Method 20020902
15 GET_SUPPORTED_STEPS Instance method Public Method 20020903
16 GET_TABLES_DECLARATIONS Instance method Protected Method Table Names to Be Put in "TABLES" Statement in Job Report 20021212
17 IS_OPERATION Static method Public Method 20020902
18 SAVE Instance method Public Method 20020902
19 SET_JOB_PARAMETERS Instance method Public Method 20021001
Events
# Event Type Visibility Description Created on
1 BEFORE_ABAP_GENERATION Instance Event
(0)
Public
(2)
20021212
Types
Class CL_MP_JOB has no local type.
Method Signatures

Method BEFORE_INSERT_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHT_AT_SEL_SCREEN Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20021212
2 Changing CHT_AT_SEL_SCREEN_OUTPUT Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20021212
3 Changing CHT_INITIALIZATION Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20021212
4 Changing CHT_MAIN_SOURCE Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20021212
5 Changing CHT_START_OF_SELECTION Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20021212

Method BEFORE_INSERT_REPORT on class CL_MP_JOB has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_MP_JOB has no parameter.
Method CONSTRUCTOR on class CL_MP_JOB has no exception.

Method CREATE_UI_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_UI_STEP Value transfer Object reference (TYPE REF TO) CL_UI_STEP 20020814

Method CREATE_UI_OBJECT on class CL_MP_JOB has no exception.

Method DELETE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_STEP Call by reference Object reference (TYPE REF TO) CL_MP_JOB_STEP 20020814

Method DELETE_STEP on class CL_MP_JOB has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_MP_JOB has no parameter.
# Exception Resumable Description Created on
1 CX_MP_JOB_ABORT Abort job 20021125

Method GENERATE_ADDITIONAL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOURCE Call by reference Type reference (TYPE) WTYMP_T_TAB_SOURCE 20031215

Method GENERATE_ADDITIONAL_PARAMETERS on class CL_MP_JOB has no exception.

Method GEN_APPEND_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_STEP Call by reference Object reference (TYPE REF TO) CL_MP_JOB_STEP 20021001

Method GEN_APPEND_STEP on class CL_MP_JOB has no exception.

Method GEN_INITIALIZE_NEW_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_MP_JOB_STEP 20021001

Method GEN_INITIALIZE_NEW_STEP on class CL_MP_JOB has no exception.

Method GEN_SET_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SIMULATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20021001

Method GEN_SET_SIMULATION on class CL_MP_JOB has no exception.

Method GET_JOB_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_PARAMETERS Value transfer Type reference (TYPE) WTYMP_JOB_PARAMETERS Global job parameters 20020905

Method GET_JOB_PARAMETERS on class CL_MP_JOB has no exception.

Method GET_REPORT_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PREFIX Value transfer Type reference (TYPE) WTYMP_T_PROGRAM_NAME 20020905

Method GET_REPORT_PREFIX on class CL_MP_JOB has no exception.

Method GET_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_SIMULATION Value transfer Type reference (TYPE) CHAR1 Boolean Klasse 20021125

Method GET_SIMULATION on class CL_MP_JOB has no exception.

Method GET_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPS Call by reference Type reference (TYPE) WTYMP_T_TAB_STEPS 20020814

Method GET_STEPS on class CL_MP_JOB has no exception.

Method GET_SUPPORTED_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUPPORTED_OPERATIONS Call by reference Type reference (TYPE) WTYMP_T_TAB_SUPP_OPERATIONS Table of cl_f_job_step 20020902

Method GET_SUPPORTED_OPERATIONS on class CL_MP_JOB has no exception.

Method GET_SUPPORTED_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STEPS Call by reference Type reference (TYPE) WTYMP_T_TAB_SUPP_STEPS table of cl_f_job_step 20020903

Method GET_SUPPORTED_STEPS on class CL_MP_JOB has no exception.

Method GET_TABLES_DECLARATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLES Call by reference Type reference (TYPE) WTYMP_T_TAB_TABLE_LIST 20021212

Method GET_TABLES_DECLARATIONS on class CL_MP_JOB has no exception.

Method IS_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_RESULT Value transfer Object reference (TYPE REF TO) CL_BOOLEAN Boolean Klasse 20020902
2 Importing IO_STEP Call by reference Object reference (TYPE REF TO) CL_MP_JOB_STEP Jobschritt 20020902

Method IS_OPERATION on class CL_MP_JOB has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RB_SAVED Value transfer Object reference (TYPE REF TO) CL_BOOLEAN Boolean Klasse 20021125

Method SAVE on class CL_MP_JOB has no exception.

Method SET_JOB_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETERS Call by reference Type reference (TYPE) WTYMP_JOB_PARAMETERS Global job parameters 20021001

Method SET_JOB_PARAMETERS on class CL_MP_JOB has no exception.
Event Signatures

Event BEFORE_ABAP_GENERATION Signature
Event BEFORE_ABAP_GENERATION on class CL_MP_JOB has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 471