Interval
Definition
An Interval in SAP Utilities Mass Processing is a discrete, mechanically bounded fraction of a massively large database query, defined actively to allow parallelized computation.
Business Purpose and Architecture
When a utility attempts to execute one million bills simultaneously on one processor, the server hardware locks up. Breaking the dataset into intervals protects the system. Architecturally, administrators define interval size logically (e.g., grouping 1,000 contracts per interval based on Business Partner IDs or Portions). The background Mass Processing program reads these interval boundaries, spinning them out as segmented, manageable autonomous processing jobs across multiple internal computing nodes.