SAP ABAP Data Element SFW_TIME (Start of runtime restriction interval)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-SFW (Application Component) Switch Framework Tools
     SFWTOOLS (Package) Basis Tools for Switch Framework
Basic Data
Data Element SFW_TIME
Short Description Start of runtime restriction interval  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYTIME    
Data Type TIMS   Time field (hhmmss), stored as char(6) 
Length 6    
Decimal Places 0    
Output Length 8    
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 Time 
Medium  
Long  
Heading  
Documentation

Definition

Specification of a start time of a time interval in which a background job to be scheduled is NOT allowed to run.

If the background job detects that it is running within the specified intervals, it ends its run and automatically schedules itself at a later moment to finish the processing.

The rescheduling can only take place after the termination of elementary operations. As there are some atomic database operations with relatively long runtime, these times can be exceeded, which means that the currently running transaction will still finish its task, even in cut-off periods. However, after that, the job is immediately terminated and scheduled again at the earliest possible moment.

Please make sure that the selected time intervals are specified correctly. The time "END1" cannot be before "START1". At the same time, "END2" can also not be before "START2".

The time intervals must not overlap. The first interval must be before the second interval.

If no time intervals are specified, the initial value "00:00:00" in the time fields is valid.

If both time intervals remain empty (that means "00:00:00"), there is no temporal limit for the background job - it can run any time and can be started immediately.

History
Last changed by/on SAP  20070813 
SAP Release Created in 700