SAP ABAP Data Element BANK_DTE_JC_RESTART_MODE (Restart Mode)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-PPM (Application Component) Batch-Oriented Parallel Processing of Mass Data
     BANK_PP_JOBCTRL (Package) Parallel Processing and Job Control
Basic Data
Data Element BANK_DTE_JC_RESTART_MODE
Short Description Restart Mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type BANK_JC_RESTART_MODE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Restart 
Medium 25 Restart Mode 
Long 30 Restart Mode 
Heading 25 Restart Mode 
Documentation

Definition

Determines the mode of reusability of a report in the context of parallel processing and job control.

Use

The domain permits the following values:

Blank    Restart not possible

    Restart of report not possible after termination

R    Restart or repeat possible

    For a repeated start of the job net, job control for parallel processing executes the report again with the same variant as for the first start, but with the same values for the variables stored before termination (see Annotations). You can change these values using function Display and Control Overview of Job Nets (transaction BANK_JC_OVRVW). In the case of reports that call parallel processing via BANK_MAP_PP_START, the external mass run ID is used to control whether the run is restarted or newly started. If the run is called with the same external mass run ID, it is restarted. Otherwise, if the external mass run ID is different or blank, a new run is started.

P    Restart in the context of parallel processing

    This value is only meaningful if the report uses parallel processing (via BANK_MAP_PP_START) but does not support transfer of the external mass run ID. Job control calls report RBANK_PP_RESTART_RUN on the basis of the internal mass run ID and this restarts the terminated mass run. All steps from the original report before parallel processing is called (via BANK_MAP_PP_START) are skipped.

Dependencies

You define this mode in IMG activity Define Job Nets.

Example

Annotations

Job control for parallel processing stores the variant data in the context of the first start. For a restart or a repeat, job control for parallel processing only uses this stored variant. However, in the Overview of Job Nets you can change the values for this run and start the restart with these.

History
Last changed by/on SAP  20110908 
SAP Release Created in 10