SAP ABAP Class CL_MP_JOB_WIZARD (MP Job Wizard)
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
Properties
Class CL_MP_JOB_WIZARD  
Short Description MP Job Wizard    
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 20020827   SAP 
Last change 20021108   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_BOOLEAN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 WTYMP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_MP_JOB_WIZARD has no interface implemented.
Friends
Class CL_MP_JOB_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CB_SAVED Instance attribute Private Object reference (TYPE REF TO) CL_BOOLEAN True if the Job Was Successfully Saved 20021125
2 CB_SELECTOR_IS_ACTIVE Instance attribute Private Object reference (TYPE REF TO) CL_BOOLEAN 20020827
3 CB_WIZARD_DESTROYED Instance attribute Public Object reference (TYPE REF TO) CL_BOOLEAN True if Method free Was Executed 20021206
4 CC_DIALOG_HEIGHT Constant Private Type reference (TYPE) I 350 20020827
5 CC_DIALOG_WIDTH Constant Private Type reference (TYPE) I 850 20020827
6 CC_FOOTER_HEIGHT Constant Private Type reference (TYPE) I 25 20020827
7 CC_HEADER_HEIGHT Constant Private Type reference (TYPE) I 50 20020827
8 CO_ACTION_SELECTOR Instance attribute Private Object reference (TYPE REF TO) CL_UI_OPERATION_SELECTOR 20020827
9 CO_CURRENT_STEP Instance attribute Public Object reference (TYPE REF TO) CL_UI_STEP 20020827
10 CO_JOB Instance attribute Private Object reference (TYPE REF TO) CL_MP_JOB 20020827
11 CO_MODE Instance attribute Private Object reference (TYPE REF TO) CL_MP_WIZARD_MODE Wizard Mode 20020902
12 CO_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_MP_WIZARD_TOOLBAR 20020827
13 CO_TOOLBAR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20020904
14 CS_ERROR_MESSAGE Instance attribute Private Type reference (TYPE) SMESG Error Message as Structure 20021119
15 CT_UI_STEPS Instance attribute Private Type reference (TYPE) T_TAB_UI_STEPS 20020827
16 CV_CURRENT_STEP_INDEX Instance attribute Private Type reference (TYPE) I 20020827
17 CV_ERROR_MESSAGE Instance attribute Private Type reference (TYPE) STRING Error Message as String 20021119
18 CV_NEXT_STEP_NUMBER Instance attribute Private Type reference (TYPE) I Next Number for Generating Step IDs 20021031
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020827
2 END_OF_PBO Instance method Public Method 20020904
3 FREE Instance method Public Method 20020903
4 GET_CURRENT_STEP_INDEX Instance method Public Method 20030211
5 GET_NUMBER_OF_STEPS Instance method Public Method 20030211
6 ON_TOOLBAR_BUTTON_CLICK Instance method Private Event handling method 20020827
7 PROCESS_EXIT_REQUEST Instance method Public Method 20021115
8 SET_NEW_STEP_ID Instance method Private Method 20021031
9 UPDATE_HEADER Instance method Private Method 20020827
10 UPDATE_TOOLBAR Instance method Private Method 20020827
11 VALIDATE Instance method Private Method 20021117
Events
Class CL_MP_JOB_WIZARD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_S_UI_STEP Private See coding 20020827
2 T_TAB_UI_STEPS Private See coding 20020827
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_JOB Call by reference Object reference (TYPE REF TO) CL_MP_JOB WTY MP: WTY MP-job persistence 20020902
2 Importing IO_MODE Call by reference Object reference (TYPE REF TO) CL_MP_WIZARD_MODE Wizard mode 20020902
3 Importing IV_CUSTCONTAINER Call by reference Type reference (TYPE) C 20020903

Method CONSTRUCTOR on class CL_MP_JOB_WIZARD has no exception.

Method END_OF_PBO Signature

Method END_OF_PBO on class CL_MP_JOB_WIZARD has no parameter.
Method END_OF_PBO on class CL_MP_JOB_WIZARD has no exception.

Method FREE Signature

Method FREE on class CL_MP_JOB_WIZARD has no parameter.
Method FREE on class CL_MP_JOB_WIZARD has no exception.

Method GET_CURRENT_STEP_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INDEX Value transfer Type reference (TYPE) I 20030211

Method GET_CURRENT_STEP_INDEX on class CL_MP_JOB_WIZARD has no exception.

Method GET_NUMBER_OF_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER Value transfer Type reference (TYPE) I 20030211

Method GET_NUMBER_OF_STEPS on class CL_MP_JOB_WIZARD has no exception.

Method ON_TOOLBAR_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20020827

Method ON_TOOLBAR_BUTTON_CLICK on class CL_MP_JOB_WIZARD has no exception.

Method PROCESS_EXIT_REQUEST Signature

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

Method PROCESS_EXIT_REQUEST on class CL_MP_JOB_WIZARD has no exception.

Method SET_NEW_STEP_ID 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_UI_STEP Jobschritt 20021031

Method SET_NEW_STEP_ID on class CL_MP_JOB_WIZARD has no exception.

Method UPDATE_HEADER Signature

Method UPDATE_HEADER on class CL_MP_JOB_WIZARD has no parameter.
Method UPDATE_HEADER on class CL_MP_JOB_WIZARD has no exception.

Method UPDATE_TOOLBAR Signature

Method UPDATE_TOOLBAR on class CL_MP_JOB_WIZARD has no parameter.
Method UPDATE_TOOLBAR on class CL_MP_JOB_WIZARD has no exception.

Method VALIDATE Signature

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

Method VALIDATE on class CL_MP_JOB_WIZARD has no exception.
History
Last changed by/on SAP  20021108 
SAP Release Created in 471