SAP ABAP Class CL_HR_PM_PW_START_MANAGER (Start/Schedule Processes)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PY-XX-TL (Application Component) Tools
     PCPM (Package) HR Process Model and Status Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HR_PM_PW_START_MANAGER_BASE Root for Start Manager 20020708
Properties
Class CL_HR_PM_PW_START_MANAGER  
Short Description Start/Schedule Processes    
Super Class CL_HR_PM_PW_START_MANAGER_BASE Root for Start Manager 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package PCPM   HR Process Model and Status Management 
Created 20011113   SAP 
Last change 20060703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HR_PM_PW_START_MANAGER has no forward declaration.
Interfaces
Class CL_HR_PM_PW_START_MANAGER has no interface implemented.
Friends
Class CL_HR_PM_PW_START_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EVENT_TYPE_INFO Static Attribute Private Type reference (TYPE) EVENT_TYPE_INFO_TAB Table With Information on Event Types 20011219
2 MANAGER Static Attribute Public Object reference (TYPE REF TO) CL_HR_PM_PW_START_MANAGER Start/Schedule a Process/Step 20011113
3 SEL_PROG_DEALER Static Attribute Private Object reference (TYPE REF TO) IF_EX_HR_PY_SEL_PROG_DEAL BAdI Interface IF_EX_HR_PY_SEL_PROG_DEAL 20030513
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_AUTH_USER Instance method Public Method Change Authorizations User for a Process 20020123
2 CHANGE_PROCESS_NAME Instance method Public Method Change Process Name 20030623
3 CHECK_ANYTHING_PLANNED Instance method Private Method Check if Anything is Scheduled 20020118
4 CHECK_ANY_STEPS_PLANNED Instance method Private Method Check if Some Steps in Process are Scheduled 20011113
5 CHECK_CHILDREN_PLANNED Instance method Private Method Check if Any Children of Step to be Scheduled are Scheduled 20011113
6 CHECK_PARENT_PLANNED Instance method Private Method Check if Any Parents of Step to be Scheduled are Scheduled 20011113
7 CHECK_PROCESS_PLANNED Instance method Private Method Check if Whole Process is Scheduled 20011113
8 CHECK_PROGRAM_HAS_SELSCREEN Instance method Private Method Check if Program has Any Selection Screen 20011120
9 CHECK_STEP_PLANNED Instance method Private Method Check if One Step of Process is Scheduled 20011113
10 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20011113
11 CLOSE_PLANNING Instance method Public Method Delete All Scheduld Processes/Steps for Process to be Closed 20020118
12 CONTRA_EVENT_HANDLING Instance method Public Method Counterevent Handling 20011213
13 DELETE_PROBLEMS_PLAN Instance method Private Method Delete Processes/Steps Whose Scheduling Failed 20011211
14 DELETE_REVOKED Instance method Private Method Delete Scheduled Processes/Steps in Case of Problems 20011212
15 DELETE_WAIT_PLANNED Instance method Private Method Delete Wait Points From Tab 20020708
16 DISPLAY_PLANNING Instance method Public Method Display planning 20031113
17 FIRST_START Instance method Private Method Check if Process has been Started Before 20011115
18 GET_EVENT_INFO Static method Public Method Determines Information on Supported Events 20020708
19 GET_PRINT_PARAMETER Instance method Public Method Get the Print Parameters 20011121
20 GET_ROOT_STEPID Instance method Private Method Get the Step ID of the Root of the Process 20011115
21 GET_SEL_PROGRAM Instance method Private Method Get the Selection Program 20011119
22 GET_START_INFO Instance method Private Method Start - Call the Starting Pop Ups 20011114
23 GET_VARIANT_POPUP Instance method Private Method Get the Variant to be Used 20011116
24 GET_VARIANT_STEP_TO_USE Instance method Private Method Get the Variant and the Step to be Used 20011120
25 POPUP_PLAN_EVENTS Instance method Private Method Pop Up to Enter All Events for Scheduling the Process/Step 20011116
26 POPUP_START Instance method Private Method Starting Pop Up - Case Not Scheduled 20011113
27 POPUP_START_PLANNED Instance method Private Method Starting Pop Up - Case Scheduled 20011113
28 POPUP_TAKE_BACK_PLANNING Instance method Private Method Pop Up When Retracting a Schedule 20020117
29 REVOKE_RESTORE_T52SPE_SEQ Instance method Private Method Set X or Space in Revoked Field in T52SPE Using SeqNo Also 20011211
30 START Instance method Public Method Start - Also Check if Process or Any Steps are Scheduled 20011113
31 START_ERROR_HANDLING Instance method Private Method Error Handling for Errors Occ. in Start Internal - Start Imm 20011206
32 START_ERROR_HANDLING_PLAN Instance method Private Method Error Handling for Errors Occ. in Start Internal - Schedule 20011207
33 START_IMMEDIATE Instance method Private Method Start a Process/Step Immediately 20011206
34 START_IMMEDIATE_SEL_SCREEN Instance method Private Method Start a Process/Step Immediately Using Sel. Screen 20011207
35 START_INTERNAL Instance method Private Method Start the Real Starting Process 20011114
36 START_INTERNAL_OFFCYCLE Instance method Public Method Start the Real Starting Process 20020318
37 START_INTERNAL_OT Instance method Public Method Start the Real Starting Process 20020326
38 START_PLANNED Instance method Private Method Schedule Process/Step 20011207
39 START_PLANNED_SEL Instance method Private Method Schedule Process/Step When Never Started Before 20011210
40 START_SCHEDULE Instance method Public Method Schedule Start Date and Time for a Process 20081107
41 SUBMIT_START Instance method Private Method Start the Process Batch 20011115
42 TAKE_BACK_PLANNING Instance method Public Method Retract a Scheduled Process/Step 20020117
Events
Class CL_HR_PM_PW_START_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 EVENTS_PLAN Private Type reference (TYPE) PAY_PM_EVENTS_PLAN Structure (Event Type, Event Name, Event Para) 20011115
2 EVENTS_PLAN_TAB Private Type reference (TYPE) PAY_PM_EVENTS_PLAN_TAB Table With Structure EVENTS_PLAN 20011115
3 EVENT_TYPE_INFO_TAB Private Type reference (TYPE) PAY_PM_EVENT_TYPE_INFO_TAB Table With Information on Event Types 20011219
4 EVENT_TYPE_INFO_WA Private Type reference (TYPE) PAY_PM_EVENT_TYPE_INFO Structure With Information on Event Types 20011219
5 PROCESS_STEP Private See coding Structure (Process ID and Step ID) 20011113 BEGIN OF process_step, processid TYPE t52sps-processid, stepid TYPE t52sps-stepid, END OF process_step
6 PROCESS_STEP_TAB Private See coding Table With Structure PROCESS_STEP 20011113 process_step_tab TYPE STANDARD TABLE OF process_step
7 TIME_DATE_TYPE Private See coding Date and Time 20011115 BEGIN OF time_date_type, time TYPE sy-uzeit, date TYPE sy-datum, END OF time_date_type
8 VARIANT_TAB Private See coding Table Containing Variant Parameters 20011119 variant_tab TYPE STANDARD TABLE OF rsparams
Method Signatures

Method CHANGE_AUTH_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMP_PROCESSID Call by reference Type reference (TYPE) PAY_PROCESSID Nummer eines Prozesses 20020123
# Exception Resumable Description Created on
1 ERROR_OCCURRED Es ist ein Fehler aufgetretten 20020123

Method CHANGE_PROCESS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMP_PROCESSID Call by reference Type reference (TYPE) PAY_PROCESSID Nummer eines Prozesses 20030623
# Exception Resumable Description Created on
1 ERROR_OCCURRED ERROR_OCCURRED 20030623

Method CHECK_ANYTHING_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid 20020118
2 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20020118

Method CHECK_ANYTHING_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CHECK_ANY_STEPS_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011113
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011113

Method CHECK_ANY_STEPS_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CHECK_CHILDREN_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011113
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011113

Method CHECK_CHILDREN_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CHECK_PARENT_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011113
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011113

Method CHECK_PARENT_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CHECK_PROCESS_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OLD_EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Alte Einplanung 20031113
2 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011113
3 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011113

Method CHECK_PROCESS_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CHECK_PROGRAM_HAS_SELSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing NO_SELSCREEN Call by reference Type reference (TYPE) RP_XFELD Flag to identify if the program has a variant 20011120
2 Importing SEL_PROGRAM Call by reference Type reference (TYPE) T52SM-SEL_PROGRAM Selection Program 20011120
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20011206

Method CHECK_STEP_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OLD_EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Alte Einplanung 20031113
2 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011113
3 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011113
4 Importing WAITING Call by reference Type reference (TYPE) RP_XFELD Ankreuzfeld 20030305

Method CHECK_STEP_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_HR_PM_PW_START_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HR_PM_PW_START_MANAGER has no exception.

Method CLOSE_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid 20020118
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20020118

Method CONTRA_EVENT_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INT_SEQNR Call by reference Type reference (TYPE) T52SPE-SEQNR Interne Seqnr 20011213
2 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid 20011213
3 Importing SEQNR Call by reference Type reference (TYPE) T52SPE-SEQNR Seqnr 20011213
4 Importing STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Stepid 20011213

Method CONTRA_EVENT_HANDLING on class CL_HR_PM_PW_START_MANAGER has no exception.

Method DELETE_PROBLEMS_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_CONTRA_TABLE Call by reference Type reference (TYPE) TABLE_T52SPCE Lines with contra events to be deleted 20011211
2 Importing NEW_TABLE Call by reference Type reference (TYPE) TABLE_T52SPE Lines to be deleted 20011211
3 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid / Stepid to be started 20011212
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred deleting event / line of Table T52spe-T52spce 20011211

Method DELETE_REVOKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid / Stepid that has been planned 20020121
2 Importing WA_TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be deleted 20011212
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred deleting event / line of Table T52spe-T52spce 20011212

Method DELETE_WAIT_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20020708

Method DELETE_WAIT_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method DISPLAY_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OLD_EVENTS Call by reference Type reference (TYPE) PAY_PM_EVENTS_PLAN_TAB Alte Einplanung 20031114
2 Importing PROCESSID Call by reference Type reference (TYPE) T52SP-PROCESSID Nummer eines Prozesses 20031113
3 Importing STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Identifikator eines Schritts im Prozessmodell 20031113

Method DISPLAY_PLANNING on class CL_HR_PM_PW_START_MANAGER has no exception.

Method FIRST_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting STARTED Call by reference Type reference (TYPE) RP_XFELD Flag to identify a process that has already been started 20011115
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011115

Method FIRST_START on class CL_HR_PM_PW_START_MANAGER has no exception.

Method GET_EVENT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMP_EVENT_DEALER Call by reference Object reference (TYPE REF TO) IF_EX_HR_PY_EVENTS_DEAL BAdI-Interface IF_EX_HR_PY_EVENTS_DEAL 20020708
2 Returning RET_EVENT_INFO Value transfer Type reference (TYPE) PAY_PM_EVENT_TYPE_INFO_TAB Informationen über die Ereignistypen 20020708

Method GET_EVENT_INFO on class CL_HR_PM_PW_START_MANAGER has no exception.

Method GET_PRINT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid 20011123
2 Exporting P_ARC_PARAMS Call by reference Type reference (TYPE) ARC_PARAMS Archive Parameters 20011121
3 Exporting P_PRI_PARAMS Call by reference Type reference (TYPE) PRI_PARAMS Print Parameters 20011121
4 Importing SEL_PROGRAM Call by reference Type reference (TYPE) T52SM-SEL_PROGRAM Selection Program 20011121
5 Importing STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Stepid 20011123

Method GET_PRINT_PARAMETER on class CL_HR_PM_PW_START_MANAGER has no exception.

Method GET_ROOT_STEPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011115
# Exception Resumable Description Created on
1 ERROR_OCCURRED Modellid or Stepid not found 20011205

Method GET_SEL_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting SEL_PROGRAM Call by reference Type reference (TYPE) T52SM-SEL_PROGRAM Selection Program 20011119
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be started 20011119
# Exception Resumable Description Created on
1 ERROR_OCCURRED Modellid or Selection Program not found 20011205

Method GET_START_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_DIALOG_BOXES Call by reference Type reference (TYPE) RP_XFELD Flag to skip pop ups (for Off Cycle Workbench) 20011114
2 Importing OLD_EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Alte Einplanung 20031113
3 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011114
4 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011114
5 Importing TEXT_CODE Call by reference Type reference (TYPE) ITEX132 Id of the pop up question 20011114
6 Importing VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT Variant to use (for Off Cycle Workbench) 20011119
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20011205

Method GET_VARIANT_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SP-PROCESSID Nummer eines Prozesses 20021104
2 Importing SEL_PROGRAM Call by reference Type reference (TYPE) T52SM-SEL_PROGRAM Selection Program 20011120
3 Exporting VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT Variant to use 20011116
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011210

Method GET_VARIANT_STEP_TO_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be started 20011120
2 Exporting VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT Variant to use 20011120
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20011205

Method POPUP_PLAN_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUTH_USER Call by reference Type reference (TYPE) T52SP-AUTHCKNAM Batch-Benutzername für Berechtigungsüberprüfung 20020116
2 Exporting EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Table with all the Events to be planned 20011116
3 Importing OLD_EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB 20031113
4 Importing ONLY_DISP Call by reference Type reference (TYPE) FLAG allgemeines flag 20031113
5 Importing PROCESSID Call by reference Type reference (TYPE) PAY_PROCESSID Nummer eines Prozesses 20020109
6 Importing STEPID Call by reference Type reference (TYPE) STEPID Identifikatior eines Schritts im Processmodell 20020122
7 Exporting SUBRC Call by reference Type reference (TYPE) SY-SUBRC Sy Subrc 20011205

Method POPUP_PLAN_EVENTS on class CL_HR_PM_PW_START_MANAGER has no exception.

Method POPUP_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ANSWER Call by reference Type reference (TYPE) C Answer 20011113
2 Importing TEXT_CODE Call by reference Type reference (TYPE) ITEX132 Id of the pop up question 20011114

Method POPUP_START on class CL_HR_PM_PW_START_MANAGER has no exception.

Method POPUP_START_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ANSWER Call by reference Type reference (TYPE) C Answer 20011113
2 Importing TEXT_CODE Call by reference Type reference (TYPE) ITEX132 Id of the pop up question 20011114

Method POPUP_START_PLANNED on class CL_HR_PM_PW_START_MANAGER has no exception.

Method POPUP_TAKE_BACK_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ANSWER Call by reference Type reference (TYPE) C Answer 20020117

Method POPUP_TAKE_BACK_PLANNING on class CL_HR_PM_PW_START_MANAGER has no exception.

Method REVOKE_RESTORE_T52SPE_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOG_PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid where error happened 20011211
2 Exporting LOG_STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Stepid where error happened 20011211
3 Importing REVOKED Call by reference Type reference (TYPE) RP_XFELD Field of table t52spe / to be set to X or space 20011211
4 Importing TABLE Call by reference Type reference (TYPE) TABLE_T52SPE New lines 20011211
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred by updating Table T52spe 20011211

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_DIALOG_BOXES Call by reference Type reference (TYPE) RP_XFELD Flag to skip pop ups (for Off Cycle Workbench) 20011114
2 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Identifies a Process in the Process Model 20011114
3 Importing STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Identifies a Step in the Process Model 20011114
4 Importing VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT Variant to use (for Off Cycle Workbench) 20011119
5 Importing WAITING Call by reference Type reference (TYPE) RP_XFELD Ankreuzfeld 20030305
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20011205

Method START_ERROR_HANDLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid to be deleted 20011206
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011206

Method START_ERROR_HANDLING_PLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_CONTRA_TABLE Call by reference Type reference (TYPE) TABLE_T52SPCE New lines for contra events 20011211
2 Importing NEW_TABLE Call by reference Type reference (TYPE) TABLE_T52SPE New lines 20011211
3 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid to be deleted 20011207
4 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid to be started 20011207
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011207

Method START_IMMEDIATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processids Stepids to be deleted 20011206
2 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid to be started 20011206
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011206
2 ERROR_OCCURRED_DEL Error occurred by deleting 20011210

Method START_IMMEDIATE_SEL_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESS Call by reference Object reference (TYPE REF TO) CL_HR_PM_PW_PROCESS Prozeß 20020130
2 Importing SEL_PROGRAM Call by reference Type reference (TYPE) SY-REPID Selection Program 20011207
3 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processids Stepids to be deleted 20011207
4 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid to be started 20011207
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011207
2 ERROR_OCCURRED_DEL Error occurred by deleting 20011210

Method START_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTH_USER Call by reference Type reference (TYPE) T52SP-AUTHCKNAM Batch-Benutzername für Berechtigungsüberprüfung 20020117
2 Importing EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Table with all the events to be planned 20011115
3 Importing IMMED Call by reference Type reference (TYPE) RP_XFELD Flag to start immediately or to plan 20011114
4 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processid/Stepids to be deleted 20011114
5 Importing TABLE_START Value transfer Type reference (TYPE) PROCESS_STEP Processid/Stepid to be planned 20011114
6 Importing VARIANT Value transfer Type reference (TYPE) T52SMS-VARIANT Variant to use 20011119
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20011205
2 ERROR_OCCURRED_DEL Error occurred by deleting 20011210
3 ERROR_OCCURRED_PRE Error occurred by starting phase 20020124

Method START_INTERNAL_OFFCYCLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTH_USER Call by reference Type reference (TYPE) T52SP-AUTHCKNAM Batch-Benutzername für Berechtigungsüberprüfung 20020318
2 Importing PROCESSID Call by reference Type reference (TYPE) T52SP-PROCESSID Processid 20020318
3 Importing VARIANT Value transfer Type reference (TYPE) T52SMS-VARIANT Variant to use 20020318
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20020318

Method START_INTERNAL_OT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SP-PROCESSID Processid 20020326
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error has occurred 20020326

Method START_PLANNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Table containing all the Events 20011207
2 Importing PROCESS Call by reference Object reference (TYPE REF TO) CL_HR_PM_PW_PROCESS Prozeß 20020130
3 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processids Stepids to be deleted 20011207
4 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid to be started 20011207
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011207
2 ERROR_OCCURRED_DEL Error occurred by deleting 20011210

Method START_PLANNED_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTS Call by reference Type reference (TYPE) EVENTS_PLAN_TAB Table containing all the Events 20011210
2 Importing PROCESS Call by reference Object reference (TYPE REF TO) CL_HR_PM_PW_PROCESS Prozeß 20020122
3 Importing TABLE_DELETE Call by reference Type reference (TYPE) PROCESS_STEP_TAB Processids Stepids to be deleted 20011210
4 Importing TABLE_START Call by reference Type reference (TYPE) PROCESS_STEP Processid to be started 20011210
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20011210
2 ERROR_OCCURRED_DEL Error occurred by deleting 20011210

Method START_SCHEDULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_AUTH_USER Call by reference Type reference (TYPE) T52SP-AUTHCKNAM Hintergrundbenutzername für Berechtigungsüberprüfung 20081107
2 Importing P_PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Nummer eines Prozesses 20081107
3 Importing P_START_DATE Call by reference Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20081107
4 Importing P_START_TIME Call by reference Type reference (TYPE) SY-UZEIT Aktuelle Uhrzeit des Applikationsservers 20081107
5 Importing P_VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT ABAP: Name einer Variante (ohne Programmname) 20081107
# Exception Resumable Description Created on
1 DATE_IN_PAST DATE and time are in past 20081107
2 INCORRECT_VARIANT Variant is blank or invalid 20081107

Method SUBMIT_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERROR Call by reference Type reference (TYPE) ERROR_MESSAGE Error occurred 20011119
2 Importing SEL_PROGRAM Call by reference Type reference (TYPE) T52SM-SEL_PROGRAM Selection Program 20011121
3 Importing STARTING_TABLE Call by reference Type reference (TYPE) PROCESS_STEP Processid/Stepid to be started 20011116
4 Importing VARIANT Call by reference Type reference (TYPE) T52SMS-VARIANT Variant to use 20011120
# Exception Resumable Description Created on
1 ERROR_OCCURRED An error occurred by submitting the job 20011204

Method TAKE_BACK_PLANNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESSID Call by reference Type reference (TYPE) T52SPS-PROCESSID Processid 20020117
2 Importing STEPID Call by reference Type reference (TYPE) T52SPS-STEPID Stepid 20020118
# Exception Resumable Description Created on
1 ERROR_OCCURRED Error occurred 20020117
History
Last changed by/on SAP  20060703 
SAP Release Created in 46C